Shades of Wisteria #D396E6
Tints of Wisteria #D396E6
RGB
CMYK
RGB Variations
Color information
#D396E6 (or 0xD396E6) is known color: Wisteria. HEX triplet: D3, 96 and E6. RGB value is (211,150,230). Sum of RGB (Red+Green+Blue) = 211+150+230=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #D396E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D396E6 is #2C6919. Grayscale: #B1B1B1. Windows color (decimal): -2910490 or 15111891. OLE color: 15111891.
HSL color Cylindrical-coordinate representation of color #D396E6: hue angle of 285.75º 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 #D396E6 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 150 | 230 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.10 |
| HSL | 285.75º | 0.62% | 0.75% | - |
| HSV(B) | 285.75º | 0.35% | 0.9% | - |
| XYZ | 52.05 | 41.37 | 80.11 | - |
| YUV | 177.36 | 157.71 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 230 | 0.08 | 0.35 | 0 | 0.10 | 285.75 | 0.62 | 0.75 |
| Hex | D3 | 96 | E6 | 8 | 23 | 0 | A | 11E | 3E | 4B |
| Octal | 323 | 226 | 346 | 10 | 43 | 0 | 12 | 436 | 76 | 113 |
| Binary | 11010011 | 10010110 | 11100110 | 1000 | 100011 | 0 | 1010 | 100011110 | 111110 | 1001011 |
Color Harmonies of #D396E6
Complementary color
Monochromatic Colors of #D396E6
Black with #D396E6
Text Example
Text Example
White with #D396E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D396E6; }
p { color: rgb(211,150,230); }
H1.HeaderClassName
{
color: #D396E6;
}
.AnyTagClassName
{
color: #D396E6;
}
</style>
background-color css
<style>
a { background-color: #D396E6; }
a { background-color: rgb(211,150,230); }
div.DivClassName
{
background-color: #D396E6;
}
.BgClassName
{
background-color: #D396E6;
}
</style>
border-color css
<style>
span { border-color: #D396E6; }
span { border-color: rgb(211,150,230); }
td.TdClassName
{
border-color: #D396E6;
}
.TagClassName
{
border-color: #D396E6;
}
</style>