Shades of Wisteria #D0A6D7
Tints of Wisteria #D0A6D7
RGB
CMYK
RGB Variations
Color information
#D0A6D7 (or 0xD0A6D7) is known color: Wisteria. HEX triplet: D0, A6 and D7. RGB value is (208,166,215). Sum of RGB (Red+Green+Blue) = 208+166+215=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #D0A6D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6D7 is #2F5928. Grayscale: #B7B7B7. Windows color (decimal): -3103017 or 14132944. OLE color: 14132944.
HSL color Cylindrical-coordinate representation of color #D0A6D7: hue angle of 291.43º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A6D7 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 166 | 215 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.16 |
| HSL | 291.43º | 0.38% | 0.75% | - |
| HSV(B) | 291.43º | 0.23% | 0.84% | - |
| XYZ | 51.91 | 45.59 | 70.35 | - |
| YUV | 184.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 215 | 0.03 | 0.23 | 0 | 0.16 | 291.43 | 0.38 | 0.75 |
| Hex | D0 | A6 | D7 | 3 | 17 | 0 | 10 | 123 | 26 | 4B |
| Octal | 320 | 246 | 327 | 3 | 27 | 0 | 20 | 443 | 46 | 113 |
| Binary | 11010000 | 10100110 | 11010111 | 11 | 10111 | 0 | 10000 | 100100011 | 100110 | 1001011 |
Color Harmonies of #D0A6D7
Complementary color
Monochromatic Colors of #D0A6D7
Black with #D0A6D7
Text Example
Text Example
White with #D0A6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6D7; }
p { color: rgb(208,166,215); }
H1.HeaderClassName
{
color: #D0A6D7;
}
.AnyTagClassName
{
color: #D0A6D7;
}
</style>
background-color css
<style>
a { background-color: #D0A6D7; }
a { background-color: rgb(208,166,215); }
div.DivClassName
{
background-color: #D0A6D7;
}
.BgClassName
{
background-color: #D0A6D7;
}
</style>
border-color css
<style>
span { border-color: #D0A6D7; }
span { border-color: rgb(208,166,215); }
td.TdClassName
{
border-color: #D0A6D7;
}
.TagClassName
{
border-color: #D0A6D7;
}
</style>