Shades of Wisteria #D496E4
Tints of Wisteria #D496E4
RGB
CMYK
RGB Variations
Color information
#D496E4 (or 0xD496E4) is known color: Wisteria. HEX triplet: D4, 96 and E4. RGB value is (212,150,228). Sum of RGB (Red+Green+Blue) = 212+150+228=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 228 - color contains mainly: blue. Hex color #D496E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496E4 is #2B691B. Grayscale: #B1B1B1. Windows color (decimal): -2844956 or 14980820. OLE color: 14980820.
HSL color Cylindrical-coordinate representation of color #D496E4: hue angle of 287.69º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D496E4 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 150 | 228 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.11 |
| HSL | 287.69º | 0.59% | 0.74% | - |
| HSV(B) | 287.69º | 0.34% | 0.89% | - |
| XYZ | 52.06 | 41.41 | 78.65 | - |
| YUV | 177.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 228 | 0.07 | 0.34 | 0 | 0.11 | 287.69 | 0.59 | 0.74 |
| Hex | D4 | 96 | E4 | 7 | 22 | 0 | B | 120 | 3B | 4A |
| Octal | 324 | 226 | 344 | 7 | 42 | 0 | 13 | 440 | 73 | 112 |
| Binary | 11010100 | 10010110 | 11100100 | 111 | 100010 | 0 | 1011 | 100100000 | 111011 | 1001010 |
Color Harmonies of #D496E4
Complementary color
Monochromatic Colors of #D496E4
Black with #D496E4
Text Example
Text Example
White with #D496E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D496E4; }
p { color: rgb(212,150,228); }
H1.HeaderClassName
{
color: #D496E4;
}
.AnyTagClassName
{
color: #D496E4;
}
</style>
background-color css
<style>
a { background-color: #D496E4; }
a { background-color: rgb(212,150,228); }
div.DivClassName
{
background-color: #D496E4;
}
.BgClassName
{
background-color: #D496E4;
}
</style>
border-color css
<style>
span { border-color: #D496E4; }
span { border-color: rgb(212,150,228); }
td.TdClassName
{
border-color: #D496E4;
}
.TagClassName
{
border-color: #D496E4;
}
</style>