HEX: #C995CA
RGB: (201,149,202)
#C995CA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C995CA ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C995CA wird in RGB als (201,149,202) definiert.
RGB: (201,149,202)
(79%, 58%, 79%)
R 201 von 255 = 79%
G 149 von 255 = 58%
B 202 von 255 = 79%
R + G + B ~ 72%. #C995CA ziemlich helle Farbe.
R + G + B = 201 + 149 + 202 = 552 (100%)
R 201 von 552 ~ 36.41%
G 149 von 552 ~ 26.99%
B 202 von 552 ~ 36.59'%
Die Farbe #C995CA wird in CMYK als (0,26,0,21) definiert.
CMYK: (0,26,0,21) C0M26Y0K21 (0%,26%,0%,21%) (0.00/0.26/0.00/0.21)
Farbe #C995CA in den populären Farbmodellen.
C9 | 95 | CA | |
---|---|---|---|
RGB | 201 | 149 | 202 |
HSL | 299° | 33.33% | 68.82% |
HSB/HSV | 299° | 26.24% | 79.22% |
CMYK | 0.50% | 26.24% | 0.00% |
20.78% |
Die Farbe #C995CA in den populären Zahlensystemen.
Hexadezimal | C9 | 95 | CA |
Dezimal | 201 | 149 | 202 |
Binär | 11001001 | 10010101 | 11001010 |
Oktal | 311 | 225 | 312 |
Dunkle Töne der Farbe #C995CA
Helle Töne der Farbe #C995CA
Beispiele css- und html für Elemente in der Farbe #C995CA. Bitte benutzen Sie auch rgb(201,149,202) statt hex-Code.
.myTextColor { color: #C995CA; }
<p style="color:#C995CA">This sample text font color is #C995CA.</p>
Die Farbe dieses Textes ist #C995CA.
.myBgColor { background-color: #C995CA; }
<div style="background-color:#C995CA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C995CA.
.myBorderColor { border: 1px solid #C995CA; }
<div style="border:3px solid #C995CA">Div</div>
Die Grenzen von diesem div sind in Farbe #C995CA.
.myOpacity80 { color: #C995CA; opacity: 0.8; }
<p style="color:#C995CA;opacity:0.8;">80%</p>
Text in Farbe #C995CA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C995CA;}
<p style="text-shadow: 3px 3px 1px #C995CA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C995CA.
.textShadow {text-shadow: 3px 3px 1px #C995CA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C995CA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C995CA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C995CA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C995CA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C995CA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C995CA;
-webkit-box-shadow: 1px 1px 3px 2px #C995CA;
box-shadow: 1px 1px 3px 2px #C995CA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C995CA; -webkit-box-shadow: 1px 1px 3px 2px #C995CA; box-shadow:1px 1px 3px 2px #C995CA;">
Div content here
</div>
Dieser Text ist in der Farbe #C995CA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C995CA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C995CA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C995CA.
Kontrastfarbe für #hex ist #366A35.