HEX: #C596DB
RGB: (197,150,219)
#C596DB enthält hauptsächlich rote und blaue Farbe. Für #C596DB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C596DB wird in RGB als (197,150,219) definiert.
RGB: (197,150,219) (77%,59%,86%)
R 197 von 255 = 77%
G 150 von 255 = 59%
B 219 von 255 = 86%
R + G + B ~ 74%. #C596DB ziemlich helle Farbe.
R + G + B =
197 + 150 + 219 = 566 (100%)
R 197 von 566 ~ 34.81%
G 150 von 566 ~ 26.5%
B 219 von 566 ~ 38.69%
Die Farbe #C596DB wird in CMYK als (10,32,0,14) definiert.
CMYK: (10,32,0,14) C10M32Y0K14 (10%,32%,0%,14%) (0.10/0.32/0.00/0.14)
C5 | 96 | DB | |
---|---|---|---|
RGB | 197 | 150 | 219 |
HSL | 281° | 48.94% | 72.35% |
HSB/HSV | 281° | 31.51% | 85.88% |
CMYK | 10.05% | 31.51% | 0.00% |
14.12% |
Hexadezimal | C5 | 96 | DB |
Dezimal | 197 | 150 | 219 |
Binär | 11000101 | 10010110 | 11011011 |
Oktal | 305 | 226 | 333 |
Beispiele css- und html für Elemente in der Farbe #C596DB. Bitte benutzen Sie auch rgb(197,150,219) statt hex-Code.
.myTextColor { color: #C596DB; }
<p style="color:#C596DB">This sample text font color is #C596DB.</p>
Die Farbe dieses Textes ist #C596DB.
.myBgColor { background-color: #C596DB; }
<div style="background-color:#C596DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C596DB.
.myBorderColor { border: 1px solid #C596DB; }
<div style="border:3px solid #C596DB">Div</div>
Die Grenzen von diesem div sind in Farbe #C596DB.
.myOpacity80 { color: #C596DB; opacity: 0.8; }
<p style="color:#C596DB;opacity:0.8;">80%</p>
Text in Farbe #C596DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C596DB;}
<p style="text-shadow: 3px 3px 1px #C596DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C596DB.
.textShadow {text-shadow: 3px 3px 1px #C596DB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C596DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C596DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C596DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C596DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C596DB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C596DB; -webkit-box-shadow: 1px 1px 3px 2px #C596DB; box-shadow: 1px 1px 3px 2px #C596DB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C596DB; -webkit-box-shadow: 1px 1px 3px 2px #C596DB; box-shadow:1px 1px 3px 2px #C596DB;">
Div content here</div>
Dieser Text ist in der Farbe #C596DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C596DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C596DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C596DB.