Shades of Wisteria #D09AE6
Tints of Wisteria #D09AE6
RGB
CMYK
RGB Variations
Color information
#D09AE6 (or 0xD09AE6) is known color: Wisteria. HEX triplet: D0, 9A and E6. RGB value is (208,154,230). Sum of RGB (Red+Green+Blue) = 208+154+230=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #D09AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09AE6 is #2F6519. Grayscale: #B2B2B2. Windows color (decimal): -3106074 or 15112912. OLE color: 15112912.
HSL color Cylindrical-coordinate representation of color #D09AE6: hue angle of 282.63º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D09AE6 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 154 | 230 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.10 |
| HSL | 282.63º | 0.6% | 0.75% | - |
| HSV(B) | 282.63º | 0.33% | 0.9% | - |
| XYZ | 51.85 | 42.23 | 80.28 | - |
| YUV | 178.81 | 156.89 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 230 | 0.10 | 0.33 | 0 | 0.10 | 282.63 | 0.6 | 0.75 |
| Hex | D0 | 9A | E6 | A | 21 | 0 | A | 11B | 3C | 4B |
| Octal | 320 | 232 | 346 | 12 | 41 | 0 | 12 | 433 | 74 | 113 |
| Binary | 11010000 | 10011010 | 11100110 | 1010 | 100001 | 0 | 1010 | 100011011 | 111100 | 1001011 |
Color Harmonies of #D09AE6
Complementary color
Monochromatic Colors of #D09AE6
Black with #D09AE6
Text Example
Text Example
White with #D09AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09AE6; }
p { color: rgb(208,154,230); }
H1.HeaderClassName
{
color: #D09AE6;
}
.AnyTagClassName
{
color: #D09AE6;
}
</style>
background-color css
<style>
a { background-color: #D09AE6; }
a { background-color: rgb(208,154,230); }
div.DivClassName
{
background-color: #D09AE6;
}
.BgClassName
{
background-color: #D09AE6;
}
</style>
border-color css
<style>
span { border-color: #D09AE6; }
span { border-color: rgb(208,154,230); }
td.TdClassName
{
border-color: #D09AE6;
}
.TagClassName
{
border-color: #D09AE6;
}
</style>