Shades of Wisteria #D496EF
Tints of Wisteria #D496EF
RGB
CMYK
RGB Variations
Color information
#D496EF (or 0xD496EF) is known color: Wisteria. HEX triplet: D4, 96 and EF. RGB value is (212,150,239). Sum of RGB (Red+Green+Blue) = 212+150+239=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #D496EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D496EF is #2B6910. Grayscale: #B2B2B2. Windows color (decimal): -2844945 or 15701716. OLE color: 15701716.
HSL color Cylindrical-coordinate representation of color #D496EF: hue angle of 281.8º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D496EF is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 150 | 239 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.06 |
| HSL | 281.8º | 0.74% | 0.76% | - |
| HSV(B) | 281.8º | 0.37% | 0.94% | - |
| XYZ | 53.64 | 42.04 | 86.95 | - |
| YUV | 178.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 239 | 0.11 | 0.37 | 0 | 0.06 | 281.8 | 0.74 | 0.76 |
| Hex | D4 | 96 | EF | B | 25 | 0 | 6 | 11A | 4A | 4C |
| Octal | 324 | 226 | 357 | 13 | 45 | 0 | 6 | 432 | 112 | 114 |
| Binary | 11010100 | 10010110 | 11101111 | 1011 | 100101 | 0 | 110 | 100011010 | 1001010 | 1001100 |
Color Harmonies of #D496EF
Complementary color
Monochromatic Colors of #D496EF
Black with #D496EF
Text Example
Text Example
White with #D496EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D496EF; }
p { color: rgb(212,150,239); }
H1.HeaderClassName
{
color: #D496EF;
}
.AnyTagClassName
{
color: #D496EF;
}
</style>
background-color css
<style>
a { background-color: #D496EF; }
a { background-color: rgb(212,150,239); }
div.DivClassName
{
background-color: #D496EF;
}
.BgClassName
{
background-color: #D496EF;
}
</style>
border-color css
<style>
span { border-color: #D496EF; }
span { border-color: rgb(212,150,239); }
td.TdClassName
{
border-color: #D496EF;
}
.TagClassName
{
border-color: #D496EF;
}
</style>