Shades of Wisteria #C58EE5
Tints of Wisteria #C58EE5
RGB
CMYK
RGB Variations
Color information
#C58EE5 (or 0xC58EE5) is known color: Wisteria. HEX triplet: C5, 8E and E5. RGB value is (197,142,229). Sum of RGB (Red+Green+Blue) = 197+142+229=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #C58EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58EE5 is #3A711A. Grayscale: #A8A8A8. Windows color (decimal): -3830043 or 15044293. OLE color: 15044293.
HSL color Cylindrical-coordinate representation of color #C58EE5: hue angle of 277.93º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C58EE5 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 142 | 229 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.10 |
| HSL | 277.93º | 0.63% | 0.73% | - |
| HSV(B) | 277.93º | 0.38% | 0.9% | - |
| XYZ | 46.84 | 36.87 | 78.78 | - |
| YUV | 168.36 | 162.22 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 229 | 0.14 | 0.38 | 0 | 0.10 | 277.93 | 0.63 | 0.73 |
| Hex | C5 | 8E | E5 | E | 26 | 0 | A | 116 | 3F | 49 |
| Octal | 305 | 216 | 345 | 16 | 46 | 0 | 12 | 426 | 77 | 111 |
| Binary | 11000101 | 10001110 | 11100101 | 1110 | 100110 | 0 | 1010 | 100010110 | 111111 | 1001001 |
Color Harmonies of #C58EE5
Complementary color
Monochromatic Colors of #C58EE5
Black with #C58EE5
Text Example
Text Example
White with #C58EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58EE5; }
p { color: rgb(197,142,229); }
H1.HeaderClassName
{
color: #C58EE5;
}
.AnyTagClassName
{
color: #C58EE5;
}
</style>
background-color css
<style>
a { background-color: #C58EE5; }
a { background-color: rgb(197,142,229); }
div.DivClassName
{
background-color: #C58EE5;
}
.BgClassName
{
background-color: #C58EE5;
}
</style>
border-color css
<style>
span { border-color: #C58EE5; }
span { border-color: rgb(197,142,229); }
td.TdClassName
{
border-color: #C58EE5;
}
.TagClassName
{
border-color: #C58EE5;
}
</style>