Shades of Wisteria #C9A9DD
Tints of Wisteria #C9A9DD
RGB
CMYK
RGB Variations
Color information
#C9A9DD (or 0xC9A9DD) is known color: Wisteria. HEX triplet: C9, A9 and DD. RGB value is (201,169,221). Sum of RGB (Red+Green+Blue) = 201+169+221=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9A9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9DD is #365622. Grayscale: #B8B8B8. Windows color (decimal): -3560995 or 14526921. OLE color: 14526921.
HSL color Cylindrical-coordinate representation of color #C9A9DD: hue angle of 276.92º degrees, saturation: 0.43, 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 #C9A9DD is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 169 | 221 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.13 |
| HSL | 276.92º | 0.43% | 0.76% | - |
| HSV(B) | 276.92º | 0.24% | 0.87% | - |
| XYZ | 51.33 | 46.01 | 74.58 | - |
| YUV | 184.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 221 | 0.09 | 0.24 | 0 | 0.13 | 276.92 | 0.43 | 0.76 |
| Hex | C9 | A9 | DD | 9 | 18 | 0 | D | 115 | 2B | 4C |
| Octal | 311 | 251 | 335 | 11 | 30 | 0 | 15 | 425 | 53 | 114 |
| Binary | 11001001 | 10101001 | 11011101 | 1001 | 11000 | 0 | 1101 | 100010101 | 101011 | 1001100 |
Color Harmonies of #C9A9DD
Complementary color
Monochromatic Colors of #C9A9DD
Black with #C9A9DD
Text Example
Text Example
White with #C9A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A9DD; }
p { color: rgb(201,169,221); }
H1.HeaderClassName
{
color: #C9A9DD;
}
.AnyTagClassName
{
color: #C9A9DD;
}
</style>
background-color css
<style>
a { background-color: #C9A9DD; }
a { background-color: rgb(201,169,221); }
div.DivClassName
{
background-color: #C9A9DD;
}
.BgClassName
{
background-color: #C9A9DD;
}
</style>
border-color css
<style>
span { border-color: #C9A9DD; }
span { border-color: rgb(201,169,221); }
td.TdClassName
{
border-color: #C9A9DD;
}
.TagClassName
{
border-color: #C9A9DD;
}
</style>