HEX: #C386C0
RGB: (195,134,192)
#C386C0 enthält hauptsächlich rote und blaue Farbe. Für #C386C0 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C386C0 wird in RGB als (195,134,192) definiert.
RGB: (195,134,192)
(76%, 53%, 75%)
R 195 von 255 = 76%
G 134 von 255 = 53%
B 192 von 255 = 75%
R + G + B ~ 68%. #C386C0 ziemlich helle Farbe.
R + G + B = 195 + 134 + 192 = 521 (100%)
R 195 von 521 ~ 37.43%
G 134 von 521 ~ 25.72%
B 192 von 521 ~ 36.85'%
Die Farbe #C386C0 wird in CMYK als (0,31,2,24) definiert.
CMYK: (0,31,2,24)
C0M31Y2K24 (0%, 31%, 2%, 24%)
(0.00 / 0.31 / 0.02 / 0.24)
Farbe #C386C0 in den populären Farbmodellen.
C3 | 86 | C0 | |
---|---|---|---|
RGB | 195 | 134 | 192 |
HSL | 303° | 33.70% | 64.51% |
HSB/HSV | 303° | 31.28% | 76.47% |
CMYK | 0.00% | 31.28% | 1.54% |
23.53% |
Die Farbe #C386C0 in den populären Zahlensystemen.
Hexadezimal | C3 | 86 | C0 |
Dezimal | 195 | 134 | 192 |
Binär | 11000011 | 10000110 | 11000000 |
Oktal | 303 | 206 | 300 |
Dunkle Töne der Farbe #C386C0
Helle Töne der Farbe #C386C0
Beispiele css- und html für Elemente in der Farbe #C386C0. Bitte benutzen Sie auch rgb(195,134,192) statt hex-Code.
.myTextColor { color: #C386C0; }
<p style="color:#C386C0">This sample text font color is #C386C0.</p>
Die Farbe dieses Textes ist #C386C0.
.myBgColor { background-color: #C386C0; }
<div style="background-color:#C386C0">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C386C0.
.myBorderColor { border: 1px solid #C386C0; }
<div style="border:3px solid #C386C0">Div</div>
Die Grenzen von diesem div sind in Farbe #C386C0.
.myOpacity80 { color: #C386C0; opacity: 0.8; }
<p style="color:#C386C0;opacity:0.8;">80%</p>
Text in Farbe #C386C0 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C386C0;}
<p style="text-shadow: 3px 3px 1px #C386C0">Text here.</p>
Dieser Text hat den Schatten in Farbe #C386C0.
.textShadow {text-shadow: 3px 3px 1px #C386C0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C386C0, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C386C0 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C386C0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C386C0, Direction=45, Strength=4)">Text</p>
This text has shadow with #C386C0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C386C0;
-webkit-box-shadow: 1px 1px 3px 2px #C386C0;
box-shadow: 1px 1px 3px 2px #C386C0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C386C0; -webkit-box-shadow: 1px 1px 3px 2px #C386C0; box-shadow:1px 1px 3px 2px #C386C0;">
Div content here
</div>
Dieser Text ist in der Farbe #C386C0 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C386C0 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C386C0.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C386C0.
Kontrastfarbe für #hex ist #3C793F.