Shades of Wisteria #D296EC
Tints of Wisteria #D296EC
RGB
CMYK
RGB Variations
Color information
#D296EC (or 0xD296EC) is known color: Wisteria. HEX triplet: D2, 96 and EC. RGB value is (210,150,236). Sum of RGB (Red+Green+Blue) = 210+150+236=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #D296EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D296EC is #2D6913. Grayscale: #B1B1B1. Windows color (decimal): -2976020 or 15505106. OLE color: 15505106.
HSL color Cylindrical-coordinate representation of color #D296EC: hue angle of 281.86º 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 #D296EC is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 150 | 236 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.07 |
| HSL | 281.86º | 0.69% | 0.76% | - |
| HSV(B) | 281.86º | 0.36% | 0.93% | - |
| XYZ | 52.63 | 41.57 | 84.61 | - |
| YUV | 177.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 236 | 0.11 | 0.36 | 0 | 0.07 | 281.86 | 0.69 | 0.76 |
| Hex | D2 | 96 | EC | B | 24 | 0 | 7 | 11A | 45 | 4C |
| Octal | 322 | 226 | 354 | 13 | 44 | 0 | 7 | 432 | 105 | 114 |
| Binary | 11010010 | 10010110 | 11101100 | 1011 | 100100 | 0 | 111 | 100011010 | 1000101 | 1001100 |
Color Harmonies of #D296EC
Complementary color
Monochromatic Colors of #D296EC
Black with #D296EC
Text Example
Text Example
White with #D296EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296EC; }
p { color: rgb(210,150,236); }
H1.HeaderClassName
{
color: #D296EC;
}
.AnyTagClassName
{
color: #D296EC;
}
</style>
background-color css
<style>
a { background-color: #D296EC; }
a { background-color: rgb(210,150,236); }
div.DivClassName
{
background-color: #D296EC;
}
.BgClassName
{
background-color: #D296EC;
}
</style>
border-color css
<style>
span { border-color: #D296EC; }
span { border-color: rgb(210,150,236); }
td.TdClassName
{
border-color: #D296EC;
}
.TagClassName
{
border-color: #D296EC;
}
</style>