Shades of Wisteria #C58FEC
Tints of Wisteria #C58FEC
RGB
CMYK
RGB Variations
Color information
#C58FEC (or 0xC58FEC) is known color: Wisteria. HEX triplet: C5, 8F and EC. RGB value is (197,143,236). Sum of RGB (Red+Green+Blue) = 197+143+236=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #C58FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58FEC is #3A7013. Grayscale: #A9A9A9. Windows color (decimal): -3829780 or 15503301. OLE color: 15503301.
HSL color Cylindrical-coordinate representation of color #C58FEC: hue angle of 274.84º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C58FEC is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 143 | 236 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.07 |
| HSL | 274.84º | 0.71% | 0.74% | - |
| HSV(B) | 274.84º | 0.39% | 0.93% | - |
| XYZ | 47.99 | 37.57 | 84.08 | - |
| YUV | 169.75 | 165.39 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 236 | 0.17 | 0.39 | 0 | 0.07 | 274.84 | 0.71 | 0.74 |
| Hex | C5 | 8F | EC | 11 | 27 | 0 | 7 | 113 | 47 | 4A |
| Octal | 305 | 217 | 354 | 21 | 47 | 0 | 7 | 423 | 107 | 112 |
| Binary | 11000101 | 10001111 | 11101100 | 10001 | 100111 | 0 | 111 | 100010011 | 1000111 | 1001010 |
Color Harmonies of #C58FEC
Complementary color
Monochromatic Colors of #C58FEC
Black with #C58FEC
Text Example
Text Example
White with #C58FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58FEC; }
p { color: rgb(197,143,236); }
H1.HeaderClassName
{
color: #C58FEC;
}
.AnyTagClassName
{
color: #C58FEC;
}
</style>
background-color css
<style>
a { background-color: #C58FEC; }
a { background-color: rgb(197,143,236); }
div.DivClassName
{
background-color: #C58FEC;
}
.BgClassName
{
background-color: #C58FEC;
}
</style>
border-color css
<style>
span { border-color: #C58FEC; }
span { border-color: rgb(197,143,236); }
td.TdClassName
{
border-color: #C58FEC;
}
.TagClassName
{
border-color: #C58FEC;
}
</style>