Shades of Wisteria #D7A6E3
Tints of Wisteria #D7A6E3
RGB
CMYK
RGB Variations
Color information
#D7A6E3 (or 0xD7A6E3) is known color: Wisteria. HEX triplet: D7, A6 and E3. RGB value is (215,166,227). Sum of RGB (Red+Green+Blue) = 215+166+227=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 227 - color contains mainly: blue. Hex color #D7A6E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A6E3 is #28591C. Grayscale: #BBBBBB. Windows color (decimal): -2644253 or 14919383. OLE color: 14919383.
HSL color Cylindrical-coordinate representation of color #D7A6E3: hue angle of 288.2º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7A6E3 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 166 | 227 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.11 |
| HSL | 288.2º | 0.52% | 0.77% | - |
| HSV(B) | 288.2º | 0.27% | 0.89% | - |
| XYZ | 55.53 | 47.27 | 78.87 | - |
| YUV | 187.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 166 | 227 | 0.05 | 0.27 | 0 | 0.11 | 288.2 | 0.52 | 0.77 |
| Hex | D7 | A6 | E3 | 5 | 1B | 0 | B | 120 | 34 | 4D |
| Octal | 327 | 246 | 343 | 5 | 33 | 0 | 13 | 440 | 64 | 115 |
| Binary | 11010111 | 10100110 | 11100011 | 101 | 11011 | 0 | 1011 | 100100000 | 110100 | 1001101 |
Color Harmonies of #D7A6E3
Complementary color
Monochromatic Colors of #D7A6E3
Black with #D7A6E3
Text Example
Text Example
White with #D7A6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A6E3; }
p { color: rgb(215,166,227); }
H1.HeaderClassName
{
color: #D7A6E3;
}
.AnyTagClassName
{
color: #D7A6E3;
}
</style>
background-color css
<style>
a { background-color: #D7A6E3; }
a { background-color: rgb(215,166,227); }
div.DivClassName
{
background-color: #D7A6E3;
}
.BgClassName
{
background-color: #D7A6E3;
}
</style>
border-color css
<style>
span { border-color: #D7A6E3; }
span { border-color: rgb(215,166,227); }
td.TdClassName
{
border-color: #D7A6E3;
}
.TagClassName
{
border-color: #D7A6E3;
}
</style>