Shades of Wisteria #D496EE
Tints of Wisteria #D496EE
RGB
CMYK
RGB Variations
Color information
#D496EE (or 0xD496EE) is known color: Wisteria. HEX triplet: D4, 96 and EE. RGB value is (212,150,238). Sum of RGB (Red+Green+Blue) = 212+150+238=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #D496EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D496EE is #2B6911. Grayscale: #B2B2B2. Windows color (decimal): -2844946 or 15636180. OLE color: 15636180.
HSL color Cylindrical-coordinate representation of color #D496EE: hue angle of 282.27º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D496EE is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 150 | 238 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.07 |
| HSL | 282.27º | 0.72% | 0.76% | - |
| HSV(B) | 282.27º | 0.37% | 0.93% | - |
| XYZ | 53.49 | 41.98 | 86.17 | - |
| YUV | 178.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 238 | 0.11 | 0.37 | 0 | 0.07 | 282.27 | 0.72 | 0.76 |
| Hex | D4 | 96 | EE | B | 25 | 0 | 7 | 11A | 48 | 4C |
| Octal | 324 | 226 | 356 | 13 | 45 | 0 | 7 | 432 | 110 | 114 |
| Binary | 11010100 | 10010110 | 11101110 | 1011 | 100101 | 0 | 111 | 100011010 | 1001000 | 1001100 |
Color Harmonies of #D496EE
Complementary color
Monochromatic Colors of #D496EE
Black with #D496EE
Text Example
Text Example
White with #D496EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D496EE; }
p { color: rgb(212,150,238); }
H1.HeaderClassName
{
color: #D496EE;
}
.AnyTagClassName
{
color: #D496EE;
}
</style>
background-color css
<style>
a { background-color: #D496EE; }
a { background-color: rgb(212,150,238); }
div.DivClassName
{
background-color: #D496EE;
}
.BgClassName
{
background-color: #D496EE;
}
</style>
border-color css
<style>
span { border-color: #D496EE; }
span { border-color: rgb(212,150,238); }
td.TdClassName
{
border-color: #D496EE;
}
.TagClassName
{
border-color: #D496EE;
}
</style>