Shades of Wisteria #C58BE0
Tints of Wisteria #C58BE0
RGB
CMYK
RGB Variations
Color information
#C58BE0 (or 0xC58BE0) is known color: Wisteria. HEX triplet: C5, 8B and E0. RGB value is (197,139,224). Sum of RGB (Red+Green+Blue) = 197+139+224=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #C58BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BE0 is #3A741F. Grayscale: #A5A5A5. Windows color (decimal): -3830816 or 14715845. OLE color: 14715845.
HSL color Cylindrical-coordinate representation of color #C58BE0: hue angle of 280.94º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C58BE0 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 139 | 224 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.12 |
| HSL | 280.94º | 0.58% | 0.71% | - |
| HSV(B) | 280.94º | 0.38% | 0.88% | - |
| XYZ | 45.71 | 35.72 | 75.01 | - |
| YUV | 166.03 | 160.72 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 224 | 0.12 | 0.38 | 0 | 0.12 | 280.94 | 0.58 | 0.71 |
| Hex | C5 | 8B | E0 | C | 26 | 0 | C | 119 | 3A | 47 |
| Octal | 305 | 213 | 340 | 14 | 46 | 0 | 14 | 431 | 72 | 107 |
| Binary | 11000101 | 10001011 | 11100000 | 1100 | 100110 | 0 | 1100 | 100011001 | 111010 | 1000111 |
Color Harmonies of #C58BE0
Complementary color
Monochromatic Colors of #C58BE0
Black with #C58BE0
Text Example
Text Example
White with #C58BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BE0; }
p { color: rgb(197,139,224); }
H1.HeaderClassName
{
color: #C58BE0;
}
.AnyTagClassName
{
color: #C58BE0;
}
</style>
background-color css
<style>
a { background-color: #C58BE0; }
a { background-color: rgb(197,139,224); }
div.DivClassName
{
background-color: #C58BE0;
}
.BgClassName
{
background-color: #C58BE0;
}
</style>
border-color css
<style>
span { border-color: #C58BE0; }
span { border-color: rgb(197,139,224); }
td.TdClassName
{
border-color: #C58BE0;
}
.TagClassName
{
border-color: #C58BE0;
}
</style>