Shades of Wisteria #C58CEC
Tints of Wisteria #C58CEC
RGB
CMYK
RGB Variations
Color information
#C58CEC (or 0xC58CEC) is known color: Wisteria. HEX triplet: C5, 8C and EC. RGB value is (197,140,236). Sum of RGB (Red+Green+Blue) = 197+140+236=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #C58CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58CEC is #3A7313. Grayscale: #A7A7A7. Windows color (decimal): -3830548 or 15502533. OLE color: 15502533.
HSL color Cylindrical-coordinate representation of color #C58CEC: hue angle of 275.62º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C58CEC is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 140 | 236 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.07 |
| HSL | 275.63º | 0.72% | 0.74% | - |
| HSV(B) | 275.63º | 0.41% | 0.93% | - |
| XYZ | 47.54 | 36.68 | 83.93 | - |
| YUV | 167.99 | 166.38 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 236 | 0.17 | 0.41 | 0 | 0.07 | 275.63 | 0.72 | 0.74 |
| Hex | C5 | 8C | EC | 11 | 29 | 0 | 7 | 114 | 48 | 4A |
| Octal | 305 | 214 | 354 | 21 | 51 | 0 | 7 | 424 | 110 | 112 |
| Binary | 11000101 | 10001100 | 11101100 | 10001 | 101001 | 0 | 111 | 100010100 | 1001000 | 1001010 |
Color Harmonies of #C58CEC
Complementary color
Monochromatic Colors of #C58CEC
Black with #C58CEC
Text Example
Text Example
White with #C58CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58CEC; }
p { color: rgb(197,140,236); }
H1.HeaderClassName
{
color: #C58CEC;
}
.AnyTagClassName
{
color: #C58CEC;
}
</style>
background-color css
<style>
a { background-color: #C58CEC; }
a { background-color: rgb(197,140,236); }
div.DivClassName
{
background-color: #C58CEC;
}
.BgClassName
{
background-color: #C58CEC;
}
</style>
border-color css
<style>
span { border-color: #C58CEC; }
span { border-color: rgb(197,140,236); }
td.TdClassName
{
border-color: #C58CEC;
}
.TagClassName
{
border-color: #C58CEC;
}
</style>