Shades of Wisteria #C58CFC
Tints of Wisteria #C58CFC
RGB
CMYK
RGB Variations
Color information
#C58CFC (or 0xC58CFC) is known color: Wisteria. HEX triplet: C5, 8C and FC. RGB value is (197,140,252). Sum of RGB (Red+Green+Blue) = 197+140+252=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #C58CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58CFC is #3A7303. Grayscale: #A9A9A9. Windows color (decimal): -3830532 or 16551109. OLE color: 16551109.
HSL color Cylindrical-coordinate representation of color #C58CFC: hue angle of 270.54º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C58CFC is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 140 | 252 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.01 |
| HSL | 270.54º | 0.95% | 0.77% | - |
| HSV(B) | 270.54º | 0.44% | 0.99% | - |
| XYZ | 49.97 | 37.65 | 96.73 | - |
| YUV | 169.81 | 174.38 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 252 | 0.22 | 0.44 | 0 | 0.01 | 270.54 | 0.95 | 0.77 |
| Hex | C5 | 8C | FC | 16 | 2C | 0 | 1 | 10F | 5F | 4D |
| Octal | 305 | 214 | 374 | 26 | 54 | 0 | 1 | 417 | 137 | 115 |
| Binary | 11000101 | 10001100 | 11111100 | 10110 | 101100 | 0 | 1 | 100001111 | 1011111 | 1001101 |
Color Harmonies of #C58CFC
Complementary color
Monochromatic Colors of #C58CFC
Black with #C58CFC
Text Example
Text Example
White with #C58CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58CFC; }
p { color: rgb(197,140,252); }
H1.HeaderClassName
{
color: #C58CFC;
}
.AnyTagClassName
{
color: #C58CFC;
}
</style>
background-color css
<style>
a { background-color: #C58CFC; }
a { background-color: rgb(197,140,252); }
div.DivClassName
{
background-color: #C58CFC;
}
.BgClassName
{
background-color: #C58CFC;
}
</style>
border-color css
<style>
span { border-color: #C58CFC; }
span { border-color: rgb(197,140,252); }
td.TdClassName
{
border-color: #C58CFC;
}
.TagClassName
{
border-color: #C58CFC;
}
</style>