Shades of Wisteria #D08EEC
Tints of Wisteria #D08EEC
RGB
CMYK
RGB Variations
Color information
#D08EEC (or 0xD08EEC) is known color: Wisteria. HEX triplet: D0, 8E and EC. RGB value is (208,142,236). Sum of RGB (Red+Green+Blue) = 208+142+236=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #D08EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08EEC is #2F7113. Grayscale: #ACACAC. Windows color (decimal): -3109140 or 15503056. OLE color: 15503056.
HSL color Cylindrical-coordinate representation of color #D08EEC: hue angle of 282.13º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D08EEC is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 142 | 236 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.07 |
| HSL | 282.13º | 0.71% | 0.74% | - |
| HSV(B) | 282.13º | 0.4% | 0.93% | - |
| XYZ | 50.83 | 38.81 | 84.17 | - |
| YUV | 172.45 | 163.87 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 236 | 0.12 | 0.40 | 0 | 0.07 | 282.13 | 0.71 | 0.74 |
| Hex | D0 | 8E | EC | C | 28 | 0 | 7 | 11A | 47 | 4A |
| Octal | 320 | 216 | 354 | 14 | 50 | 0 | 7 | 432 | 107 | 112 |
| Binary | 11010000 | 10001110 | 11101100 | 1100 | 101000 | 0 | 111 | 100011010 | 1000111 | 1001010 |
Color Harmonies of #D08EEC
Complementary color
Monochromatic Colors of #D08EEC
Black with #D08EEC
Text Example
Text Example
White with #D08EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08EEC; }
p { color: rgb(208,142,236); }
H1.HeaderClassName
{
color: #D08EEC;
}
.AnyTagClassName
{
color: #D08EEC;
}
</style>
background-color css
<style>
a { background-color: #D08EEC; }
a { background-color: rgb(208,142,236); }
div.DivClassName
{
background-color: #D08EEC;
}
.BgClassName
{
background-color: #D08EEC;
}
</style>
border-color css
<style>
span { border-color: #D08EEC; }
span { border-color: rgb(208,142,236); }
td.TdClassName
{
border-color: #D08EEC;
}
.TagClassName
{
border-color: #D08EEC;
}
</style>