Shades of Wisteria #D08FED
Tints of Wisteria #D08FED
RGB
CMYK
RGB Variations
Color information
#D08FED (or 0xD08FED) is known color: Wisteria. HEX triplet: D0, 8F and ED. RGB value is (208,143,237). Sum of RGB (Red+Green+Blue) = 208+143+237=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #D08FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08FED is #2F7012. Grayscale: #ACACAC. Windows color (decimal): -3108883 or 15568848. OLE color: 15568848.
HSL color Cylindrical-coordinate representation of color #D08FED: hue angle of 281.49º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D08FED is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 143 | 237 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.07 |
| HSL | 281.49º | 0.72% | 0.75% | - |
| HSV(B) | 281.49º | 0.4% | 0.93% | - |
| XYZ | 51.12 | 39.17 | 84.99 | - |
| YUV | 173.15 | 164.03 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 237 | 0.12 | 0.40 | 0 | 0.07 | 281.49 | 0.72 | 0.75 |
| Hex | D0 | 8F | ED | C | 28 | 0 | 7 | 119 | 48 | 4B |
| Octal | 320 | 217 | 355 | 14 | 50 | 0 | 7 | 431 | 110 | 113 |
| Binary | 11010000 | 10001111 | 11101101 | 1100 | 101000 | 0 | 111 | 100011001 | 1001000 | 1001011 |
Color Harmonies of #D08FED
Complementary color
Monochromatic Colors of #D08FED
Black with #D08FED
Text Example
Text Example
White with #D08FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08FED; }
p { color: rgb(208,143,237); }
H1.HeaderClassName
{
color: #D08FED;
}
.AnyTagClassName
{
color: #D08FED;
}
</style>
background-color css
<style>
a { background-color: #D08FED; }
a { background-color: rgb(208,143,237); }
div.DivClassName
{
background-color: #D08FED;
}
.BgClassName
{
background-color: #D08FED;
}
</style>
border-color css
<style>
span { border-color: #D08FED; }
span { border-color: rgb(208,143,237); }
td.TdClassName
{
border-color: #D08FED;
}
.TagClassName
{
border-color: #D08FED;
}
</style>