Shades of Wisteria #C59AE0
Tints of Wisteria #C59AE0
RGB
CMYK
RGB Variations
Color information
#C59AE0 (or 0xC59AE0) is known color: Wisteria. HEX triplet: C5, 9A and E0. RGB value is (197,154,224). Sum of RGB (Red+Green+Blue) = 197+154+224=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #C59AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59AE0 is #3A651F. Grayscale: #AEAEAE. Windows color (decimal): -3826976 or 14719685. OLE color: 14719685.
HSL color Cylindrical-coordinate representation of color #C59AE0: hue angle of 276.86º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C59AE0 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 154 | 224 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.12 |
| HSL | 276.86º | 0.53% | 0.74% | - |
| HSV(B) | 276.86º | 0.31% | 0.88% | - |
| XYZ | 48.04 | 40.36 | 75.78 | - |
| YUV | 174.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 224 | 0.12 | 0.31 | 0 | 0.12 | 276.86 | 0.53 | 0.74 |
| Hex | C5 | 9A | E0 | C | 1F | 0 | C | 115 | 35 | 4A |
| Octal | 305 | 232 | 340 | 14 | 37 | 0 | 14 | 425 | 65 | 112 |
| Binary | 11000101 | 10011010 | 11100000 | 1100 | 11111 | 0 | 1100 | 100010101 | 110101 | 1001010 |
Color Harmonies of #C59AE0
Complementary color
Monochromatic Colors of #C59AE0
Black with #C59AE0
Text Example
Text Example
White with #C59AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59AE0; }
p { color: rgb(197,154,224); }
H1.HeaderClassName
{
color: #C59AE0;
}
.AnyTagClassName
{
color: #C59AE0;
}
</style>
background-color css
<style>
a { background-color: #C59AE0; }
a { background-color: rgb(197,154,224); }
div.DivClassName
{
background-color: #C59AE0;
}
.BgClassName
{
background-color: #C59AE0;
}
</style>
border-color css
<style>
span { border-color: #C59AE0; }
span { border-color: rgb(197,154,224); }
td.TdClassName
{
border-color: #C59AE0;
}
.TagClassName
{
border-color: #C59AE0;
}
</style>