Shades of Wisteria #D09CE0
Tints of Wisteria #D09CE0
RGB
CMYK
RGB Variations
Color information
#D09CE0 (or 0xD09CE0) is known color: Wisteria. HEX triplet: D0, 9C and E0. RGB value is (208,156,224). Sum of RGB (Red+Green+Blue) = 208+156+224=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #D09CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CE0 is #2F631F. Grayscale: #B3B3B3. Windows color (decimal): -3105568 or 14720208. OLE color: 14720208.
HSL color Cylindrical-coordinate representation of color #D09CE0: hue angle of 285.88º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09CE0 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 156 | 224 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.12 |
| HSL | 285.88º | 0.52% | 0.75% | - |
| HSV(B) | 285.88º | 0.3% | 0.88% | - |
| XYZ | 51.36 | 42.57 | 76.03 | - |
| YUV | 179.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 224 | 0.07 | 0.30 | 0 | 0.12 | 285.88 | 0.52 | 0.75 |
| Hex | D0 | 9C | E0 | 7 | 1E | 0 | C | 11E | 34 | 4B |
| Octal | 320 | 234 | 340 | 7 | 36 | 0 | 14 | 436 | 64 | 113 |
| Binary | 11010000 | 10011100 | 11100000 | 111 | 11110 | 0 | 1100 | 100011110 | 110100 | 1001011 |
Color Harmonies of #D09CE0
Complementary color
Monochromatic Colors of #D09CE0
Black with #D09CE0
Text Example
Text Example
White with #D09CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CE0; }
p { color: rgb(208,156,224); }
H1.HeaderClassName
{
color: #D09CE0;
}
.AnyTagClassName
{
color: #D09CE0;
}
</style>
background-color css
<style>
a { background-color: #D09CE0; }
a { background-color: rgb(208,156,224); }
div.DivClassName
{
background-color: #D09CE0;
}
.BgClassName
{
background-color: #D09CE0;
}
</style>
border-color css
<style>
span { border-color: #D09CE0; }
span { border-color: rgb(208,156,224); }
td.TdClassName
{
border-color: #D09CE0;
}
.TagClassName
{
border-color: #D09CE0;
}
</style>