Shades of Wisteria #D08CDB
Tints of Wisteria #D08CDB
RGB
CMYK
RGB Variations
Color information
#D08CDB (or 0xD08CDB) is known color: Wisteria. HEX triplet: D0, 8C and DB. RGB value is (208,140,219). Sum of RGB (Red+Green+Blue) = 208+140+219=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #D08CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CDB is #2F7324. Grayscale: #A9A9A9. Windows color (decimal): -3109669 or 14388432. OLE color: 14388432.
HSL color Cylindrical-coordinate representation of color #D08CDB: hue angle of 291.65º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D08CDB is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 140 | 219 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.14 |
| HSL | 291.65º | 0.52% | 0.7% | - |
| HSV(B) | 291.65º | 0.36% | 0.86% | - |
| XYZ | 48.18 | 37.28 | 71.67 | - |
| YUV | 169.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 219 | 0.05 | 0.36 | 0 | 0.14 | 291.65 | 0.52 | 0.7 |
| Hex | D0 | 8C | DB | 5 | 24 | 0 | E | 124 | 34 | 46 |
| Octal | 320 | 214 | 333 | 5 | 44 | 0 | 16 | 444 | 64 | 106 |
| Binary | 11010000 | 10001100 | 11011011 | 101 | 100100 | 0 | 1110 | 100100100 | 110100 | 1000110 |
Color Harmonies of #D08CDB
Complementary color
Monochromatic Colors of #D08CDB
Black with #D08CDB
Text Example
Text Example
White with #D08CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08CDB; }
p { color: rgb(208,140,219); }
H1.HeaderClassName
{
color: #D08CDB;
}
.AnyTagClassName
{
color: #D08CDB;
}
</style>
background-color css
<style>
a { background-color: #D08CDB; }
a { background-color: rgb(208,140,219); }
div.DivClassName
{
background-color: #D08CDB;
}
.BgClassName
{
background-color: #D08CDB;
}
</style>
border-color css
<style>
span { border-color: #D08CDB; }
span { border-color: rgb(208,140,219); }
td.TdClassName
{
border-color: #D08CDB;
}
.TagClassName
{
border-color: #D08CDB;
}
</style>