Shades of Wisteria #D08BE5
Tints of Wisteria #D08BE5
RGB
CMYK
RGB Variations
Color information
#D08BE5 (or 0xD08BE5) is known color: Wisteria. HEX triplet: D0, 8B and E5. RGB value is (208,139,229). Sum of RGB (Red+Green+Blue) = 208+139+229=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #D08BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08BE5 is #2F741A. Grayscale: #A9A9A9. Windows color (decimal): -3109915 or 15043536. OLE color: 15043536.
HSL color Cylindrical-coordinate representation of color #D08BE5: hue angle of 286º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D08BE5 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 139 | 229 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.10 |
| HSL | 286º | 0.63% | 0.72% | - |
| HSV(B) | 286º | 0.39% | 0.9% | - |
| XYZ | 49.39 | 37.53 | 78.77 | - |
| YUV | 169.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 139 | 229 | 0.09 | 0.39 | 0 | 0.10 | 286 | 0.63 | 0.72 |
| Hex | D0 | 8B | E5 | 9 | 27 | 0 | A | 11E | 3F | 48 |
| Octal | 320 | 213 | 345 | 11 | 47 | 0 | 12 | 436 | 77 | 110 |
| Binary | 11010000 | 10001011 | 11100101 | 1001 | 100111 | 0 | 1010 | 100011110 | 111111 | 1001000 |
Color Harmonies of #D08BE5
Complementary color
Monochromatic Colors of #D08BE5
Black with #D08BE5
Text Example
Text Example
White with #D08BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08BE5; }
p { color: rgb(208,139,229); }
H1.HeaderClassName
{
color: #D08BE5;
}
.AnyTagClassName
{
color: #D08BE5;
}
</style>
background-color css
<style>
a { background-color: #D08BE5; }
a { background-color: rgb(208,139,229); }
div.DivClassName
{
background-color: #D08BE5;
}
.BgClassName
{
background-color: #D08BE5;
}
</style>
border-color css
<style>
span { border-color: #D08BE5; }
span { border-color: rgb(208,139,229); }
td.TdClassName
{
border-color: #D08BE5;
}
.TagClassName
{
border-color: #D08BE5;
}
</style>