Shades of Plum #D68CE0
Tints of Plum #D68CE0
RGB
CMYK
RGB Variations
Color information
#D68CE0 (or 0xD68CE0) is known color: Plum. HEX triplet: D6, 8C and E0. RGB value is (214,140,224). Sum of RGB (Red+Green+Blue) = 214+140+224=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #D68CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CE0 is #29731F. Grayscale: #ABABAB. Windows color (decimal): -2716448 or 14716118. OLE color: 14716118.
HSL color Cylindrical-coordinate representation of color #D68CE0: hue angle of 292.86º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68CE0 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 140 | 224 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.12 |
| HSL | 292.86º | 0.58% | 0.71% | - |
| HSV(B) | 292.86º | 0.38% | 0.88% | - |
| XYZ | 50.56 | 38.43 | 75.27 | - |
| YUV | 171.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 224 | 0.04 | 0.38 | 0 | 0.12 | 292.86 | 0.58 | 0.71 |
| Hex | D6 | 8C | E0 | 4 | 26 | 0 | C | 125 | 3A | 47 |
| Octal | 326 | 214 | 340 | 4 | 46 | 0 | 14 | 445 | 72 | 107 |
| Binary | 11010110 | 10001100 | 11100000 | 100 | 100110 | 0 | 1100 | 100100101 | 111010 | 1000111 |
Color Harmonies of #D68CE0
Complementary color
Monochromatic Colors of #D68CE0
Black with #D68CE0
Text Example
Text Example
White with #D68CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CE0; }
p { color: rgb(214,140,224); }
H1.HeaderClassName
{
color: #D68CE0;
}
.AnyTagClassName
{
color: #D68CE0;
}
</style>
background-color css
<style>
a { background-color: #D68CE0; }
a { background-color: rgb(214,140,224); }
div.DivClassName
{
background-color: #D68CE0;
}
.BgClassName
{
background-color: #D68CE0;
}
</style>
border-color css
<style>
span { border-color: #D68CE0; }
span { border-color: rgb(214,140,224); }
td.TdClassName
{
border-color: #D68CE0;
}
.TagClassName
{
border-color: #D68CE0;
}
</style>