Shades of Wisteria #D394EC
Tints of Wisteria #D394EC
RGB
CMYK
RGB Variations
Color information
#D394EC (or 0xD394EC) is known color: Wisteria. HEX triplet: D3, 94 and EC. RGB value is (211,148,236). Sum of RGB (Red+Green+Blue) = 211+148+236=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #D394EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D394EC is #2C6B13. Grayscale: #B0B0B0. Windows color (decimal): -2910996 or 15504595. OLE color: 15504595.
HSL color Cylindrical-coordinate representation of color #D394EC: hue angle of 282.95º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D394EC is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 148 | 236 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.07 |
| HSL | 282.95º | 0.7% | 0.75% | - |
| HSV(B) | 282.95º | 0.37% | 0.93% | - |
| XYZ | 52.59 | 41.08 | 84.52 | - |
| YUV | 176.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 148 | 236 | 0.11 | 0.37 | 0 | 0.07 | 282.95 | 0.7 | 0.75 |
| Hex | D3 | 94 | EC | B | 25 | 0 | 7 | 11B | 46 | 4B |
| Octal | 323 | 224 | 354 | 13 | 45 | 0 | 7 | 433 | 106 | 113 |
| Binary | 11010011 | 10010100 | 11101100 | 1011 | 100101 | 0 | 111 | 100011011 | 1000110 | 1001011 |
Color Harmonies of #D394EC
Complementary color
Monochromatic Colors of #D394EC
Black with #D394EC
Text Example
Text Example
White with #D394EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D394EC; }
p { color: rgb(211,148,236); }
H1.HeaderClassName
{
color: #D394EC;
}
.AnyTagClassName
{
color: #D394EC;
}
</style>
background-color css
<style>
a { background-color: #D394EC; }
a { background-color: rgb(211,148,236); }
div.DivClassName
{
background-color: #D394EC;
}
.BgClassName
{
background-color: #D394EC;
}
</style>
border-color css
<style>
span { border-color: #D394EC; }
span { border-color: rgb(211,148,236); }
td.TdClassName
{
border-color: #D394EC;
}
.TagClassName
{
border-color: #D394EC;
}
</style>