Shades of Wisteria #D1A7D8
Tints of Wisteria #D1A7D8
RGB
CMYK
RGB Variations
Color information
#D1A7D8 (or 0xD1A7D8) is known color: Wisteria. HEX triplet: D1, A7 and D8. RGB value is (209,167,216). Sum of RGB (Red+Green+Blue) = 209+167+216=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 216 - color contains mainly: blue. Hex color #D1A7D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A7D8 is #2E5827. Grayscale: #B8B8B8. Windows color (decimal): -3037224 or 14198737. OLE color: 14198737.
HSL color Cylindrical-coordinate representation of color #D1A7D8: hue angle of 291.43º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1A7D8 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 167 | 216 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.15 |
| HSL | 291.43º | 0.39% | 0.75% | - |
| HSV(B) | 291.43º | 0.23% | 0.85% | - |
| XYZ | 52.51 | 46.15 | 71.11 | - |
| YUV | 185.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 216 | 0.03 | 0.23 | 0 | 0.15 | 291.43 | 0.39 | 0.75 |
| Hex | D1 | A7 | D8 | 3 | 17 | 0 | F | 123 | 27 | 4B |
| Octal | 321 | 247 | 330 | 3 | 27 | 0 | 17 | 443 | 47 | 113 |
| Binary | 11010001 | 10100111 | 11011000 | 11 | 10111 | 0 | 1111 | 100100011 | 100111 | 1001011 |
Color Harmonies of #D1A7D8
Complementary color
Monochromatic Colors of #D1A7D8
Black with #D1A7D8
Text Example
Text Example
White with #D1A7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A7D8; }
p { color: rgb(209,167,216); }
H1.HeaderClassName
{
color: #D1A7D8;
}
.AnyTagClassName
{
color: #D1A7D8;
}
</style>
background-color css
<style>
a { background-color: #D1A7D8; }
a { background-color: rgb(209,167,216); }
div.DivClassName
{
background-color: #D1A7D8;
}
.BgClassName
{
background-color: #D1A7D8;
}
</style>
border-color css
<style>
span { border-color: #D1A7D8; }
span { border-color: rgb(209,167,216); }
td.TdClassName
{
border-color: #D1A7D8;
}
.TagClassName
{
border-color: #D1A7D8;
}
</style>