Shades of Wisteria #C9A4DC
Tints of Wisteria #C9A4DC
RGB
CMYK
RGB Variations
Color information
#C9A4DC (or 0xC9A4DC) is known color: Wisteria. HEX triplet: C9, A4 and DC. RGB value is (201,164,220). Sum of RGB (Red+Green+Blue) = 201+164+220=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9A4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A4DC is #365B23. Grayscale: #B5B5B5. Windows color (decimal): -3562276 or 14460105. OLE color: 14460105.
HSL color Cylindrical-coordinate representation of color #C9A4DC: hue angle of 279.64º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9A4DC is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 164 | 220 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.14 |
| HSL | 279.64º | 0.44% | 0.75% | - |
| HSV(B) | 279.64º | 0.25% | 0.86% | - |
| XYZ | 50.28 | 44.14 | 73.58 | - |
| YUV | 181.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 220 | 0.09 | 0.25 | 0 | 0.14 | 279.64 | 0.44 | 0.75 |
| Hex | C9 | A4 | DC | 9 | 19 | 0 | E | 118 | 2C | 4B |
| Octal | 311 | 244 | 334 | 11 | 31 | 0 | 16 | 430 | 54 | 113 |
| Binary | 11001001 | 10100100 | 11011100 | 1001 | 11001 | 0 | 1110 | 100011000 | 101100 | 1001011 |
Color Harmonies of #C9A4DC
Complementary color
Monochromatic Colors of #C9A4DC
Black with #C9A4DC
Text Example
Text Example
White with #C9A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A4DC; }
p { color: rgb(201,164,220); }
H1.HeaderClassName
{
color: #C9A4DC;
}
.AnyTagClassName
{
color: #C9A4DC;
}
</style>
background-color css
<style>
a { background-color: #C9A4DC; }
a { background-color: rgb(201,164,220); }
div.DivClassName
{
background-color: #C9A4DC;
}
.BgClassName
{
background-color: #C9A4DC;
}
</style>
border-color css
<style>
span { border-color: #C9A4DC; }
span { border-color: rgb(201,164,220); }
td.TdClassName
{
border-color: #C9A4DC;
}
.TagClassName
{
border-color: #C9A4DC;
}
</style>