HEX: #C47FC1
RGB: (196,127,193)
#C47FC1 enthält hauptsächlich rote und blaue Farbe. Für #C47FC1 ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #C47FC1 wird in RGB als (196,127,193) definiert.
RGB: (196,127,193) (77%,50%,76%)
R 196 von 255 = 77%
G 127 von 255 = 50%
B 193 von 255 = 76%
R + G + B ~ 68%. #C47FC1 ziemlich helle Farbe.
R + G + B =
196 + 127 + 193 = 516 (100%)
R 196 von 516 ~ 37.98%
G 127 von 516 ~ 24.61%
B 193 von 516 ~ 37.4%
Die Farbe #C47FC1 wird in CMYK als (0,35,2,23) definiert.
CMYK: (0,35,2,23) C0M35Y2K23 (0%,35%,2%,23%) (0.00/0.35/0.02/0.23)
C4 | 7F | C1 | |
---|---|---|---|
RGB | 196 | 127 | 193 |
HSL | 303° | 36.90% | 63.33% |
HSB/HSV | 303° | 35.20% | 76.86% |
CMYK | 0.00% | 35.20% | 1.53% |
23.14% |
Hexadezimal | C4 | 7F | C1 |
Dezimal | 196 | 127 | 193 |
Binär | 11000100 | 1111111 | 11000001 |
Oktal | 304 | 177 | 301 |
Beispiele css- und html für Elemente in der Farbe #C47FC1. Bitte benutzen Sie auch rgb(196,127,193) statt hex-Code.
.myTextColor { color: #C47FC1; }
<p style="color:#C47FC1">This sample text font color is #C47FC1.</p>
Die Farbe dieses Textes ist #C47FC1.
.myBgColor { background-color: #C47FC1; }
<div style="background-color:#C47FC1">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C47FC1.
.myBorderColor { border: 1px solid #C47FC1; }
<div style="border:3px solid #C47FC1">Div</div>
Die Grenzen von diesem div sind in Farbe #C47FC1.
.myOpacity80 { color: #C47FC1; opacity: 0.8; }
<p style="color:#C47FC1;opacity:0.8;">80%</p>
Text in Farbe #C47FC1 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C47FC1;}
<p style="text-shadow: 3px 3px 1px #C47FC1">Text here.</p>
Dieser Text hat den Schatten in Farbe #C47FC1.
.textShadow {text-shadow: 3px 3px 1px #C47FC1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C47FC1, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C47FC1 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C47FC1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C47FC1, Direction=45, Strength=4)">Text</p>
This text has shadow with #C47FC1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C47FC1; -webkit-box-shadow: 1px 1px 3px 2px #C47FC1; box-shadow: 1px 1px 3px 2px #C47FC1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C47FC1; -webkit-box-shadow: 1px 1px 3px 2px #C47FC1; box-shadow:1px 1px 3px 2px #C47FC1;">
Div content here</div>
Dieser Text ist in der Farbe #C47FC1 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C47FC1 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C47FC1.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C47FC1.