Shades of Wisteria #D496E6
Tints of Wisteria #D496E6
RGB
CMYK
RGB Variations
Color information
#D496E6 (or 0xD496E6) is known color: Wisteria. HEX triplet: D4, 96 and E6. RGB value is (212,150,230). Sum of RGB (Red+Green+Blue) = 212+150+230=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #D496E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D496E6 is #2B6919. Grayscale: #B1B1B1. Windows color (decimal): -2844954 or 15111892. OLE color: 15111892.
HSL color Cylindrical-coordinate representation of color #D496E6: hue angle of 286.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D496E6 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 150 | 230 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.10 |
| HSL | 286.5º | 0.62% | 0.75% | - |
| HSV(B) | 286.5º | 0.35% | 0.9% | - |
| XYZ | 52.34 | 41.52 | 80.12 | - |
| YUV | 177.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 230 | 0.08 | 0.35 | 0 | 0.10 | 286.5 | 0.62 | 0.75 |
| Hex | D4 | 96 | E6 | 8 | 23 | 0 | A | 11E | 3E | 4B |
| Octal | 324 | 226 | 346 | 10 | 43 | 0 | 12 | 436 | 76 | 113 |
| Binary | 11010100 | 10010110 | 11100110 | 1000 | 100011 | 0 | 1010 | 100011110 | 111110 | 1001011 |
Color Harmonies of #D496E6
Complementary color
Monochromatic Colors of #D496E6
Black with #D496E6
Text Example
Text Example
White with #D496E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D496E6; }
p { color: rgb(212,150,230); }
H1.HeaderClassName
{
color: #D496E6;
}
.AnyTagClassName
{
color: #D496E6;
}
</style>
background-color css
<style>
a { background-color: #D496E6; }
a { background-color: rgb(212,150,230); }
div.DivClassName
{
background-color: #D496E6;
}
.BgClassName
{
background-color: #D496E6;
}
</style>
border-color css
<style>
span { border-color: #D496E6; }
span { border-color: rgb(212,150,230); }
td.TdClassName
{
border-color: #D496E6;
}
.TagClassName
{
border-color: #D496E6;
}
</style>