HEX: #C6A3CF
RGB: (198,163,207)
#C6A3CF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6A3CF ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C6A3CF wird in RGB als (198,163,207) definiert.
RGB: (198,163,207) (78%,64%,81%)
R 198 von 255 = 78%
G 163 von 255 = 64%
B 207 von 255 = 81%
R + G + B ~ 74%. #C6A3CF ziemlich helle Farbe.
R + G + B =
198 + 163 + 207 = 568 (100%)
R 198 von 568 ~ 34.86%
G 163 von 568 ~ 28.7%
B 207 von 568 ~ 36.44%
Die Farbe #C6A3CF wird in CMYK als (4,21,0,19) definiert.
CMYK: (4,21,0,19) C4M21Y0K19 (4%,21%,0%,19%) (0.04/0.21/0.00/0.19)
C6 | A3 | CF | |
---|---|---|---|
RGB | 198 | 163 | 207 |
HSL | 288° | 31.43% | 72.55% |
HSB/HSV | 288° | 21.26% | 81.18% |
CMYK | 4.35% | 21.26% | 0.00% |
18.82% |
Hexadezimal | C6 | A3 | CF |
Dezimal | 198 | 163 | 207 |
Binär | 11000110 | 10100011 | 11001111 |
Oktal | 306 | 243 | 317 |
Beispiele css- und html für Elemente in der Farbe #C6A3CF. Bitte benutzen Sie auch rgb(198,163,207) statt hex-Code.
.myTextColor { color: #C6A3CF; }
<p style="color:#C6A3CF">This sample text font color is #C6A3CF.</p>
Die Farbe dieses Textes ist #C6A3CF.
.myBgColor { background-color: #C6A3CF; }
<div style="background-color:#C6A3CF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6A3CF.
.myBorderColor { border: 1px solid #C6A3CF; }
<div style="border:3px solid #C6A3CF">Div</div>
Die Grenzen von diesem div sind in Farbe #C6A3CF.
.myOpacity80 { color: #C6A3CF; opacity: 0.8; }
<p style="color:#C6A3CF;opacity:0.8;">80%</p>
Text in Farbe #C6A3CF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6A3CF;}
<p style="text-shadow: 3px 3px 1px #C6A3CF">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6A3CF.
.textShadow {text-shadow: 3px 3px 1px #C6A3CF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6A3CF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6A3CF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6A3CF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6A3CF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6A3CF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6A3CF; -webkit-box-shadow: 1px 1px 3px 2px #C6A3CF; box-shadow: 1px 1px 3px 2px #C6A3CF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6A3CF; -webkit-box-shadow: 1px 1px 3px 2px #C6A3CF; box-shadow:1px 1px 3px 2px #C6A3CF;">
Div content here</div>
Dieser Text ist in der Farbe #C6A3CF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6A3CF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6A3CF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6A3CF.