Shades of Wisteria #D087ED
Tints of Wisteria #D087ED
RGB
CMYK
RGB Variations
Color information
#D087ED (or 0xD087ED) is known color: Wisteria. HEX triplet: D0, 87 and ED. RGB value is (208,135,237). Sum of RGB (Red+Green+Blue) = 208+135+237=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 135 (53.12% from 255 or 23.28% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #D087ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D087ED is #2F7812. Grayscale: #A8A8A8. Windows color (decimal): -3110931 or 15566800. OLE color: 15566800.
HSL color Cylindrical-coordinate representation of color #D087ED: hue angle of 282.94º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D087ED is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 135 | 237 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.07 |
| HSL | 282.94º | 0.74% | 0.73% | - |
| HSV(B) | 282.94º | 0.43% | 0.93% | - |
| XYZ | 49.96 | 36.85 | 84.6 | - |
| YUV | 168.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 237 | 0.12 | 0.43 | 0 | 0.07 | 282.94 | 0.74 | 0.73 |
| Hex | D0 | 87 | ED | C | 2B | 0 | 7 | 11B | 4A | 49 |
| Octal | 320 | 207 | 355 | 14 | 53 | 0 | 7 | 433 | 112 | 111 |
| Binary | 11010000 | 10000111 | 11101101 | 1100 | 101011 | 0 | 111 | 100011011 | 1001010 | 1001001 |
Color Harmonies of #D087ED
Complementary color
Monochromatic Colors of #D087ED
Black with #D087ED
Text Example
Text Example
White with #D087ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D087ED; }
p { color: rgb(208,135,237); }
H1.HeaderClassName
{
color: #D087ED;
}
.AnyTagClassName
{
color: #D087ED;
}
</style>
background-color css
<style>
a { background-color: #D087ED; }
a { background-color: rgb(208,135,237); }
div.DivClassName
{
background-color: #D087ED;
}
.BgClassName
{
background-color: #D087ED;
}
</style>
border-color css
<style>
span { border-color: #D087ED; }
span { border-color: rgb(208,135,237); }
td.TdClassName
{
border-color: #D087ED;
}
.TagClassName
{
border-color: #D087ED;
}
</style>