Shades of Wisteria #D09CE6
Tints of Wisteria #D09CE6
RGB
CMYK
RGB Variations
Color information
#D09CE6 (or 0xD09CE6) is known color: Wisteria. HEX triplet: D0, 9C and E6. RGB value is (208,156,230). Sum of RGB (Red+Green+Blue) = 208+156+230=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 230 (90.23% from 255 or 38.72% from 594); Max value from RGB is 230 - color contains mainly: blue. Hex color #D09CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09CE6 is #2F6319. Grayscale: #B3B3B3. Windows color (decimal): -3105562 or 15113424. OLE color: 15113424.
HSL color Cylindrical-coordinate representation of color #D09CE6: hue angle of 282.16º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D09CE6 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 156 | 230 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.10 |
| HSL | 282.16º | 0.6% | 0.76% | - |
| HSV(B) | 282.16º | 0.32% | 0.9% | - |
| XYZ | 52.18 | 42.9 | 80.39 | - |
| YUV | 179.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 230 | 0.10 | 0.32 | 0 | 0.10 | 282.16 | 0.6 | 0.76 |
| Hex | D0 | 9C | E6 | A | 20 | 0 | A | 11A | 3C | 4C |
| Octal | 320 | 234 | 346 | 12 | 40 | 0 | 12 | 432 | 74 | 114 |
| Binary | 11010000 | 10011100 | 11100110 | 1010 | 100000 | 0 | 1010 | 100011010 | 111100 | 1001100 |
Color Harmonies of #D09CE6
Complementary color
Monochromatic Colors of #D09CE6
Black with #D09CE6
Text Example
Text Example
White with #D09CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CE6; }
p { color: rgb(208,156,230); }
H1.HeaderClassName
{
color: #D09CE6;
}
.AnyTagClassName
{
color: #D09CE6;
}
</style>
background-color css
<style>
a { background-color: #D09CE6; }
a { background-color: rgb(208,156,230); }
div.DivClassName
{
background-color: #D09CE6;
}
.BgClassName
{
background-color: #D09CE6;
}
</style>
border-color css
<style>
span { border-color: #D09CE6; }
span { border-color: rgb(208,156,230); }
td.TdClassName
{
border-color: #D09CE6;
}
.TagClassName
{
border-color: #D09CE6;
}
</style>