Shades of Wisteria #D0A8DD
Tints of Wisteria #D0A8DD
RGB
CMYK
RGB Variations
Color information
#D0A8DD (or 0xD0A8DD) is known color: Wisteria. HEX triplet: D0, A8 and DD. RGB value is (208,168,221). Sum of RGB (Red+Green+Blue) = 208+168+221=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0A8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8DD is #2F5722. Grayscale: #B9B9B9. Windows color (decimal): -3102499 or 14526672. OLE color: 14526672.
HSL color Cylindrical-coordinate representation of color #D0A8DD: hue angle of 285.28º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0A8DD is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 168 | 221 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.13 |
| HSL | 285.28º | 0.44% | 0.76% | - |
| HSV(B) | 285.28º | 0.24% | 0.87% | - |
| XYZ | 53.07 | 46.64 | 74.61 | - |
| YUV | 186 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 221 | 0.06 | 0.24 | 0 | 0.13 | 285.28 | 0.44 | 0.76 |
| Hex | D0 | A8 | DD | 6 | 18 | 0 | D | 11D | 2C | 4C |
| Octal | 320 | 250 | 335 | 6 | 30 | 0 | 15 | 435 | 54 | 114 |
| Binary | 11010000 | 10101000 | 11011101 | 110 | 11000 | 0 | 1101 | 100011101 | 101100 | 1001100 |
Color Harmonies of #D0A8DD
Complementary color
Monochromatic Colors of #D0A8DD
Black with #D0A8DD
Text Example
Text Example
White with #D0A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A8DD; }
p { color: rgb(208,168,221); }
H1.HeaderClassName
{
color: #D0A8DD;
}
.AnyTagClassName
{
color: #D0A8DD;
}
</style>
background-color css
<style>
a { background-color: #D0A8DD; }
a { background-color: rgb(208,168,221); }
div.DivClassName
{
background-color: #D0A8DD;
}
.BgClassName
{
background-color: #D0A8DD;
}
</style>
border-color css
<style>
span { border-color: #D0A8DD; }
span { border-color: rgb(208,168,221); }
td.TdClassName
{
border-color: #D0A8DD;
}
.TagClassName
{
border-color: #D0A8DD;
}
</style>