Shades of Wisteria #C9A9DB
Tints of Wisteria #C9A9DB
RGB
CMYK
RGB Variations
Color information
#C9A9DB (or 0xC9A9DB) is known color: Wisteria. HEX triplet: C9, A9 and DB. RGB value is (201,169,219). Sum of RGB (Red+Green+Blue) = 201+169+219=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9A9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9DB is #365624. Grayscale: #B8B8B8. Windows color (decimal): -3560997 or 14395849. OLE color: 14395849.
HSL color Cylindrical-coordinate representation of color #C9A9DB: hue angle of 278.4º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9A9DB is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 169 | 219 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.14 |
| HSL | 278.4º | 0.41% | 0.76% | - |
| HSV(B) | 278.4º | 0.23% | 0.86% | - |
| XYZ | 51.06 | 45.91 | 73.19 | - |
| YUV | 184.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 219 | 0.08 | 0.23 | 0 | 0.14 | 278.4 | 0.41 | 0.76 |
| Hex | C9 | A9 | DB | 8 | 17 | 0 | E | 116 | 29 | 4C |
| Octal | 311 | 251 | 333 | 10 | 27 | 0 | 16 | 426 | 51 | 114 |
| Binary | 11001001 | 10101001 | 11011011 | 1000 | 10111 | 0 | 1110 | 100010110 | 101001 | 1001100 |
Color Harmonies of #C9A9DB
Complementary color
Monochromatic Colors of #C9A9DB
Black with #C9A9DB
Text Example
Text Example
White with #C9A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A9DB; }
p { color: rgb(201,169,219); }
H1.HeaderClassName
{
color: #C9A9DB;
}
.AnyTagClassName
{
color: #C9A9DB;
}
</style>
background-color css
<style>
a { background-color: #C9A9DB; }
a { background-color: rgb(201,169,219); }
div.DivClassName
{
background-color: #C9A9DB;
}
.BgClassName
{
background-color: #C9A9DB;
}
</style>
border-color css
<style>
span { border-color: #C9A9DB; }
span { border-color: rgb(201,169,219); }
td.TdClassName
{
border-color: #C9A9DB;
}
.TagClassName
{
border-color: #C9A9DB;
}
</style>