Shades of Wisteria #C58BF3
Tints of Wisteria #C58BF3
RGB
CMYK
RGB Variations
Color information
#C58BF3 (or 0xC58BF3) is known color: Wisteria. HEX triplet: C5, 8B and F3. RGB value is (197,139,243). Sum of RGB (Red+Green+Blue) = 197+139+243=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 243 (95.31% from 255 or 41.97% from 579); Max value from RGB is 243 - color contains mainly: blue. Hex color #C58BF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58BF3 is #3A740C. Grayscale: #A7A7A7. Windows color (decimal): -3830797 or 15961029. OLE color: 15961029.
HSL color Cylindrical-coordinate representation of color #C58BF3: hue angle of 273.46º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C58BF3 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 139 | 243 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.05 |
| HSL | 273.46º | 0.81% | 0.75% | - |
| HSV(B) | 273.46º | 0.43% | 0.95% | - |
| XYZ | 48.44 | 36.81 | 89.35 | - |
| YUV | 168.2 | 170.22 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 243 | 0.19 | 0.43 | 0 | 0.05 | 273.46 | 0.81 | 0.75 |
| Hex | C5 | 8B | F3 | 13 | 2B | 0 | 5 | 111 | 51 | 4B |
| Octal | 305 | 213 | 363 | 23 | 53 | 0 | 5 | 421 | 121 | 113 |
| Binary | 11000101 | 10001011 | 11110011 | 10011 | 101011 | 0 | 101 | 100010001 | 1010001 | 1001011 |
Color Harmonies of #C58BF3
Complementary color
Monochromatic Colors of #C58BF3
Black with #C58BF3
Text Example
Text Example
White with #C58BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BF3; }
p { color: rgb(197,139,243); }
H1.HeaderClassName
{
color: #C58BF3;
}
.AnyTagClassName
{
color: #C58BF3;
}
</style>
background-color css
<style>
a { background-color: #C58BF3; }
a { background-color: rgb(197,139,243); }
div.DivClassName
{
background-color: #C58BF3;
}
.BgClassName
{
background-color: #C58BF3;
}
</style>
border-color css
<style>
span { border-color: #C58BF3; }
span { border-color: rgb(197,139,243); }
td.TdClassName
{
border-color: #C58BF3;
}
.TagClassName
{
border-color: #C58BF3;
}
</style>