HEX: #C65EDD
RGB: (198,94,221)
#C65EDD enthält hauptsächlich rote und blaue Farbe. Für #C65EDD ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #C65EDD wird in RGB als (198,94,221) definiert.
RGB: (198,94,221) (78%,37%,87%)
R 198 von 255 = 78%
G 94 von 255 = 37%
B 221 von 255 = 87%
R + G + B ~ 67%. #C65EDD ziemlich helle Farbe.
R + G + B =
198 + 94 + 221 = 513 (100%)
R 198 von 513 ~ 38.6%
G 94 von 513 ~ 18.32%
B 221 von 513 ~ 43.08%
Die Farbe #C65EDD wird in CMYK als (10,57,0,13) definiert.
CMYK: (10,57,0,13) C10M57Y0K13 (10%,57%,0%,13%) (0.10/0.57/0.00/0.13)
C6 | 5E | DD | |
---|---|---|---|
RGB | 198 | 94 | 221 |
HSL | 289° | 65.13% | 61.76% |
HSB/HSV | 289° | 57.47% | 86.67% |
CMYK | 10.41% | 57.47% | 0.00% |
13.33% |
Hexadezimal | C6 | 5E | DD |
Dezimal | 198 | 94 | 221 |
Binär | 11000110 | 1011110 | 11011101 |
Oktal | 306 | 136 | 335 |
Beispiele css- und html für Elemente in der Farbe #C65EDD. Bitte benutzen Sie auch rgb(198,94,221) statt hex-Code.
.myTextColor { color: #C65EDD; }
<p style="color:#C65EDD">This sample text font color is #C65EDD.</p>
Die Farbe dieses Textes ist #C65EDD.
.myBgColor { background-color: #C65EDD; }
<div style="background-color:#C65EDD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C65EDD.
.myBorderColor { border: 1px solid #C65EDD; }
<div style="border:3px solid #C65EDD">Div</div>
Die Grenzen von diesem div sind in Farbe #C65EDD.
.myOpacity80 { color: #C65EDD; opacity: 0.8; }
<p style="color:#C65EDD;opacity:0.8;">80%</p>
Text in Farbe #C65EDD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C65EDD;}
<p style="text-shadow: 3px 3px 1px #C65EDD">Text here.</p>
Dieser Text hat den Schatten in Farbe #C65EDD.
.textShadow {text-shadow: 3px 3px 1px #C65EDD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C65EDD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C65EDD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C65EDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C65EDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C65EDD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C65EDD; -webkit-box-shadow: 1px 1px 3px 2px #C65EDD; box-shadow: 1px 1px 3px 2px #C65EDD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C65EDD; -webkit-box-shadow: 1px 1px 3px 2px #C65EDD; box-shadow:1px 1px 3px 2px #C65EDD;">
Div content here</div>
Dieser Text ist in der Farbe #C65EDD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C65EDD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C65EDD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C65EDD.