HEX: #CD32CD
RGB: (205,50,205)
#CD32CD enthält hauptsächlich rote und blaue Farbe. Für #CD32CD ist eine «websichere» Webfarbe #CC33CC (oder kurz #C3C).
Die Farbe #CD32CD wird in RGB als (205,50,205) definiert.
RGB: (205,50,205) (80%,20%,80%)
R 205 von 255 = 80%
G 50 von 255 = 20%
B 205 von 255 = 80%
R + G + B ~ 60%. #CD32CD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
205 + 50 + 205 = 460 (100%)
R 205 von 460 ~ 44.57%
G 50 von 460 ~ 10.87%
B 205 von 460 ~ 44.57%
Die Farbe #CD32CD wird in CMYK als (0,76,0,20) definiert.
CMYK: (0,76,0,20) C0M76Y0K20 (0%,76%,0%,20%) (0.00/0.76/0.00/0.20)
CD | 32 | CD | |
---|---|---|---|
RGB | 205 | 50 | 205 |
HSL | 300° | 60.78% | 50.00% |
HSB/HSV | 300° | 75.61% | 80.39% |
CMYK | 0.00% | 75.61% | 0.00% |
19.61% |
Hexadezimal | CD | 32 | CD |
Dezimal | 205 | 50 | 205 |
Binär | 11001101 | 110010 | 11001101 |
Oktal | 315 | 62 | 315 |
Beispiele css- und html für Elemente in der Farbe #CD32CD. Bitte benutzen Sie auch rgb(205,50,205) statt hex-Code.
.myTextColor { color: #CD32CD; }
<p style="color:#CD32CD">This sample text font color is #CD32CD.</p>
Die Farbe dieses Textes ist #CD32CD.
.myBgColor { background-color: #CD32CD; }
<div style="background-color:#CD32CD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CD32CD.
.myBorderColor { border: 1px solid #CD32CD; }
<div style="border:3px solid #CD32CD">Div</div>
Die Grenzen von diesem div sind in Farbe #CD32CD.
.myOpacity80 { color: #CD32CD; opacity: 0.8; }
<p style="color:#CD32CD;opacity:0.8;">80%</p>
Text in Farbe #CD32CD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CD32CD;}
<p style="text-shadow: 3px 3px 1px #CD32CD">Text here.</p>
Dieser Text hat den Schatten in Farbe #CD32CD.
.textShadow {text-shadow: 3px 3px 1px #CD32CD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CD32CD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CD32CD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CD32CD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CD32CD, Direction=45, Strength=4)">Text</p>
This text has shadow with #CD32CD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #CD32CD; -webkit-box-shadow: 1px 1px 3px 2px #CD32CD; box-shadow: 1px 1px 3px 2px #CD32CD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #CD32CD; -webkit-box-shadow: 1px 1px 3px 2px #CD32CD; box-shadow:1px 1px 3px 2px #CD32CD;">
Div content here</div>
Dieser Text ist in der Farbe #CD32CD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CD32CD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CD32CD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CD32CD.