Shades of Wisteria #C58DF9
Tints of Wisteria #C58DF9
RGB
CMYK
RGB Variations
Color information
#C58DF9 (or 0xC58DF9) is known color: Wisteria. HEX triplet: C5, 8D and F9. RGB value is (197,141,249). Sum of RGB (Red+Green+Blue) = 197+141+249=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #C58DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58DF9 is #3A7206. Grayscale: #A9A9A9. Windows color (decimal): -3830279 or 16354757. OLE color: 16354757.
HSL color Cylindrical-coordinate representation of color #C58DF9: hue angle of 271.11º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C58DF9 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 141 | 249 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.02 |
| HSL | 271.11º | 0.9% | 0.76% | - |
| HSV(B) | 271.11º | 0.43% | 0.98% | - |
| XYZ | 49.65 | 37.76 | 94.29 | - |
| YUV | 170.06 | 172.55 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 249 | 0.21 | 0.43 | 0 | 0.02 | 271.11 | 0.9 | 0.76 |
| Hex | C5 | 8D | F9 | 15 | 2B | 0 | 2 | 10F | 5A | 4C |
| Octal | 305 | 215 | 371 | 25 | 53 | 0 | 2 | 417 | 132 | 114 |
| Binary | 11000101 | 10001101 | 11111001 | 10101 | 101011 | 0 | 10 | 100001111 | 1011010 | 1001100 |
Color Harmonies of #C58DF9
Complementary color
Monochromatic Colors of #C58DF9
Black with #C58DF9
Text Example
Text Example
White with #C58DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58DF9; }
p { color: rgb(197,141,249); }
H1.HeaderClassName
{
color: #C58DF9;
}
.AnyTagClassName
{
color: #C58DF9;
}
</style>
background-color css
<style>
a { background-color: #C58DF9; }
a { background-color: rgb(197,141,249); }
div.DivClassName
{
background-color: #C58DF9;
}
.BgClassName
{
background-color: #C58DF9;
}
</style>
border-color css
<style>
span { border-color: #C58DF9; }
span { border-color: rgb(197,141,249); }
td.TdClassName
{
border-color: #C58DF9;
}
.TagClassName
{
border-color: #C58DF9;
}
</style>