Shades of Wisteria #C58FF7
Tints of Wisteria #C58FF7
RGB
CMYK
RGB Variations
Color information
#C58FF7 (or 0xC58FF7) is known color: Wisteria. HEX triplet: C5, 8F and F7. RGB value is (197,143,247). Sum of RGB (Red+Green+Blue) = 197+143+247=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 247 (96.88% from 255 or 42.08% from 587); Max value from RGB is 247 - color contains mainly: blue. Hex color #C58FF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58FF7 is #3A7008. Grayscale: #AAAAAA. Windows color (decimal): -3829769 or 16224197. OLE color: 16224197.
HSL color Cylindrical-coordinate representation of color #C58FF7: hue angle of 271.15º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C58FF7 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 143 | 247 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.03 |
| HSL | 271.15º | 0.87% | 0.76% | - |
| HSV(B) | 271.15º | 0.42% | 0.97% | - |
| XYZ | 49.64 | 38.23 | 92.76 | - |
| YUV | 171 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 247 | 0.20 | 0.42 | 0 | 0.03 | 271.15 | 0.87 | 0.76 |
| Hex | C5 | 8F | F7 | 14 | 2A | 0 | 3 | 10F | 57 | 4C |
| Octal | 305 | 217 | 367 | 24 | 52 | 0 | 3 | 417 | 127 | 114 |
| Binary | 11000101 | 10001111 | 11110111 | 10100 | 101010 | 0 | 11 | 100001111 | 1010111 | 1001100 |
Color Harmonies of #C58FF7
Complementary color
Monochromatic Colors of #C58FF7
Black with #C58FF7
Text Example
Text Example
White with #C58FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58FF7; }
p { color: rgb(197,143,247); }
H1.HeaderClassName
{
color: #C58FF7;
}
.AnyTagClassName
{
color: #C58FF7;
}
</style>
background-color css
<style>
a { background-color: #C58FF7; }
a { background-color: rgb(197,143,247); }
div.DivClassName
{
background-color: #C58FF7;
}
.BgClassName
{
background-color: #C58FF7;
}
</style>
border-color css
<style>
span { border-color: #C58FF7; }
span { border-color: rgb(197,143,247); }
td.TdClassName
{
border-color: #C58FF7;
}
.TagClassName
{
border-color: #C58FF7;
}
</style>