HEX: #C796FA
RGB: (199,150,250)
#C796FA enthält hauptsächlich rote und blaue Farbe. Für #C796FA ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #C796FA wird in RGB als (199,150,250) definiert.
RGB: (199,150,250)
(78%, 59%, 98%)
R 199 von 255 = 78%
G 150 von 255 = 59%
B 250 von 255 = 98%
R + G + B ~ 78%. #C796FA ziemlich helle Farbe.
R + G + B = 199 + 150 + 250 = 599 (100%)
R 199 von 599 ~ 33.22%
G 150 von 599 ~ 25.04%
B 250 von 599 ~ 41.74'%
Die Farbe #C796FA wird in CMYK als (20,40,0,2) definiert.
CMYK: (20,40,0,2)
C20M40Y0K2 (20%, 40%, 0%, 2%)
(0.20 / 0.40 / 0.00 / 0.02)
Farbe #C796FA in den populären Farbmodellen.
C7 | 96 | FA | |
---|---|---|---|
RGB | 199 | 150 | 250 |
HSL | 269° | 90.91% | 78.43% |
HSB/HSV | 269° | 40.00% | 98.04% |
CMYK | 20.40% | 40.00% | 0.00% |
1.96% |
Die Farbe #C796FA in den populären Zahlensystemen.
Hexadezimal | C7 | 96 | FA |
Dezimal | 199 | 150 | 250 |
Binär | 11000111 | 10010110 | 11111010 |
Oktal | 307 | 226 | 372 |
Dunkle Töne der Farbe #C796FA
Helle Töne der Farbe #C796FA
Beispiele css- und html für Elemente in der Farbe #C796FA. Bitte benutzen Sie auch rgb(199,150,250) statt hex-Code.
.myTextColor { color: #C796FA; }
<p style="color:#C796FA">This sample text font color is #C796FA.</p>
Die Farbe dieses Textes ist #C796FA.
.myBgColor { background-color: #C796FA; }
<div style="background-color:#C796FA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C796FA.
.myBorderColor { border: 1px solid #C796FA; }
<div style="border:3px solid #C796FA">Div</div>
Die Grenzen von diesem div sind in Farbe #C796FA.
.myOpacity80 { color: #C796FA; opacity: 0.8; }
<p style="color:#C796FA;opacity:0.8;">80%</p>
Text in Farbe #C796FA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C796FA;}
<p style="text-shadow: 3px 3px 1px #C796FA">Text here.</p>
Dieser Text hat den Schatten in Farbe #C796FA.
.textShadow {text-shadow: 3px 3px 1px #C796FA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C796FA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C796FA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C796FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C796FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C796FA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C796FA;
-webkit-box-shadow: 1px 1px 3px 2px #C796FA;
box-shadow: 1px 1px 3px 2px #C796FA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C796FA; -webkit-box-shadow: 1px 1px 3px 2px #C796FA; box-shadow:1px 1px 3px 2px #C796FA;">
Div content here
</div>
Dieser Text ist in der Farbe #C796FA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C796FA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C796FA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C796FA.
Kontrastfarbe für #hex ist #386905.