Shades of Wisteria #D08BED
Tints of Wisteria #D08BED
RGB
CMYK
RGB Variations
Color information
#D08BED (or 0xD08BED) is known color: Wisteria. HEX triplet: D0, 8B and ED. RGB value is (208,139,237). Sum of RGB (Red+Green+Blue) = 208+139+237=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #D08BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08BED is #2F7412. Grayscale: #AAAAAA. Windows color (decimal): -3109907 or 15567824. OLE color: 15567824.
HSL color Cylindrical-coordinate representation of color #D08BED: hue angle of 282.24º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D08BED is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 139 | 237 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.07 |
| HSL | 282.24º | 0.73% | 0.74% | - |
| HSV(B) | 282.24º | 0.41% | 0.93% | - |
| XYZ | 50.53 | 37.99 | 84.79 | - |
| YUV | 170.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 139 | 237 | 0.12 | 0.41 | 0 | 0.07 | 282.24 | 0.73 | 0.74 |
| Hex | D0 | 8B | ED | C | 29 | 0 | 7 | 11A | 49 | 4A |
| Octal | 320 | 213 | 355 | 14 | 51 | 0 | 7 | 432 | 111 | 112 |
| Binary | 11010000 | 10001011 | 11101101 | 1100 | 101001 | 0 | 111 | 100011010 | 1001001 | 1001010 |
Color Harmonies of #D08BED
Complementary color
Monochromatic Colors of #D08BED
Black with #D08BED
Text Example
Text Example
White with #D08BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08BED; }
p { color: rgb(208,139,237); }
H1.HeaderClassName
{
color: #D08BED;
}
.AnyTagClassName
{
color: #D08BED;
}
</style>
background-color css
<style>
a { background-color: #D08BED; }
a { background-color: rgb(208,139,237); }
div.DivClassName
{
background-color: #D08BED;
}
.BgClassName
{
background-color: #D08BED;
}
</style>
border-color css
<style>
span { border-color: #D08BED; }
span { border-color: rgb(208,139,237); }
td.TdClassName
{
border-color: #D08BED;
}
.TagClassName
{
border-color: #D08BED;
}
</style>