Shades of Wisteria #D0A7EC
Tints of Wisteria #D0A7EC
RGB
CMYK
RGB Variations
Color information
#D0A7EC (or 0xD0A7EC) is known color: Wisteria. HEX triplet: D0, A7 and EC. RGB value is (208,167,236). Sum of RGB (Red+Green+Blue) = 208+167+236=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0A7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A7EC is #2F5813. Grayscale: #BABABA. Windows color (decimal): -3102740 or 15509456. OLE color: 15509456.
HSL color Cylindrical-coordinate representation of color #D0A7EC: hue angle of 275.65º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0A7EC is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 167 | 236 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.07 |
| HSL | 275.65º | 0.64% | 0.79% | - |
| HSV(B) | 275.65º | 0.29% | 0.93% | - |
| XYZ | 54.97 | 47.1 | 85.55 | - |
| YUV | 187.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 236 | 0.12 | 0.29 | 0 | 0.07 | 275.65 | 0.64 | 0.79 |
| Hex | D0 | A7 | EC | C | 1D | 0 | 7 | 114 | 40 | 4F |
| Octal | 320 | 247 | 354 | 14 | 35 | 0 | 7 | 424 | 100 | 117 |
| Binary | 11010000 | 10100111 | 11101100 | 1100 | 11101 | 0 | 111 | 100010100 | 1000000 | 1001111 |
Color Harmonies of #D0A7EC
Complementary color
Monochromatic Colors of #D0A7EC
Black with #D0A7EC
Text Example
Text Example
White with #D0A7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A7EC; }
p { color: rgb(208,167,236); }
H1.HeaderClassName
{
color: #D0A7EC;
}
.AnyTagClassName
{
color: #D0A7EC;
}
</style>
background-color css
<style>
a { background-color: #D0A7EC; }
a { background-color: rgb(208,167,236); }
div.DivClassName
{
background-color: #D0A7EC;
}
.BgClassName
{
background-color: #D0A7EC;
}
</style>
border-color css
<style>
span { border-color: #D0A7EC; }
span { border-color: rgb(208,167,236); }
td.TdClassName
{
border-color: #D0A7EC;
}
.TagClassName
{
border-color: #D0A7EC;
}
</style>