Shades of Wisteria #D7A5E6
Tints of Wisteria #D7A5E6
RGB
CMYK
RGB Variations
Color information
#D7A5E6 (or 0xD7A5E6) is known color: Wisteria. HEX triplet: D7, A5 and E6. RGB value is (215,165,230). Sum of RGB (Red+Green+Blue) = 215+165+230=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 165 (64.84% from 255 or 27.05% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #D7A5E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A5E6 is #285A19. Grayscale: #BBBBBB. Windows color (decimal): -2644506 or 15115735. OLE color: 15115735.
HSL color Cylindrical-coordinate representation of color #D7A5E6: hue angle of 286.15º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7A5E6 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 165 | 230 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.10 |
| HSL | 286.15º | 0.57% | 0.77% | - |
| HSV(B) | 286.15º | 0.28% | 0.9% | - |
| XYZ | 55.76 | 47.07 | 81.01 | - |
| YUV | 187.36 | 152.07 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 165 | 230 | 0.07 | 0.28 | 0 | 0.10 | 286.15 | 0.57 | 0.77 |
| Hex | D7 | A5 | E6 | 7 | 1C | 0 | A | 11E | 39 | 4D |
| Octal | 327 | 245 | 346 | 7 | 34 | 0 | 12 | 436 | 71 | 115 |
| Binary | 11010111 | 10100101 | 11100110 | 111 | 11100 | 0 | 1010 | 100011110 | 111001 | 1001101 |
Color Harmonies of #D7A5E6
Complementary color
Monochromatic Colors of #D7A5E6
Black with #D7A5E6
Text Example
Text Example
White with #D7A5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A5E6; }
p { color: rgb(215,165,230); }
H1.HeaderClassName
{
color: #D7A5E6;
}
.AnyTagClassName
{
color: #D7A5E6;
}
</style>
background-color css
<style>
a { background-color: #D7A5E6; }
a { background-color: rgb(215,165,230); }
div.DivClassName
{
background-color: #D7A5E6;
}
.BgClassName
{
background-color: #D7A5E6;
}
</style>
border-color css
<style>
span { border-color: #D7A5E6; }
span { border-color: rgb(215,165,230); }
td.TdClassName
{
border-color: #D7A5E6;
}
.TagClassName
{
border-color: #D7A5E6;
}
</style>