Shades of Wisteria #C58EFF
Tints of Wisteria #C58EFF
RGB
CMYK
RGB Variations
Color information
#C58EFF (or 0xC58EFF) is known color: Wisteria. HEX triplet: C5, 8E and FF. RGB value is (197,142,255). Sum of RGB (Red+Green+Blue) = 197+142+255=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #C58EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58EFF is #3A7100. Grayscale: #AAAAAA. Windows color (decimal): -3830017 or 16748229. OLE color: 16748229.
HSL color Cylindrical-coordinate representation of color #C58EFF: hue angle of 269.2º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C58EFF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 142 | 255 | - |
| CMYK | 0.23 | 0.44 | 0 | 0 |
| HSL | 269.2º | 1% | 0.78% | - |
| HSV(B) | 269.2º | 0.44% | 1% | - |
| XYZ | 50.75 | 38.44 | 99.35 | - |
| YUV | 171.33 | 175.22 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 255 | 0.23 | 0.44 | 0 | 0 | 269.2 | 1 | 0.78 |
| Hex | C5 | 8E | FF | 17 | 2C | 0 | 0 | 10D | 64 | 4E |
| Octal | 305 | 216 | 377 | 27 | 54 | 0 | 0 | 415 | 144 | 116 |
| Binary | 11000101 | 10001110 | 11111111 | 10111 | 101100 | 0 | 0 | 100001101 | 1100100 | 1001110 |
Color Harmonies of #C58EFF
Complementary color
Monochromatic Colors of #C58EFF
Black with #C58EFF
Text Example
Text Example
White with #C58EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58EFF; }
p { color: rgb(197,142,255); }
H1.HeaderClassName
{
color: #C58EFF;
}
.AnyTagClassName
{
color: #C58EFF;
}
</style>
background-color css
<style>
a { background-color: #C58EFF; }
a { background-color: rgb(197,142,255); }
div.DivClassName
{
background-color: #C58EFF;
}
.BgClassName
{
background-color: #C58EFF;
}
</style>
border-color css
<style>
span { border-color: #C58EFF; }
span { border-color: rgb(197,142,255); }
td.TdClassName
{
border-color: #C58EFF;
}
.TagClassName
{
border-color: #C58EFF;
}
</style>