Shades of Wisteria #D6A0EC
Tints of Wisteria #D6A0EC
RGB
CMYK
RGB Variations
Color information
#D6A0EC (or 0xD6A0EC) is known color: Wisteria. HEX triplet: D6, A0 and EC. RGB value is (214,160,236). Sum of RGB (Red+Green+Blue) = 214+160+236=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6A0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A0EC is #295F13. Grayscale: #B8B8B8. Windows color (decimal): -2711316 or 15507670. OLE color: 15507670.
HSL color Cylindrical-coordinate representation of color #D6A0EC: hue angle of 282.63º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6A0EC is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 160 | 236 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.07 |
| HSL | 282.63º | 0.67% | 0.78% | - |
| HSV(B) | 282.63º | 0.32% | 0.93% | - |
| XYZ | 55.44 | 45.49 | 85.22 | - |
| YUV | 184.81 | 156.89 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 236 | 0.09 | 0.32 | 0 | 0.07 | 282.63 | 0.67 | 0.78 |
| Hex | D6 | A0 | EC | 9 | 20 | 0 | 7 | 11B | 43 | 4E |
| Octal | 326 | 240 | 354 | 11 | 40 | 0 | 7 | 433 | 103 | 116 |
| Binary | 11010110 | 10100000 | 11101100 | 1001 | 100000 | 0 | 111 | 100011011 | 1000011 | 1001110 |
Color Harmonies of #D6A0EC
Complementary color
Monochromatic Colors of #D6A0EC
Black with #D6A0EC
Text Example
Text Example
White with #D6A0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A0EC; }
p { color: rgb(214,160,236); }
H1.HeaderClassName
{
color: #D6A0EC;
}
.AnyTagClassName
{
color: #D6A0EC;
}
</style>
background-color css
<style>
a { background-color: #D6A0EC; }
a { background-color: rgb(214,160,236); }
div.DivClassName
{
background-color: #D6A0EC;
}
.BgClassName
{
background-color: #D6A0EC;
}
</style>
border-color css
<style>
span { border-color: #D6A0EC; }
span { border-color: rgb(214,160,236); }
td.TdClassName
{
border-color: #D6A0EC;
}
.TagClassName
{
border-color: #D6A0EC;
}
</style>