Shades of Wisteria #D491EC
Tints of Wisteria #D491EC
RGB
CMYK
RGB Variations
Color information
#D491EC (or 0xD491EC) is known color: Wisteria. HEX triplet: D4, 91 and EC. RGB value is (212,145,236). Sum of RGB (Red+Green+Blue) = 212+145+236=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #D491EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D491EC is #2B6E13. Grayscale: #AFAFAF. Windows color (decimal): -2846228 or 15503828. OLE color: 15503828.
HSL color Cylindrical-coordinate representation of color #D491EC: hue angle of 284.18º 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 #D491EC is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 145 | 236 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.07 |
| HSL | 284.18º | 0.71% | 0.75% | - |
| HSV(B) | 284.18º | 0.39% | 0.93% | - |
| XYZ | 52.42 | 40.3 | 84.37 | - |
| YUV | 175.41 | 162.2 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 236 | 0.10 | 0.39 | 0 | 0.07 | 284.18 | 0.71 | 0.75 |
| Hex | D4 | 91 | EC | A | 27 | 0 | 7 | 11C | 47 | 4B |
| Octal | 324 | 221 | 354 | 12 | 47 | 0 | 7 | 434 | 107 | 113 |
| Binary | 11010100 | 10010001 | 11101100 | 1010 | 100111 | 0 | 111 | 100011100 | 1000111 | 1001011 |
Color Harmonies of #D491EC
Complementary color
Monochromatic Colors of #D491EC
Black with #D491EC
Text Example
Text Example
White with #D491EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D491EC; }
p { color: rgb(212,145,236); }
H1.HeaderClassName
{
color: #D491EC;
}
.AnyTagClassName
{
color: #D491EC;
}
</style>
background-color css
<style>
a { background-color: #D491EC; }
a { background-color: rgb(212,145,236); }
div.DivClassName
{
background-color: #D491EC;
}
.BgClassName
{
background-color: #D491EC;
}
</style>
border-color css
<style>
span { border-color: #D491EC; }
span { border-color: rgb(212,145,236); }
td.TdClassName
{
border-color: #D491EC;
}
.TagClassName
{
border-color: #D491EC;
}
</style>