Shades of Wisteria #D7A8E4
Tints of Wisteria #D7A8E4
RGB
CMYK
RGB Variations
Color information
#D7A8E4 (or 0xD7A8E4) is known color: Wisteria. HEX triplet: D7, A8 and E4. RGB value is (215,168,228). Sum of RGB (Red+Green+Blue) = 215+168+228=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 228 - color contains mainly: blue. Hex color #D7A8E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8E4 is #28571B. Grayscale: #BCBCBC. Windows color (decimal): -2643740 or 14985431. OLE color: 14985431.
HSL color Cylindrical-coordinate representation of color #D7A8E4: hue angle of 287º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7A8E4 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 168 | 228 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.11 |
| HSL | 287º | 0.53% | 0.78% | - |
| HSV(B) | 287º | 0.26% | 0.89% | - |
| XYZ | 56.03 | 48.05 | 79.72 | - |
| YUV | 188.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 228 | 0.06 | 0.26 | 0 | 0.11 | 287 | 0.53 | 0.78 |
| Hex | D7 | A8 | E4 | 6 | 1A | 0 | B | 11F | 35 | 4E |
| Octal | 327 | 250 | 344 | 6 | 32 | 0 | 13 | 437 | 65 | 116 |
| Binary | 11010111 | 10101000 | 11100100 | 110 | 11010 | 0 | 1011 | 100011111 | 110101 | 1001110 |
Color Harmonies of #D7A8E4
Complementary color
Monochromatic Colors of #D7A8E4
Black with #D7A8E4
Text Example
Text Example
White with #D7A8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A8E4; }
p { color: rgb(215,168,228); }
H1.HeaderClassName
{
color: #D7A8E4;
}
.AnyTagClassName
{
color: #D7A8E4;
}
</style>
background-color css
<style>
a { background-color: #D7A8E4; }
a { background-color: rgb(215,168,228); }
div.DivClassName
{
background-color: #D7A8E4;
}
.BgClassName
{
background-color: #D7A8E4;
}
</style>
border-color css
<style>
span { border-color: #D7A8E4; }
span { border-color: rgb(215,168,228); }
td.TdClassName
{
border-color: #D7A8E4;
}
.TagClassName
{
border-color: #D7A8E4;
}
</style>