Shades of Wisteria #D395ED
Tints of Wisteria #D395ED
RGB
CMYK
RGB Variations
Color information
#D395ED (or 0xD395ED) is known color: Wisteria. HEX triplet: D3, 95 and ED. RGB value is (211,149,237). Sum of RGB (Red+Green+Blue) = 211+149+237=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #D395ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D395ED is #2C6A12. Grayscale: #B1B1B1. Windows color (decimal): -2910739 or 15570387. OLE color: 15570387.
HSL color Cylindrical-coordinate representation of color #D395ED: hue angle of 282.27º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D395ED is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 149 | 237 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.07 |
| HSL | 282.27º | 0.71% | 0.76% | - |
| HSV(B) | 282.27º | 0.37% | 0.93% | - |
| XYZ | 52.9 | 41.46 | 85.34 | - |
| YUV | 177.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 237 | 0.11 | 0.37 | 0 | 0.07 | 282.27 | 0.71 | 0.76 |
| Hex | D3 | 95 | ED | B | 25 | 0 | 7 | 11A | 47 | 4C |
| Octal | 323 | 225 | 355 | 13 | 45 | 0 | 7 | 432 | 107 | 114 |
| Binary | 11010011 | 10010101 | 11101101 | 1011 | 100101 | 0 | 111 | 100011010 | 1000111 | 1001100 |
Color Harmonies of #D395ED
Complementary color
Monochromatic Colors of #D395ED
Black with #D395ED
Text Example
Text Example
White with #D395ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D395ED; }
p { color: rgb(211,149,237); }
H1.HeaderClassName
{
color: #D395ED;
}
.AnyTagClassName
{
color: #D395ED;
}
</style>
background-color css
<style>
a { background-color: #D395ED; }
a { background-color: rgb(211,149,237); }
div.DivClassName
{
background-color: #D395ED;
}
.BgClassName
{
background-color: #D395ED;
}
</style>
border-color css
<style>
span { border-color: #D395ED; }
span { border-color: rgb(211,149,237); }
td.TdClassName
{
border-color: #D395ED;
}
.TagClassName
{
border-color: #D395ED;
}
</style>