Shades of Wisteria #C58EF6
Tints of Wisteria #C58EF6
RGB
CMYK
RGB Variations
Color information
#C58EF6 (or 0xC58EF6) is known color: Wisteria. HEX triplet: C5, 8E and F6. RGB value is (197,142,246). Sum of RGB (Red+Green+Blue) = 197+142+246=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #C58EF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58EF6 is #3A7109. Grayscale: #A9A9A9. Windows color (decimal): -3830026 or 16158405. OLE color: 16158405.
HSL color Cylindrical-coordinate representation of color #C58EF6: hue angle of 271.73º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C58EF6 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 142 | 246 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.04 |
| HSL | 271.73º | 0.85% | 0.76% | - |
| HSV(B) | 271.73º | 0.42% | 0.96% | - |
| XYZ | 49.33 | 37.87 | 91.9 | - |
| YUV | 170.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 246 | 0.20 | 0.42 | 0 | 0.04 | 271.73 | 0.85 | 0.76 |
| Hex | C5 | 8E | F6 | 14 | 2A | 0 | 4 | 110 | 55 | 4C |
| Octal | 305 | 216 | 366 | 24 | 52 | 0 | 4 | 420 | 125 | 114 |
| Binary | 11000101 | 10001110 | 11110110 | 10100 | 101010 | 0 | 100 | 100010000 | 1010101 | 1001100 |
Color Harmonies of #C58EF6
Complementary color
Monochromatic Colors of #C58EF6
Black with #C58EF6
Text Example
Text Example
White with #C58EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58EF6; }
p { color: rgb(197,142,246); }
H1.HeaderClassName
{
color: #C58EF6;
}
.AnyTagClassName
{
color: #C58EF6;
}
</style>
background-color css
<style>
a { background-color: #C58EF6; }
a { background-color: rgb(197,142,246); }
div.DivClassName
{
background-color: #C58EF6;
}
.BgClassName
{
background-color: #C58EF6;
}
</style>
border-color css
<style>
span { border-color: #C58EF6; }
span { border-color: rgb(197,142,246); }
td.TdClassName
{
border-color: #C58EF6;
}
.TagClassName
{
border-color: #C58EF6;
}
</style>