Shades of Wisteria #C588E1
Tints of Wisteria #C588E1
RGB
CMYK
RGB Variations
Color information
#C588E1 (or 0xC588E1) is known color: Wisteria. HEX triplet: C5, 88 and E1. RGB value is (197,136,225). Sum of RGB (Red+Green+Blue) = 197+136+225=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #C588E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C588E1 is #3A771E. Grayscale: #A4A4A4. Windows color (decimal): -3831583 or 14780613. OLE color: 14780613.
HSL color Cylindrical-coordinate representation of color #C588E1: hue angle of 281.12º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C588E1 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 136 | 225 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.12 |
| HSL | 281.12º | 0.6% | 0.71% | - |
| HSV(B) | 281.12º | 0.4% | 0.88% | - |
| XYZ | 45.42 | 34.91 | 75.58 | - |
| YUV | 164.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 225 | 0.12 | 0.40 | 0 | 0.12 | 281.12 | 0.6 | 0.71 |
| Hex | C5 | 88 | E1 | C | 28 | 0 | C | 119 | 3C | 47 |
| Octal | 305 | 210 | 341 | 14 | 50 | 0 | 14 | 431 | 74 | 107 |
| Binary | 11000101 | 10001000 | 11100001 | 1100 | 101000 | 0 | 1100 | 100011001 | 111100 | 1000111 |
Color Harmonies of #C588E1
Complementary color
Monochromatic Colors of #C588E1
Black with #C588E1
Text Example
Text Example
White with #C588E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C588E1; }
p { color: rgb(197,136,225); }
H1.HeaderClassName
{
color: #C588E1;
}
.AnyTagClassName
{
color: #C588E1;
}
</style>
background-color css
<style>
a { background-color: #C588E1; }
a { background-color: rgb(197,136,225); }
div.DivClassName
{
background-color: #C588E1;
}
.BgClassName
{
background-color: #C588E1;
}
</style>
border-color css
<style>
span { border-color: #C588E1; }
span { border-color: rgb(197,136,225); }
td.TdClassName
{
border-color: #C588E1;
}
.TagClassName
{
border-color: #C588E1;
}
</style>