Shades of Wisteria #C9A0E7
Tints of Wisteria #C9A0E7
RGB
CMYK
RGB Variations
Color information
#C9A0E7 (or 0xC9A0E7) is known color: Wisteria. HEX triplet: C9, A0 and E7. RGB value is (201,160,231). Sum of RGB (Red+Green+Blue) = 201+160+231=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 160 (62.89% from 255 or 27.03% from 592); Blue value is 231 (90.62% from 255 or 39.02% from 592); Max value from RGB is 231 - color contains mainly: blue. Hex color #C9A0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A0E7 is #365F18. Grayscale: #B4B4B4. Windows color (decimal): -3563289 or 15179977. OLE color: 15179977.
HSL color Cylindrical-coordinate representation of color #C9A0E7: hue angle of 274.65º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9A0E7 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 160 | 231 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.09 |
| HSL | 274.65º | 0.6% | 0.77% | - |
| HSV(B) | 274.65º | 0.31% | 0.91% | - |
| XYZ | 51.08 | 43.33 | 81.27 | - |
| YUV | 180.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 231 | 0.13 | 0.31 | 0 | 0.09 | 274.65 | 0.6 | 0.77 |
| Hex | C9 | A0 | E7 | D | 1F | 0 | 9 | 113 | 3C | 4D |
| Octal | 311 | 240 | 347 | 15 | 37 | 0 | 11 | 423 | 74 | 115 |
| Binary | 11001001 | 10100000 | 11100111 | 1101 | 11111 | 0 | 1001 | 100010011 | 111100 | 1001101 |
Color Harmonies of #C9A0E7
Complementary color
Monochromatic Colors of #C9A0E7
Black with #C9A0E7
Text Example
Text Example
White with #C9A0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A0E7; }
p { color: rgb(201,160,231); }
H1.HeaderClassName
{
color: #C9A0E7;
}
.AnyTagClassName
{
color: #C9A0E7;
}
</style>
background-color css
<style>
a { background-color: #C9A0E7; }
a { background-color: rgb(201,160,231); }
div.DivClassName
{
background-color: #C9A0E7;
}
.BgClassName
{
background-color: #C9A0E7;
}
</style>
border-color css
<style>
span { border-color: #C9A0E7; }
span { border-color: rgb(201,160,231); }
td.TdClassName
{
border-color: #C9A0E7;
}
.TagClassName
{
border-color: #C9A0E7;
}
</style>