Shades of Wisteria #C58FF1
Tints of Wisteria #C58FF1
RGB
CMYK
RGB Variations
Color information
#C58FF1 (or 0xC58FF1) is known color: Wisteria. HEX triplet: C5, 8F and F1. RGB value is (197,143,241). Sum of RGB (Red+Green+Blue) = 197+143+241=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #C58FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58FF1 is #3A700E. Grayscale: #A9A9A9. Windows color (decimal): -3829775 or 15830981. OLE color: 15830981.
HSL color Cylindrical-coordinate representation of color #C58FF1: hue angle of 273.06º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C58FF1 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 143 | 241 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.05 |
| HSL | 273.06º | 0.78% | 0.75% | - |
| HSV(B) | 273.06º | 0.41% | 0.95% | - |
| XYZ | 48.73 | 37.87 | 87.96 | - |
| YUV | 170.32 | 167.89 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 241 | 0.18 | 0.41 | 0 | 0.05 | 273.06 | 0.78 | 0.75 |
| Hex | C5 | 8F | F1 | 12 | 29 | 0 | 5 | 111 | 4E | 4B |
| Octal | 305 | 217 | 361 | 22 | 51 | 0 | 5 | 421 | 116 | 113 |
| Binary | 11000101 | 10001111 | 11110001 | 10010 | 101001 | 0 | 101 | 100010001 | 1001110 | 1001011 |
Color Harmonies of #C58FF1
Complementary color
Monochromatic Colors of #C58FF1
Black with #C58FF1
Text Example
Text Example
White with #C58FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58FF1; }
p { color: rgb(197,143,241); }
H1.HeaderClassName
{
color: #C58FF1;
}
.AnyTagClassName
{
color: #C58FF1;
}
</style>
background-color css
<style>
a { background-color: #C58FF1; }
a { background-color: rgb(197,143,241); }
div.DivClassName
{
background-color: #C58FF1;
}
.BgClassName
{
background-color: #C58FF1;
}
</style>
border-color css
<style>
span { border-color: #C58FF1; }
span { border-color: rgb(197,143,241); }
td.TdClassName
{
border-color: #C58FF1;
}
.TagClassName
{
border-color: #C58FF1;
}
</style>