Shades of Wisteria #C58CF2
Tints of Wisteria #C58CF2
RGB
CMYK
RGB Variations
Color information
#C58CF2 (or 0xC58CF2) is known color: Wisteria. HEX triplet: C5, 8C and F2. RGB value is (197,140,242). Sum of RGB (Red+Green+Blue) = 197+140+242=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #C58CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58CF2 is #3A730D. Grayscale: #A8A8A8. Windows color (decimal): -3830542 or 15895749. OLE color: 15895749.
HSL color Cylindrical-coordinate representation of color #C58CF2: hue angle of 273.53º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C58CF2 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 140 | 242 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.05 |
| HSL | 273.53º | 0.8% | 0.75% | - |
| HSV(B) | 273.53º | 0.42% | 0.95% | - |
| XYZ | 48.43 | 37.04 | 88.6 | - |
| YUV | 168.67 | 169.38 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 242 | 0.19 | 0.42 | 0 | 0.05 | 273.53 | 0.8 | 0.75 |
| Hex | C5 | 8C | F2 | 13 | 2A | 0 | 5 | 112 | 50 | 4B |
| Octal | 305 | 214 | 362 | 23 | 52 | 0 | 5 | 422 | 120 | 113 |
| Binary | 11000101 | 10001100 | 11110010 | 10011 | 101010 | 0 | 101 | 100010010 | 1010000 | 1001011 |
Color Harmonies of #C58CF2
Complementary color
Monochromatic Colors of #C58CF2
Black with #C58CF2
Text Example
Text Example
White with #C58CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58CF2; }
p { color: rgb(197,140,242); }
H1.HeaderClassName
{
color: #C58CF2;
}
.AnyTagClassName
{
color: #C58CF2;
}
</style>
background-color css
<style>
a { background-color: #C58CF2; }
a { background-color: rgb(197,140,242); }
div.DivClassName
{
background-color: #C58CF2;
}
.BgClassName
{
background-color: #C58CF2;
}
</style>
border-color css
<style>
span { border-color: #C58CF2; }
span { border-color: rgb(197,140,242); }
td.TdClassName
{
border-color: #C58CF2;
}
.TagClassName
{
border-color: #C58CF2;
}
</style>