Shades of Wisteria #D0A7DF
Tints of Wisteria #D0A7DF
RGB
CMYK
RGB Variations
Color information
#D0A7DF (or 0xD0A7DF) is known color: Wisteria. HEX triplet: D0, A7 and DF. RGB value is (208,167,223). Sum of RGB (Red+Green+Blue) = 208+167+223=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0A7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A7DF is #2F5820. Grayscale: #B9B9B9. Windows color (decimal): -3102753 or 14657488. OLE color: 14657488.
HSL color Cylindrical-coordinate representation of color #D0A7DF: hue angle of 283.93º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0A7DF is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 167 | 223 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.13 |
| HSL | 283.93º | 0.47% | 0.76% | - |
| HSV(B) | 283.93º | 0.25% | 0.87% | - |
| XYZ | 53.15 | 46.38 | 75.96 | - |
| YUV | 185.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 223 | 0.07 | 0.25 | 0 | 0.13 | 283.93 | 0.47 | 0.76 |
| Hex | D0 | A7 | DF | 7 | 19 | 0 | D | 11C | 2F | 4C |
| Octal | 320 | 247 | 337 | 7 | 31 | 0 | 15 | 434 | 57 | 114 |
| Binary | 11010000 | 10100111 | 11011111 | 111 | 11001 | 0 | 1101 | 100011100 | 101111 | 1001100 |
Color Harmonies of #D0A7DF
Complementary color
Monochromatic Colors of #D0A7DF
Black with #D0A7DF
Text Example
Text Example
White with #D0A7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A7DF; }
p { color: rgb(208,167,223); }
H1.HeaderClassName
{
color: #D0A7DF;
}
.AnyTagClassName
{
color: #D0A7DF;
}
</style>
background-color css
<style>
a { background-color: #D0A7DF; }
a { background-color: rgb(208,167,223); }
div.DivClassName
{
background-color: #D0A7DF;
}
.BgClassName
{
background-color: #D0A7DF;
}
</style>
border-color css
<style>
span { border-color: #D0A7DF; }
span { border-color: rgb(208,167,223); }
td.TdClassName
{
border-color: #D0A7DF;
}
.TagClassName
{
border-color: #D0A7DF;
}
</style>