Shades of Wisteria #D087E0
Tints of Wisteria #D087E0
RGB
CMYK
RGB Variations
Color information
#D087E0 (or 0xD087E0) is known color: Wisteria. HEX triplet: D0, 87 and E0. RGB value is (208,135,224). Sum of RGB (Red+Green+Blue) = 208+135+224=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #D087E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087E0 is #2F781F. Grayscale: #A6A6A6. Windows color (decimal): -3110944 or 14714832. OLE color: 14714832.
HSL color Cylindrical-coordinate representation of color #D087E0: hue angle of 289.21º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D087E0 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 135 | 224 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.12 |
| HSL | 289.21º | 0.59% | 0.7% | - |
| HSV(B) | 289.21º | 0.4% | 0.88% | - |
| XYZ | 48.13 | 36.12 | 74.96 | - |
| YUV | 166.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 224 | 0.07 | 0.40 | 0 | 0.12 | 289.21 | 0.59 | 0.7 |
| Hex | D0 | 87 | E0 | 7 | 28 | 0 | C | 121 | 3B | 46 |
| Octal | 320 | 207 | 340 | 7 | 50 | 0 | 14 | 441 | 73 | 106 |
| Binary | 11010000 | 10000111 | 11100000 | 111 | 101000 | 0 | 1100 | 100100001 | 111011 | 1000110 |
Color Harmonies of #D087E0
Complementary color
Monochromatic Colors of #D087E0
Black with #D087E0
Text Example
Text Example
White with #D087E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D087E0; }
p { color: rgb(208,135,224); }
H1.HeaderClassName
{
color: #D087E0;
}
.AnyTagClassName
{
color: #D087E0;
}
</style>
background-color css
<style>
a { background-color: #D087E0; }
a { background-color: rgb(208,135,224); }
div.DivClassName
{
background-color: #D087E0;
}
.BgClassName
{
background-color: #D087E0;
}
</style>
border-color css
<style>
span { border-color: #D087E0; }
span { border-color: rgb(208,135,224); }
td.TdClassName
{
border-color: #D087E0;
}
.TagClassName
{
border-color: #D087E0;
}
</style>