Shades of Wisteria #C58AE6
Tints of Wisteria #C58AE6
RGB
CMYK
RGB Variations
Color information
#C58AE6 (or 0xC58AE6) is known color: Wisteria. HEX triplet: C5, 8A and E6. RGB value is (197,138,230). Sum of RGB (Red+Green+Blue) = 197+138+230=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #C58AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58AE6 is #3A7519. Grayscale: #A5A5A5. Windows color (decimal): -3831066 or 15108805. OLE color: 15108805.
HSL color Cylindrical-coordinate representation of color #C58AE6: hue angle of 278.48º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C58AE6 is Cyan = 0.14, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 138 | 230 | - |
| CMYK | 0.14 | 0.4 | 0 | 0.10 |
| HSL | 278.48º | 0.65% | 0.72% | - |
| HSV(B) | 278.48º | 0.4% | 0.9% | - |
| XYZ | 46.4 | 35.76 | 79.32 | - |
| YUV | 166.13 | 164.05 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 230 | 0.14 | 0.4 | 0 | 0.10 | 278.48 | 0.65 | 0.72 |
| Hex | C5 | 8A | E6 | E | 28 | 0 | A | 116 | 41 | 48 |
| Octal | 305 | 212 | 346 | 16 | 50 | 0 | 12 | 426 | 101 | 110 |
| Binary | 11000101 | 10001010 | 11100110 | 1110 | 101000 | 0 | 1010 | 100010110 | 1000001 | 1001000 |
Color Harmonies of #C58AE6
Complementary color
Monochromatic Colors of #C58AE6
Black with #C58AE6
Text Example
Text Example
White with #C58AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58AE6; }
p { color: rgb(197,138,230); }
H1.HeaderClassName
{
color: #C58AE6;
}
.AnyTagClassName
{
color: #C58AE6;
}
</style>
background-color css
<style>
a { background-color: #C58AE6; }
a { background-color: rgb(197,138,230); }
div.DivClassName
{
background-color: #C58AE6;
}
.BgClassName
{
background-color: #C58AE6;
}
</style>
border-color css
<style>
span { border-color: #C58AE6; }
span { border-color: rgb(197,138,230); }
td.TdClassName
{
border-color: #C58AE6;
}
.TagClassName
{
border-color: #C58AE6;
}
</style>