Shades of Wisteria #C59AE1
Tints of Wisteria #C59AE1
RGB
CMYK
RGB Variations
Color information
#C59AE1 (or 0xC59AE1) is known color: Wisteria. HEX triplet: C5, 9A and E1. RGB value is (197,154,225). Sum of RGB (Red+Green+Blue) = 197+154+225=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #C59AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59AE1 is #3A651E. Grayscale: #AEAEAE. Windows color (decimal): -3826975 or 14785221. OLE color: 14785221.
HSL color Cylindrical-coordinate representation of color #C59AE1: hue angle of 276.34º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C59AE1 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 154 | 225 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.12 |
| HSL | 276.34º | 0.54% | 0.74% | - |
| HSV(B) | 276.34º | 0.32% | 0.88% | - |
| XYZ | 48.17 | 40.42 | 76.5 | - |
| YUV | 174.95 | 156.25 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 225 | 0.12 | 0.32 | 0 | 0.12 | 276.34 | 0.54 | 0.74 |
| Hex | C5 | 9A | E1 | C | 20 | 0 | C | 114 | 36 | 4A |
| Octal | 305 | 232 | 341 | 14 | 40 | 0 | 14 | 424 | 66 | 112 |
| Binary | 11000101 | 10011010 | 11100001 | 1100 | 100000 | 0 | 1100 | 100010100 | 110110 | 1001010 |
Color Harmonies of #C59AE1
Complementary color
Monochromatic Colors of #C59AE1
Black with #C59AE1
Text Example
Text Example
White with #C59AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59AE1; }
p { color: rgb(197,154,225); }
H1.HeaderClassName
{
color: #C59AE1;
}
.AnyTagClassName
{
color: #C59AE1;
}
</style>
background-color css
<style>
a { background-color: #C59AE1; }
a { background-color: rgb(197,154,225); }
div.DivClassName
{
background-color: #C59AE1;
}
.BgClassName
{
background-color: #C59AE1;
}
</style>
border-color css
<style>
span { border-color: #C59AE1; }
span { border-color: rgb(197,154,225); }
td.TdClassName
{
border-color: #C59AE1;
}
.TagClassName
{
border-color: #C59AE1;
}
</style>