Shades of Wisteria #D496EC
Tints of Wisteria #D496EC
RGB
CMYK
RGB Variations
Color information
#D496EC (or 0xD496EC) is known color: Wisteria. HEX triplet: D4, 96 and EC. RGB value is (212,150,236). Sum of RGB (Red+Green+Blue) = 212+150+236=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #D496EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D496EC is #2B6913. Grayscale: #B2B2B2. Windows color (decimal): -2844948 or 15505108. OLE color: 15505108.
HSL color Cylindrical-coordinate representation of color #D496EC: hue angle of 283.26º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D496EC is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 150 | 236 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.07 |
| HSL | 283.26º | 0.69% | 0.76% | - |
| HSV(B) | 283.26º | 0.36% | 0.93% | - |
| XYZ | 53.2 | 41.87 | 84.63 | - |
| YUV | 178.34 | 160.54 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 236 | 0.10 | 0.36 | 0 | 0.07 | 283.26 | 0.69 | 0.76 |
| Hex | D4 | 96 | EC | A | 24 | 0 | 7 | 11B | 45 | 4C |
| Octal | 324 | 226 | 354 | 12 | 44 | 0 | 7 | 433 | 105 | 114 |
| Binary | 11010100 | 10010110 | 11101100 | 1010 | 100100 | 0 | 111 | 100011011 | 1000101 | 1001100 |
Color Harmonies of #D496EC
Complementary color
Monochromatic Colors of #D496EC
Black with #D496EC
Text Example
Text Example
White with #D496EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D496EC; }
p { color: rgb(212,150,236); }
H1.HeaderClassName
{
color: #D496EC;
}
.AnyTagClassName
{
color: #D496EC;
}
</style>
background-color css
<style>
a { background-color: #D496EC; }
a { background-color: rgb(212,150,236); }
div.DivClassName
{
background-color: #D496EC;
}
.BgClassName
{
background-color: #D496EC;
}
</style>
border-color css
<style>
span { border-color: #D496EC; }
span { border-color: rgb(212,150,236); }
td.TdClassName
{
border-color: #D496EC;
}
.TagClassName
{
border-color: #D496EC;
}
</style>