Shades of Wisteria #C58FFF
Tints of Wisteria #C58FFF
RGB
CMYK
RGB Variations
Color information
#C58FFF (or 0xC58FFF) is known color: Wisteria. HEX triplet: C5, 8F and FF. RGB value is (197,143,255). Sum of RGB (Red+Green+Blue) = 197+143+255=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #C58FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58FFF is #3A7000. Grayscale: #ABABAB. Windows color (decimal): -3829761 or 16748485. OLE color: 16748485.
HSL color Cylindrical-coordinate representation of color #C58FFF: hue angle of 268.93º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C58FFF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 143 | 255 | - |
| CMYK | 0.23 | 0.44 | 0 | 0 |
| HSL | 268.93º | 1% | 0.78% | - |
| HSV(B) | 268.93º | 0.44% | 1% | - |
| XYZ | 50.9 | 38.74 | 99.4 | - |
| YUV | 171.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 255 | 0.23 | 0.44 | 0 | 0 | 268.93 | 1 | 0.78 |
| Hex | C5 | 8F | FF | 17 | 2C | 0 | 0 | 10D | 64 | 4E |
| Octal | 305 | 217 | 377 | 27 | 54 | 0 | 0 | 415 | 144 | 116 |
| Binary | 11000101 | 10001111 | 11111111 | 10111 | 101100 | 0 | 0 | 100001101 | 1100100 | 1001110 |
Color Harmonies of #C58FFF
Complementary color
Monochromatic Colors of #C58FFF
Black with #C58FFF
Text Example
Text Example
White with #C58FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58FFF; }
p { color: rgb(197,143,255); }
H1.HeaderClassName
{
color: #C58FFF;
}
.AnyTagClassName
{
color: #C58FFF;
}
</style>
background-color css
<style>
a { background-color: #C58FFF; }
a { background-color: rgb(197,143,255); }
div.DivClassName
{
background-color: #C58FFF;
}
.BgClassName
{
background-color: #C58FFF;
}
</style>
border-color css
<style>
span { border-color: #C58FFF; }
span { border-color: rgb(197,143,255); }
td.TdClassName
{
border-color: #C58FFF;
}
.TagClassName
{
border-color: #C58FFF;
}
</style>