Shades of Wisteria #C59AE3
Tints of Wisteria #C59AE3
RGB
CMYK
RGB Variations
Color information
#C59AE3 (or 0xC59AE3) is known color: Wisteria. HEX triplet: C5, 9A and E3. RGB value is (197,154,227). Sum of RGB (Red+Green+Blue) = 197+154+227=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 227 (89.06% from 255 or 39.27% from 578); Max value from RGB is 227 - color contains mainly: blue. Hex color #C59AE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59AE3 is #3A651C. Grayscale: #AEAEAE. Windows color (decimal): -3826973 or 14916293. OLE color: 14916293.
HSL color Cylindrical-coordinate representation of color #C59AE3: hue angle of 275.34º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C59AE3 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 154 | 227 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.11 |
| HSL | 275.34º | 0.57% | 0.75% | - |
| HSV(B) | 275.34º | 0.32% | 0.89% | - |
| XYZ | 48.45 | 40.53 | 77.94 | - |
| YUV | 175.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 227 | 0.13 | 0.32 | 0 | 0.11 | 275.34 | 0.57 | 0.75 |
| Hex | C5 | 9A | E3 | D | 20 | 0 | B | 113 | 39 | 4B |
| Octal | 305 | 232 | 343 | 15 | 40 | 0 | 13 | 423 | 71 | 113 |
| Binary | 11000101 | 10011010 | 11100011 | 1101 | 100000 | 0 | 1011 | 100010011 | 111001 | 1001011 |
Color Harmonies of #C59AE3
Complementary color
Monochromatic Colors of #C59AE3
Black with #C59AE3
Text Example
Text Example
White with #C59AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59AE3; }
p { color: rgb(197,154,227); }
H1.HeaderClassName
{
color: #C59AE3;
}
.AnyTagClassName
{
color: #C59AE3;
}
</style>
background-color css
<style>
a { background-color: #C59AE3; }
a { background-color: rgb(197,154,227); }
div.DivClassName
{
background-color: #C59AE3;
}
.BgClassName
{
background-color: #C59AE3;
}
</style>
border-color css
<style>
span { border-color: #C59AE3; }
span { border-color: rgb(197,154,227); }
td.TdClassName
{
border-color: #C59AE3;
}
.TagClassName
{
border-color: #C59AE3;
}
</style>