Shades of Wisteria #C9A9D8
Tints of Wisteria #C9A9D8
RGB
CMYK
RGB Variations
Color information
#C9A9D8 (or 0xC9A9D8) is known color: Wisteria. HEX triplet: C9, A9 and D8. RGB value is (201,169,216). Sum of RGB (Red+Green+Blue) = 201+169+216=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #C9A9D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9D8 is #365627. Grayscale: #B7B7B7. Windows color (decimal): -3561000 or 14199241. OLE color: 14199241.
HSL color Cylindrical-coordinate representation of color #C9A9D8: hue angle of 280.85º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9A9D8 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 169 | 216 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.15 |
| HSL | 280.85º | 0.38% | 0.75% | - |
| HSV(B) | 280.85º | 0.22% | 0.85% | - |
| XYZ | 50.67 | 45.75 | 71.13 | - |
| YUV | 183.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 216 | 0.07 | 0.22 | 0 | 0.15 | 280.85 | 0.38 | 0.75 |
| Hex | C9 | A9 | D8 | 7 | 16 | 0 | F | 119 | 26 | 4B |
| Octal | 311 | 251 | 330 | 7 | 26 | 0 | 17 | 431 | 46 | 113 |
| Binary | 11001001 | 10101001 | 11011000 | 111 | 10110 | 0 | 1111 | 100011001 | 100110 | 1001011 |
Color Harmonies of #C9A9D8
Complementary color
Monochromatic Colors of #C9A9D8
Black with #C9A9D8
Text Example
Text Example
White with #C9A9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A9D8; }
p { color: rgb(201,169,216); }
H1.HeaderClassName
{
color: #C9A9D8;
}
.AnyTagClassName
{
color: #C9A9D8;
}
</style>
background-color css
<style>
a { background-color: #C9A9D8; }
a { background-color: rgb(201,169,216); }
div.DivClassName
{
background-color: #C9A9D8;
}
.BgClassName
{
background-color: #C9A9D8;
}
</style>
border-color css
<style>
span { border-color: #C9A9D8; }
span { border-color: rgb(201,169,216); }
td.TdClassName
{
border-color: #C9A9D8;
}
.TagClassName
{
border-color: #C9A9D8;
}
</style>