Shades of Wisteria #C59EE5
Tints of Wisteria #C59EE5
RGB
CMYK
RGB Variations
Color information
#C59EE5 (or 0xC59EE5) is known color: Wisteria. HEX triplet: C5, 9E and E5. RGB value is (197,158,229). Sum of RGB (Red+Green+Blue) = 197+158+229=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 229 - color contains mainly: blue. Hex color #C59EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59EE5 is #3A611A. Grayscale: #B1B1B1. Windows color (decimal): -3825947 or 15048389. OLE color: 15048389.
HSL color Cylindrical-coordinate representation of color #C59EE5: hue angle of 272.96º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C59EE5 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 158 | 229 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.10 |
| HSL | 272.96º | 0.58% | 0.76% | - |
| HSV(B) | 272.96º | 0.31% | 0.9% | - |
| XYZ | 49.4 | 41.98 | 79.63 | - |
| YUV | 177.76 | 156.92 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 229 | 0.14 | 0.31 | 0 | 0.10 | 272.96 | 0.58 | 0.76 |
| Hex | C5 | 9E | E5 | E | 1F | 0 | A | 111 | 3A | 4C |
| Octal | 305 | 236 | 345 | 16 | 37 | 0 | 12 | 421 | 72 | 114 |
| Binary | 11000101 | 10011110 | 11100101 | 1110 | 11111 | 0 | 1010 | 100010001 | 111010 | 1001100 |
Color Harmonies of #C59EE5
Complementary color
Monochromatic Colors of #C59EE5
Black with #C59EE5
Text Example
Text Example
White with #C59EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59EE5; }
p { color: rgb(197,158,229); }
H1.HeaderClassName
{
color: #C59EE5;
}
.AnyTagClassName
{
color: #C59EE5;
}
</style>
background-color css
<style>
a { background-color: #C59EE5; }
a { background-color: rgb(197,158,229); }
div.DivClassName
{
background-color: #C59EE5;
}
.BgClassName
{
background-color: #C59EE5;
}
</style>
border-color css
<style>
span { border-color: #C59EE5; }
span { border-color: rgb(197,158,229); }
td.TdClassName
{
border-color: #C59EE5;
}
.TagClassName
{
border-color: #C59EE5;
}
</style>