Shades of Wisteria #C9A8DC
Tints of Wisteria #C9A8DC
RGB
CMYK
RGB Variations
Color information
#C9A8DC (or 0xC9A8DC) is known color: Wisteria. HEX triplet: C9, A8 and DC. RGB value is (201,168,220). Sum of RGB (Red+Green+Blue) = 201+168+220=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A8DC is #365723. Grayscale: #B7B7B7. Windows color (decimal): -3561252 or 14461129. OLE color: 14461129.
HSL color Cylindrical-coordinate representation of color #C9A8DC: hue angle of 278.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9A8DC is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 168 | 220 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.14 |
| HSL | 278.08º | 0.43% | 0.76% | - |
| HSV(B) | 278.08º | 0.24% | 0.86% | - |
| XYZ | 51.01 | 45.59 | 73.82 | - |
| YUV | 183.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 220 | 0.09 | 0.24 | 0 | 0.14 | 278.08 | 0.43 | 0.76 |
| Hex | C9 | A8 | DC | 9 | 18 | 0 | E | 116 | 2B | 4C |
| Octal | 311 | 250 | 334 | 11 | 30 | 0 | 16 | 426 | 53 | 114 |
| Binary | 11001001 | 10101000 | 11011100 | 1001 | 11000 | 0 | 1110 | 100010110 | 101011 | 1001100 |
Color Harmonies of #C9A8DC
Complementary color
Monochromatic Colors of #C9A8DC
Black with #C9A8DC
Text Example
Text Example
White with #C9A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A8DC; }
p { color: rgb(201,168,220); }
H1.HeaderClassName
{
color: #C9A8DC;
}
.AnyTagClassName
{
color: #C9A8DC;
}
</style>
background-color css
<style>
a { background-color: #C9A8DC; }
a { background-color: rgb(201,168,220); }
div.DivClassName
{
background-color: #C9A8DC;
}
.BgClassName
{
background-color: #C9A8DC;
}
</style>
border-color css
<style>
span { border-color: #C9A8DC; }
span { border-color: rgb(201,168,220); }
td.TdClassName
{
border-color: #C9A8DC;
}
.TagClassName
{
border-color: #C9A8DC;
}
</style>