HEX: #C46BCF
RGB: (196,107,207)
#C46BCF enthält hauptsächlich rote und blaue Farbe. Für #C46BCF ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #C46BCF wird in RGB als (196,107,207) definiert.
RGB: (196,107,207)
(77%, 42%, 81%)
R 196 von 255 = 77%
G 107 von 255 = 42%
B 207 von 255 = 81%
R + G + B ~ 67%. #C46BCF ziemlich helle Farbe.
R + G + B = 196 + 107 + 207 = 510 (100%)
R 196 von 510 ~ 38.43%
G 107 von 510 ~ 20.98%
B 207 von 510 ~ 40.59'%
Die Farbe #C46BCF wird in CMYK als (5,48,0,19) definiert.
CMYK: (5,48,0,19)
C5M48Y0K19 (5%, 48%, 0%, 19%)
(0.05 / 0.48 / 0.00 / 0.19)
Farbe #C46BCF in den populären Farbmodellen.
C4 | 6B | CF | |
---|---|---|---|
RGB | 196 | 107 | 207 |
HSL | 293° | 51.02% | 61.57% |
HSB/HSV | 293° | 48.31% | 81.18% |
CMYK | 5.31% | 48.31% | 0.00% |
18.82% |
Die Farbe #C46BCF in den populären Zahlensystemen.
Hexadezimal | C4 | 6B | CF |
Dezimal | 196 | 107 | 207 |
Binär | 11000100 | 1101011 | 11001111 |
Oktal | 304 | 153 | 317 |
Dunkle Töne der Farbe #C46BCF
Helle Töne der Farbe #C46BCF
Beispiele css- und html für Elemente in der Farbe #C46BCF. Bitte benutzen Sie auch rgb(196,107,207) statt hex-Code.
.myTextColor { color: #C46BCF; }
<p style="color:#C46BCF">This sample text font color is #C46BCF.</p>
Die Farbe dieses Textes ist #C46BCF.
.myBgColor { background-color: #C46BCF; }
<div style="background-color:#C46BCF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C46BCF.
.myBorderColor { border: 1px solid #C46BCF; }
<div style="border:3px solid #C46BCF">Div</div>
Die Grenzen von diesem div sind in Farbe #C46BCF.
.myOpacity80 { color: #C46BCF; opacity: 0.8; }
<p style="color:#C46BCF;opacity:0.8;">80%</p>
Text in Farbe #C46BCF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C46BCF;}
<p style="text-shadow: 3px 3px 1px #C46BCF">Text here.</p>
Dieser Text hat den Schatten in Farbe #C46BCF.
.textShadow {text-shadow: 3px 3px 1px #C46BCF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C46BCF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C46BCF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C46BCF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C46BCF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C46BCF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C46BCF;
-webkit-box-shadow: 1px 1px 3px 2px #C46BCF;
box-shadow: 1px 1px 3px 2px #C46BCF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C46BCF; -webkit-box-shadow: 1px 1px 3px 2px #C46BCF; box-shadow:1px 1px 3px 2px #C46BCF;">
Div content here
</div>
Dieser Text ist in der Farbe #C46BCF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C46BCF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C46BCF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C46BCF.
Kontrastfarbe für #hex ist #3B9430.