Shades of Wisteria #C9A0EC
Tints of Wisteria #C9A0EC
RGB
CMYK
RGB Variations
Color information
#C9A0EC (or 0xC9A0EC) is known color: Wisteria. HEX triplet: C9, A0 and EC. RGB value is (201,160,236). Sum of RGB (Red+Green+Blue) = 201+160+236=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9A0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A0EC is #365F13. Grayscale: #B4B4B4. Windows color (decimal): -3563284 or 15507657. OLE color: 15507657.
HSL color Cylindrical-coordinate representation of color #C9A0EC: hue angle of 272.37º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9A0EC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 160 | 236 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.07 |
| HSL | 272.37º | 0.67% | 0.78% | - |
| HSV(B) | 272.37º | 0.32% | 0.93% | - |
| XYZ | 51.8 | 43.62 | 85.05 | - |
| YUV | 180.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 236 | 0.15 | 0.32 | 0 | 0.07 | 272.37 | 0.67 | 0.78 |
| Hex | C9 | A0 | EC | F | 20 | 0 | 7 | 110 | 43 | 4E |
| Octal | 311 | 240 | 354 | 17 | 40 | 0 | 7 | 420 | 103 | 116 |
| Binary | 11001001 | 10100000 | 11101100 | 1111 | 100000 | 0 | 111 | 100010000 | 1000011 | 1001110 |
Color Harmonies of #C9A0EC
Complementary color
Monochromatic Colors of #C9A0EC
Black with #C9A0EC
Text Example
Text Example
White with #C9A0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A0EC; }
p { color: rgb(201,160,236); }
H1.HeaderClassName
{
color: #C9A0EC;
}
.AnyTagClassName
{
color: #C9A0EC;
}
</style>
background-color css
<style>
a { background-color: #C9A0EC; }
a { background-color: rgb(201,160,236); }
div.DivClassName
{
background-color: #C9A0EC;
}
.BgClassName
{
background-color: #C9A0EC;
}
</style>
border-color css
<style>
span { border-color: #C9A0EC; }
span { border-color: rgb(201,160,236); }
td.TdClassName
{
border-color: #C9A0EC;
}
.TagClassName
{
border-color: #C9A0EC;
}
</style>