Shades of Wisteria #C9A8D8
Tints of Wisteria #C9A8D8
RGB
CMYK
RGB Variations
Color information
#C9A8D8 (or 0xC9A8D8) is known color: Wisteria. HEX triplet: C9, A8 and D8. RGB value is (201,168,216). Sum of RGB (Red+Green+Blue) = 201+168+216=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 216 - color contains mainly: blue. Hex color #C9A8D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A8D8 is #365727. Grayscale: #B7B7B7. Windows color (decimal): -3561256 or 14198985. OLE color: 14198985.
HSL color Cylindrical-coordinate representation of color #C9A8D8: hue angle of 281.25º 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 #C9A8D8 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 168 | 216 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.15 |
| HSL | 281.25º | 0.38% | 0.75% | - |
| HSV(B) | 281.25º | 0.22% | 0.85% | - |
| XYZ | 50.48 | 45.38 | 71.06 | - |
| YUV | 183.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 216 | 0.07 | 0.22 | 0 | 0.15 | 281.25 | 0.38 | 0.75 |
| Hex | C9 | A8 | D8 | 7 | 16 | 0 | F | 119 | 26 | 4B |
| Octal | 311 | 250 | 330 | 7 | 26 | 0 | 17 | 431 | 46 | 113 |
| Binary | 11001001 | 10101000 | 11011000 | 111 | 10110 | 0 | 1111 | 100011001 | 100110 | 1001011 |
Color Harmonies of #C9A8D8
Complementary color
Monochromatic Colors of #C9A8D8
Black with #C9A8D8
Text Example
Text Example
White with #C9A8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A8D8; }
p { color: rgb(201,168,216); }
H1.HeaderClassName
{
color: #C9A8D8;
}
.AnyTagClassName
{
color: #C9A8D8;
}
</style>
background-color css
<style>
a { background-color: #C9A8D8; }
a { background-color: rgb(201,168,216); }
div.DivClassName
{
background-color: #C9A8D8;
}
.BgClassName
{
background-color: #C9A8D8;
}
</style>
border-color css
<style>
span { border-color: #C9A8D8; }
span { border-color: rgb(201,168,216); }
td.TdClassName
{
border-color: #C9A8D8;
}
.TagClassName
{
border-color: #C9A8D8;
}
</style>