HEX: #C596CA
RGB: (197,150,202)
#C596CA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C596CA ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C596CA wird in RGB als (197,150,202) definiert.
RGB: (197,150,202) (77%,59%,79%)
R 197 von 255 = 77%
G 150 von 255 = 59%
B 202 von 255 = 79%
R + G + B ~ 72%. #C596CA ziemlich helle Farbe.
R + G + B =
197 + 150 + 202 = 549 (100%)
R 197 von 549 ~ 35.88%
G 150 von 549 ~ 27.32%
B 202 von 549 ~ 36.79%
Die Farbe #C596CA wird in CMYK als (2,26,0,21) definiert.
CMYK: (2,26,0,21) C2M26Y0K21 (2%,26%,0%,21%) (0.02/0.26/0.00/0.21)
C5 | 96 | CA | |
---|---|---|---|
RGB | 197 | 150 | 202 |
HSL | 294° | 32.91% | 69.02% |
HSB/HSV | 294° | 25.74% | 79.22% |
CMYK | 2.48% | 25.74% | 0.00% |
20.78% |
Hexadezimal | C5 | 96 | CA |
Dezimal | 197 | 150 | 202 |
Binär | 11000101 | 10010110 | 11001010 |
Oktal | 305 | 226 | 312 |
Beispiele css- und html für Elemente in der Farbe #C596CA. Bitte benutzen Sie auch rgb(197,150,202) statt hex-Code.
.myTextColor { color: #C596CA; }
<p style="color:#C596CA">This sample text font color is #C596CA.</p>
Die Farbe dieses Textes ist #C596CA.
.myBgColor { background-color: #C596CA; }
<div style="background-color:#C596CA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C596CA.
.myBorderColor { border: 1px solid #C596CA; }
<div style="border:3px solid #C596CA">Div</div>
Die Grenzen von diesem div sind in Farbe #C596CA.
.myOpacity80 { color: #C596CA; opacity: 0.8; }
<p style="color:#C596CA;opacity:0.8;">80%</p>
Text in Farbe #C596CA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C596CA;}
<p style="text-shadow: 3px 3px 1px #C596CA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C596CA.
.textShadow {text-shadow: 3px 3px 1px #C596CA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C596CA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C596CA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C596CA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C596CA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C596CA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C596CA; -webkit-box-shadow: 1px 1px 3px 2px #C596CA; box-shadow: 1px 1px 3px 2px #C596CA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C596CA; -webkit-box-shadow: 1px 1px 3px 2px #C596CA; box-shadow:1px 1px 3px 2px #C596CA;">
Div content here</div>
Dieser Text ist in der Farbe #C596CA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C596CA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C596CA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C596CA.