Shades of Wisteria #D08CEA
Tints of Wisteria #D08CEA
RGB
CMYK
RGB Variations
Color information
#D08CEA (or 0xD08CEA) is known color: Wisteria. HEX triplet: D0, 8C and EA. RGB value is (208,140,234). Sum of RGB (Red+Green+Blue) = 208+140+234=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #D08CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08CEA is #2F7315. Grayscale: #AAAAAA. Windows color (decimal): -3109654 or 15371472. OLE color: 15371472.
HSL color Cylindrical-coordinate representation of color #D08CEA: hue angle of 283.4º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D08CEA is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 140 | 234 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.08 |
| HSL | 283.4º | 0.69% | 0.73% | - |
| HSV(B) | 283.4º | 0.4% | 0.92% | - |
| XYZ | 50.24 | 38.11 | 82.55 | - |
| YUV | 171.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 234 | 0.11 | 0.40 | 0 | 0.08 | 283.4 | 0.69 | 0.73 |
| Hex | D0 | 8C | EA | B | 28 | 0 | 8 | 11B | 45 | 49 |
| Octal | 320 | 214 | 352 | 13 | 50 | 0 | 10 | 433 | 105 | 111 |
| Binary | 11010000 | 10001100 | 11101010 | 1011 | 101000 | 0 | 1000 | 100011011 | 1000101 | 1001001 |
Color Harmonies of #D08CEA
Complementary color
Monochromatic Colors of #D08CEA
Black with #D08CEA
Text Example
Text Example
White with #D08CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08CEA; }
p { color: rgb(208,140,234); }
H1.HeaderClassName
{
color: #D08CEA;
}
.AnyTagClassName
{
color: #D08CEA;
}
</style>
background-color css
<style>
a { background-color: #D08CEA; }
a { background-color: rgb(208,140,234); }
div.DivClassName
{
background-color: #D08CEA;
}
.BgClassName
{
background-color: #D08CEA;
}
</style>
border-color css
<style>
span { border-color: #D08CEA; }
span { border-color: rgb(208,140,234); }
td.TdClassName
{
border-color: #D08CEA;
}
.TagClassName
{
border-color: #D08CEA;
}
</style>