Shades of Wisteria #D7A0EF
Tints of Wisteria #D7A0EF
RGB
CMYK
RGB Variations
Color information
#D7A0EF (or 0xD7A0EF) is known color: Wisteria. HEX triplet: D7, A0 and EF. RGB value is (215,160,239). Sum of RGB (Red+Green+Blue) = 215+160+239=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 160 (62.89% from 255 or 26.06% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7A0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A0EF is #285F10. Grayscale: #B9B9B9. Windows color (decimal): -2645777 or 15704279. OLE color: 15704279.
HSL color Cylindrical-coordinate representation of color #D7A0EF: hue angle of 281.77º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7A0EF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 160 | 239 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.06 |
| HSL | 281.77º | 0.71% | 0.78% | - |
| HSV(B) | 281.77º | 0.33% | 0.94% | - |
| XYZ | 56.18 | 45.82 | 87.54 | - |
| YUV | 185.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 239 | 0.10 | 0.33 | 0 | 0.06 | 281.77 | 0.71 | 0.78 |
| Hex | D7 | A0 | EF | A | 21 | 0 | 6 | 11A | 47 | 4E |
| Octal | 327 | 240 | 357 | 12 | 41 | 0 | 6 | 432 | 107 | 116 |
| Binary | 11010111 | 10100000 | 11101111 | 1010 | 100001 | 0 | 110 | 100011010 | 1000111 | 1001110 |
Color Harmonies of #D7A0EF
Complementary color
Monochromatic Colors of #D7A0EF
Black with #D7A0EF
Text Example
Text Example
White with #D7A0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A0EF; }
p { color: rgb(215,160,239); }
H1.HeaderClassName
{
color: #D7A0EF;
}
.AnyTagClassName
{
color: #D7A0EF;
}
</style>
background-color css
<style>
a { background-color: #D7A0EF; }
a { background-color: rgb(215,160,239); }
div.DivClassName
{
background-color: #D7A0EF;
}
.BgClassName
{
background-color: #D7A0EF;
}
</style>
border-color css
<style>
span { border-color: #D7A0EF; }
span { border-color: rgb(215,160,239); }
td.TdClassName
{
border-color: #D7A0EF;
}
.TagClassName
{
border-color: #D7A0EF;
}
</style>