Shades of Wisteria #D7A1EC
Tints of Wisteria #D7A1EC
RGB
CMYK
RGB Variations
Color information
#D7A1EC (or 0xD7A1EC) is known color: Wisteria. HEX triplet: D7, A1 and EC. RGB value is (215,161,236). Sum of RGB (Red+Green+Blue) = 215+161+236=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7A1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A1EC is #285E13. Grayscale: #B9B9B9. Windows color (decimal): -2645524 or 15507927. OLE color: 15507927.
HSL color Cylindrical-coordinate representation of color #D7A1EC: hue angle of 283.2º degrees, saturation: 0.66, 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 #D7A1EC is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 161 | 236 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.07 |
| HSL | 283.2º | 0.66% | 0.78% | - |
| HSV(B) | 283.2º | 0.32% | 0.93% | - |
| XYZ | 55.91 | 45.99 | 85.29 | - |
| YUV | 185.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 161 | 236 | 0.09 | 0.32 | 0 | 0.07 | 283.2 | 0.66 | 0.78 |
| Hex | D7 | A1 | EC | 9 | 20 | 0 | 7 | 11B | 42 | 4E |
| Octal | 327 | 241 | 354 | 11 | 40 | 0 | 7 | 433 | 102 | 116 |
| Binary | 11010111 | 10100001 | 11101100 | 1001 | 100000 | 0 | 111 | 100011011 | 1000010 | 1001110 |
Color Harmonies of #D7A1EC
Complementary color
Monochromatic Colors of #D7A1EC
Black with #D7A1EC
Text Example
Text Example
White with #D7A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A1EC; }
p { color: rgb(215,161,236); }
H1.HeaderClassName
{
color: #D7A1EC;
}
.AnyTagClassName
{
color: #D7A1EC;
}
</style>
background-color css
<style>
a { background-color: #D7A1EC; }
a { background-color: rgb(215,161,236); }
div.DivClassName
{
background-color: #D7A1EC;
}
.BgClassName
{
background-color: #D7A1EC;
}
</style>
border-color css
<style>
span { border-color: #D7A1EC; }
span { border-color: rgb(215,161,236); }
td.TdClassName
{
border-color: #D7A1EC;
}
.TagClassName
{
border-color: #D7A1EC;
}
</style>