Shades of Wisteria #D09CE8
Tints of Wisteria #D09CE8
RGB
CMYK
RGB Variations
Color information
#D09CE8 (or 0xD09CE8) is known color: Wisteria. HEX triplet: D0, 9C and E8. RGB value is (208,156,232). Sum of RGB (Red+Green+Blue) = 208+156+232=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 232 (91.02% from 255 or 38.93% from 596); Max value from RGB is 232 - color contains mainly: blue. Hex color #D09CE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09CE8 is #2F6317. Grayscale: #B3B3B3. Windows color (decimal): -3105560 or 15244496. OLE color: 15244496.
HSL color Cylindrical-coordinate representation of color #D09CE8: hue angle of 281.05º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D09CE8 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 156 | 232 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.09 |
| HSL | 281.05º | 0.62% | 0.76% | - |
| HSV(B) | 281.05º | 0.33% | 0.91% | - |
| XYZ | 52.47 | 43.01 | 81.88 | - |
| YUV | 180.21 | 157.23 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 232 | 0.10 | 0.33 | 0 | 0.09 | 281.05 | 0.62 | 0.76 |
| Hex | D0 | 9C | E8 | A | 21 | 0 | 9 | 119 | 3E | 4C |
| Octal | 320 | 234 | 350 | 12 | 41 | 0 | 11 | 431 | 76 | 114 |
| Binary | 11010000 | 10011100 | 11101000 | 1010 | 100001 | 0 | 1001 | 100011001 | 111110 | 1001100 |
Color Harmonies of #D09CE8
Complementary color
Monochromatic Colors of #D09CE8
Black with #D09CE8
Text Example
Text Example
White with #D09CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CE8; }
p { color: rgb(208,156,232); }
H1.HeaderClassName
{
color: #D09CE8;
}
.AnyTagClassName
{
color: #D09CE8;
}
</style>
background-color css
<style>
a { background-color: #D09CE8; }
a { background-color: rgb(208,156,232); }
div.DivClassName
{
background-color: #D09CE8;
}
.BgClassName
{
background-color: #D09CE8;
}
</style>
border-color css
<style>
span { border-color: #D09CE8; }
span { border-color: rgb(208,156,232); }
td.TdClassName
{
border-color: #D09CE8;
}
.TagClassName
{
border-color: #D09CE8;
}
</style>