Shades of Wisteria #D396EF
Tints of Wisteria #D396EF
RGB
CMYK
RGB Variations
Color information
#D396EF (or 0xD396EF) is known color: Wisteria. HEX triplet: D3, 96 and EF. RGB value is (211,150,239). Sum of RGB (Red+Green+Blue) = 211+150+239=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #D396EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D396EF is #2C6910. Grayscale: #B2B2B2. Windows color (decimal): -2910481 or 15701715. OLE color: 15701715.
HSL color Cylindrical-coordinate representation of color #D396EF: hue angle of 281.12º 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 #D396EF is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 150 | 239 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.06 |
| HSL | 281.12º | 0.74% | 0.76% | - |
| HSV(B) | 281.12º | 0.37% | 0.94% | - |
| XYZ | 53.35 | 41.89 | 86.94 | - |
| YUV | 178.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 239 | 0.12 | 0.37 | 0 | 0.06 | 281.12 | 0.74 | 0.76 |
| Hex | D3 | 96 | EF | C | 25 | 0 | 6 | 119 | 4A | 4C |
| Octal | 323 | 226 | 357 | 14 | 45 | 0 | 6 | 431 | 112 | 114 |
| Binary | 11010011 | 10010110 | 11101111 | 1100 | 100101 | 0 | 110 | 100011001 | 1001010 | 1001100 |
Color Harmonies of #D396EF
Complementary color
Monochromatic Colors of #D396EF
Black with #D396EF
Text Example
Text Example
White with #D396EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D396EF; }
p { color: rgb(211,150,239); }
H1.HeaderClassName
{
color: #D396EF;
}
.AnyTagClassName
{
color: #D396EF;
}
</style>
background-color css
<style>
a { background-color: #D396EF; }
a { background-color: rgb(211,150,239); }
div.DivClassName
{
background-color: #D396EF;
}
.BgClassName
{
background-color: #D396EF;
}
</style>
border-color css
<style>
span { border-color: #D396EF; }
span { border-color: rgb(211,150,239); }
td.TdClassName
{
border-color: #D396EF;
}
.TagClassName
{
border-color: #D396EF;
}
</style>