Shades of Wisteria #C58EEB
Tints of Wisteria #C58EEB
RGB
CMYK
RGB Variations
Color information
#C58EEB (or 0xC58EEB) is known color: Wisteria. HEX triplet: C5, 8E and EB. RGB value is (197,142,235). Sum of RGB (Red+Green+Blue) = 197+142+235=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #C58EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58EEB is #3A7114. Grayscale: #A8A8A8. Windows color (decimal): -3830037 or 15437509. OLE color: 15437509.
HSL color Cylindrical-coordinate representation of color #C58EEB: hue angle of 275.48º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C58EEB is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 142 | 235 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.08 |
| HSL | 275.48º | 0.7% | 0.74% | - |
| HSV(B) | 275.48º | 0.4% | 0.92% | - |
| XYZ | 47.69 | 37.21 | 83.27 | - |
| YUV | 169.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 235 | 0.16 | 0.40 | 0 | 0.08 | 275.48 | 0.7 | 0.74 |
| Hex | C5 | 8E | EB | 10 | 28 | 0 | 8 | 113 | 46 | 4A |
| Octal | 305 | 216 | 353 | 20 | 50 | 0 | 10 | 423 | 106 | 112 |
| Binary | 11000101 | 10001110 | 11101011 | 10000 | 101000 | 0 | 1000 | 100010011 | 1000110 | 1001010 |
Color Harmonies of #C58EEB
Complementary color
Monochromatic Colors of #C58EEB
Black with #C58EEB
Text Example
Text Example
White with #C58EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58EEB; }
p { color: rgb(197,142,235); }
H1.HeaderClassName
{
color: #C58EEB;
}
.AnyTagClassName
{
color: #C58EEB;
}
</style>
background-color css
<style>
a { background-color: #C58EEB; }
a { background-color: rgb(197,142,235); }
div.DivClassName
{
background-color: #C58EEB;
}
.BgClassName
{
background-color: #C58EEB;
}
</style>
border-color css
<style>
span { border-color: #C58EEB; }
span { border-color: rgb(197,142,235); }
td.TdClassName
{
border-color: #C58EEB;
}
.TagClassName
{
border-color: #C58EEB;
}
</style>