Shades of Wisteria #C9A0DB
Tints of Wisteria #C9A0DB
RGB
CMYK
RGB Variations
Color information
#C9A0DB (or 0xC9A0DB) is known color: Wisteria. HEX triplet: C9, A0 and DB. RGB value is (201,160,219). Sum of RGB (Red+Green+Blue) = 201+160+219=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A0DB is #365F24. Grayscale: #B2B2B2. Windows color (decimal): -3563301 or 14393545. OLE color: 14393545.
HSL color Cylindrical-coordinate representation of color #C9A0DB: hue angle of 281.69º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9A0DB is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 160 | 219 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.14 |
| HSL | 281.69º | 0.45% | 0.74% | - |
| HSV(B) | 281.69º | 0.27% | 0.86% | - |
| XYZ | 49.44 | 42.67 | 72.65 | - |
| YUV | 178.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 219 | 0.08 | 0.27 | 0 | 0.14 | 281.69 | 0.45 | 0.74 |
| Hex | C9 | A0 | DB | 8 | 1B | 0 | E | 11A | 2D | 4A |
| Octal | 311 | 240 | 333 | 10 | 33 | 0 | 16 | 432 | 55 | 112 |
| Binary | 11001001 | 10100000 | 11011011 | 1000 | 11011 | 0 | 1110 | 100011010 | 101101 | 1001010 |
Color Harmonies of #C9A0DB
Complementary color
Monochromatic Colors of #C9A0DB
Black with #C9A0DB
Text Example
Text Example
White with #C9A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A0DB; }
p { color: rgb(201,160,219); }
H1.HeaderClassName
{
color: #C9A0DB;
}
.AnyTagClassName
{
color: #C9A0DB;
}
</style>
background-color css
<style>
a { background-color: #C9A0DB; }
a { background-color: rgb(201,160,219); }
div.DivClassName
{
background-color: #C9A0DB;
}
.BgClassName
{
background-color: #C9A0DB;
}
</style>
border-color css
<style>
span { border-color: #C9A0DB; }
span { border-color: rgb(201,160,219); }
td.TdClassName
{
border-color: #C9A0DB;
}
.TagClassName
{
border-color: #C9A0DB;
}
</style>