HEX: #C47BCC
RGB: (196,123,204)
#C47BCC enthält hauptsächlich rote und blaue Farbe. Für #C47BCC ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #C47BCC wird in RGB als (196,123,204) definiert.
RGB: (196,123,204)
(77%, 48%, 80%)
R 196 von 255 = 77%
G 123 von 255 = 48%
B 204 von 255 = 80%
R + G + B ~ 68%. #C47BCC ziemlich helle Farbe.
R + G + B = 196 + 123 + 204 = 523 (100%)
R 196 von 523 ~ 37.48%
G 123 von 523 ~ 23.52%
B 204 von 523 ~ 39.01'%
Die Farbe #C47BCC wird in CMYK als (4,40,0,20) definiert.
CMYK: (4,40,0,20)
C4M40Y0K20 (4%, 40%, 0%, 20%)
(0.04 / 0.40 / 0.00 / 0.20)
Farbe #C47BCC in den populären Farbmodellen.
C4 | 7B | CC | |
---|---|---|---|
RGB | 196 | 123 | 204 |
HSL | 294° | 44.26% | 64.12% |
HSB/HSV | 294° | 39.71% | 80.00% |
CMYK | 3.92% | 39.71% | 0.00% |
20.00% |
Die Farbe #C47BCC in den populären Zahlensystemen.
Hexadezimal | C4 | 7B | CC |
Dezimal | 196 | 123 | 204 |
Binär | 11000100 | 1111011 | 11001100 |
Oktal | 304 | 173 | 314 |
Dunkle Töne der Farbe #C47BCC
Helle Töne der Farbe #C47BCC
Beispiele css- und html für Elemente in der Farbe #C47BCC. Bitte benutzen Sie auch rgb(196,123,204) statt hex-Code.
.myTextColor { color: #C47BCC; }
<p style="color:#C47BCC">This sample text font color is #C47BCC.</p>
Die Farbe dieses Textes ist #C47BCC.
.myBgColor { background-color: #C47BCC; }
<div style="background-color:#C47BCC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C47BCC.
.myBorderColor { border: 1px solid #C47BCC; }
<div style="border:3px solid #C47BCC">Div</div>
Die Grenzen von diesem div sind in Farbe #C47BCC.
.myOpacity80 { color: #C47BCC; opacity: 0.8; }
<p style="color:#C47BCC;opacity:0.8;">80%</p>
Text in Farbe #C47BCC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C47BCC;}
<p style="text-shadow: 3px 3px 1px #C47BCC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C47BCC.
.textShadow {text-shadow: 3px 3px 1px #C47BCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C47BCC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C47BCC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C47BCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C47BCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C47BCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C47BCC;
-webkit-box-shadow: 1px 1px 3px 2px #C47BCC;
box-shadow: 1px 1px 3px 2px #C47BCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C47BCC; -webkit-box-shadow: 1px 1px 3px 2px #C47BCC; box-shadow:1px 1px 3px 2px #C47BCC;">
Div content here
</div>
Dieser Text ist in der Farbe #C47BCC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C47BCC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C47BCC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C47BCC.
Kontrastfarbe für #C47BCC ist #3B8433.