Shades of Wisteria #D091EC
Tints of Wisteria #D091EC
RGB
CMYK
RGB Variations
Color information
#D091EC (or 0xD091EC) is known color: Wisteria. HEX triplet: D0, 91 and EC. RGB value is (208,145,236). Sum of RGB (Red+Green+Blue) = 208+145+236=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #D091EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D091EC is #2F6E13. Grayscale: #ADADAD. Windows color (decimal): -3108372 or 15503824. OLE color: 15503824.
HSL color Cylindrical-coordinate representation of color #D091EC: hue angle of 281.54º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D091EC is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 145 | 236 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.07 |
| HSL | 281.54º | 0.71% | 0.75% | - |
| HSV(B) | 281.54º | 0.39% | 0.93% | - |
| XYZ | 51.28 | 39.72 | 84.32 | - |
| YUV | 174.21 | 162.87 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 236 | 0.12 | 0.39 | 0 | 0.07 | 281.54 | 0.71 | 0.75 |
| Hex | D0 | 91 | EC | C | 27 | 0 | 7 | 11A | 47 | 4B |
| Octal | 320 | 221 | 354 | 14 | 47 | 0 | 7 | 432 | 107 | 113 |
| Binary | 11010000 | 10010001 | 11101100 | 1100 | 100111 | 0 | 111 | 100011010 | 1000111 | 1001011 |
Color Harmonies of #D091EC
Complementary color
Monochromatic Colors of #D091EC
Black with #D091EC
Text Example
Text Example
White with #D091EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D091EC; }
p { color: rgb(208,145,236); }
H1.HeaderClassName
{
color: #D091EC;
}
.AnyTagClassName
{
color: #D091EC;
}
</style>
background-color css
<style>
a { background-color: #D091EC; }
a { background-color: rgb(208,145,236); }
div.DivClassName
{
background-color: #D091EC;
}
.BgClassName
{
background-color: #D091EC;
}
</style>
border-color css
<style>
span { border-color: #D091EC; }
span { border-color: rgb(208,145,236); }
td.TdClassName
{
border-color: #D091EC;
}
.TagClassName
{
border-color: #D091EC;
}
</style>