Shades of Wisteria #D291EC
Tints of Wisteria #D291EC
RGB
CMYK
RGB Variations
Color information
#D291EC (or 0xD291EC) is known color: Wisteria. HEX triplet: D2, 91 and EC. RGB value is (210,145,236). Sum of RGB (Red+Green+Blue) = 210+145+236=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 145 (57.03% from 255 or 24.53% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #D291EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D291EC is #2D6E13. Grayscale: #AEAEAE. Windows color (decimal): -2977300 or 15503826. OLE color: 15503826.
HSL color Cylindrical-coordinate representation of color #D291EC: hue angle of 282.86º 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 #D291EC is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 145 | 236 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.07 |
| HSL | 282.86º | 0.71% | 0.75% | - |
| HSV(B) | 282.86º | 0.39% | 0.93% | - |
| XYZ | 51.84 | 40.01 | 84.35 | - |
| YUV | 174.81 | 162.53 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 236 | 0.11 | 0.39 | 0 | 0.07 | 282.86 | 0.71 | 0.75 |
| Hex | D2 | 91 | EC | B | 27 | 0 | 7 | 11B | 47 | 4B |
| Octal | 322 | 221 | 354 | 13 | 47 | 0 | 7 | 433 | 107 | 113 |
| Binary | 11010010 | 10010001 | 11101100 | 1011 | 100111 | 0 | 111 | 100011011 | 1000111 | 1001011 |
Color Harmonies of #D291EC
Complementary color
Monochromatic Colors of #D291EC
Black with #D291EC
Text Example
Text Example
White with #D291EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291EC; }
p { color: rgb(210,145,236); }
H1.HeaderClassName
{
color: #D291EC;
}
.AnyTagClassName
{
color: #D291EC;
}
</style>
background-color css
<style>
a { background-color: #D291EC; }
a { background-color: rgb(210,145,236); }
div.DivClassName
{
background-color: #D291EC;
}
.BgClassName
{
background-color: #D291EC;
}
</style>
border-color css
<style>
span { border-color: #D291EC; }
span { border-color: rgb(210,145,236); }
td.TdClassName
{
border-color: #D291EC;
}
.TagClassName
{
border-color: #D291EC;
}
</style>