Shades of Wisteria #D08FEC
Tints of Wisteria #D08FEC
RGB
CMYK
RGB Variations
Color information
#D08FEC (or 0xD08FEC) is known color: Wisteria. HEX triplet: D0, 8F and EC. RGB value is (208,143,236). Sum of RGB (Red+Green+Blue) = 208+143+236=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #D08FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08FEC is #2F7013. Grayscale: #ACACAC. Windows color (decimal): -3108884 or 15503312. OLE color: 15503312.
HSL color Cylindrical-coordinate representation of color #D08FEC: hue angle of 281.94º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D08FEC is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 143 | 236 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.07 |
| HSL | 281.94º | 0.71% | 0.74% | - |
| HSV(B) | 281.94º | 0.39% | 0.93% | - |
| XYZ | 50.98 | 39.11 | 84.22 | - |
| YUV | 173.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 236 | 0.12 | 0.39 | 0 | 0.07 | 281.94 | 0.71 | 0.74 |
| Hex | D0 | 8F | EC | C | 27 | 0 | 7 | 11A | 47 | 4A |
| Octal | 320 | 217 | 354 | 14 | 47 | 0 | 7 | 432 | 107 | 112 |
| Binary | 11010000 | 10001111 | 11101100 | 1100 | 100111 | 0 | 111 | 100011010 | 1000111 | 1001010 |
Color Harmonies of #D08FEC
Complementary color
Monochromatic Colors of #D08FEC
Black with #D08FEC
Text Example
Text Example
White with #D08FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08FEC; }
p { color: rgb(208,143,236); }
H1.HeaderClassName
{
color: #D08FEC;
}
.AnyTagClassName
{
color: #D08FEC;
}
</style>
background-color css
<style>
a { background-color: #D08FEC; }
a { background-color: rgb(208,143,236); }
div.DivClassName
{
background-color: #D08FEC;
}
.BgClassName
{
background-color: #D08FEC;
}
</style>
border-color css
<style>
span { border-color: #D08FEC; }
span { border-color: rgb(208,143,236); }
td.TdClassName
{
border-color: #D08FEC;
}
.TagClassName
{
border-color: #D08FEC;
}
</style>