Shades of Wisteria #D09CEE
Tints of Wisteria #D09CEE
RGB
CMYK
RGB Variations
Color information
#D09CEE (or 0xD09CEE) is known color: Wisteria. HEX triplet: D0, 9C and EE. RGB value is (208,156,238). Sum of RGB (Red+Green+Blue) = 208+156+238=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #D09CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09CEE is #2F6311. Grayscale: #B4B4B4. Windows color (decimal): -3105554 or 15637712. OLE color: 15637712.
HSL color Cylindrical-coordinate representation of color #D09CEE: hue angle of 278.05º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D09CEE is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 156 | 238 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.07 |
| HSL | 278.05º | 0.71% | 0.77% | - |
| HSV(B) | 278.05º | 0.34% | 0.93% | - |
| XYZ | 53.33 | 43.36 | 86.45 | - |
| YUV | 180.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 238 | 0.13 | 0.34 | 0 | 0.07 | 278.05 | 0.71 | 0.77 |
| Hex | D0 | 9C | EE | D | 22 | 0 | 7 | 116 | 47 | 4D |
| Octal | 320 | 234 | 356 | 15 | 42 | 0 | 7 | 426 | 107 | 115 |
| Binary | 11010000 | 10011100 | 11101110 | 1101 | 100010 | 0 | 111 | 100010110 | 1000111 | 1001101 |
Color Harmonies of #D09CEE
Complementary color
Monochromatic Colors of #D09CEE
Black with #D09CEE
Text Example
Text Example
White with #D09CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CEE; }
p { color: rgb(208,156,238); }
H1.HeaderClassName
{
color: #D09CEE;
}
.AnyTagClassName
{
color: #D09CEE;
}
</style>
background-color css
<style>
a { background-color: #D09CEE; }
a { background-color: rgb(208,156,238); }
div.DivClassName
{
background-color: #D09CEE;
}
.BgClassName
{
background-color: #D09CEE;
}
</style>
border-color css
<style>
span { border-color: #D09CEE; }
span { border-color: rgb(208,156,238); }
td.TdClassName
{
border-color: #D09CEE;
}
.TagClassName
{
border-color: #D09CEE;
}
</style>