Shades of Wisteria #D09BE6
Tints of Wisteria #D09BE6
RGB
CMYK
RGB Variations
Color information
#D09BE6 (or 0xD09BE6) is known color: Wisteria. HEX triplet: D0, 9B and E6. RGB value is (208,155,230). Sum of RGB (Red+Green+Blue) = 208+155+230=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 230 - color contains mainly: blue. Hex color #D09BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BE6 is #2F6419. Grayscale: #B3B3B3. Windows color (decimal): -3105818 or 15113168. OLE color: 15113168.
HSL color Cylindrical-coordinate representation of color #D09BE6: hue angle of 282.4º 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 #D09BE6 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 155 | 230 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.10 |
| HSL | 282.4º | 0.6% | 0.75% | - |
| HSV(B) | 282.4º | 0.33% | 0.9% | - |
| XYZ | 52.02 | 42.57 | 80.34 | - |
| YUV | 179.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 230 | 0.10 | 0.33 | 0 | 0.10 | 282.4 | 0.6 | 0.75 |
| Hex | D0 | 9B | E6 | A | 21 | 0 | A | 11A | 3C | 4B |
| Octal | 320 | 233 | 346 | 12 | 41 | 0 | 12 | 432 | 74 | 113 |
| Binary | 11010000 | 10011011 | 11100110 | 1010 | 100001 | 0 | 1010 | 100011010 | 111100 | 1001011 |
Color Harmonies of #D09BE6
Complementary color
Monochromatic Colors of #D09BE6
Black with #D09BE6
Text Example
Text Example
White with #D09BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BE6; }
p { color: rgb(208,155,230); }
H1.HeaderClassName
{
color: #D09BE6;
}
.AnyTagClassName
{
color: #D09BE6;
}
</style>
background-color css
<style>
a { background-color: #D09BE6; }
a { background-color: rgb(208,155,230); }
div.DivClassName
{
background-color: #D09BE6;
}
.BgClassName
{
background-color: #D09BE6;
}
</style>
border-color css
<style>
span { border-color: #D09BE6; }
span { border-color: rgb(208,155,230); }
td.TdClassName
{
border-color: #D09BE6;
}
.TagClassName
{
border-color: #D09BE6;
}
</style>