Shades of Wisteria #C58AE0
Tints of Wisteria #C58AE0
RGB
CMYK
RGB Variations
Color information
#C58AE0 (or 0xC58AE0) is known color: Wisteria. HEX triplet: C5, 8A and E0. RGB value is (197,138,224). Sum of RGB (Red+Green+Blue) = 197+138+224=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #C58AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58AE0 is #3A751F. Grayscale: #A5A5A5. Windows color (decimal): -3831072 or 14715589. OLE color: 14715589.
HSL color Cylindrical-coordinate representation of color #C58AE0: hue angle of 281.16º 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 #C58AE0 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 138 | 224 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.12 |
| HSL | 281.16º | 0.58% | 0.71% | - |
| HSV(B) | 281.16º | 0.38% | 0.88% | - |
| XYZ | 45.57 | 35.43 | 74.96 | - |
| YUV | 165.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 224 | 0.12 | 0.38 | 0 | 0.12 | 281.16 | 0.58 | 0.71 |
| Hex | C5 | 8A | E0 | C | 26 | 0 | C | 119 | 3A | 47 |
| Octal | 305 | 212 | 340 | 14 | 46 | 0 | 14 | 431 | 72 | 107 |
| Binary | 11000101 | 10001010 | 11100000 | 1100 | 100110 | 0 | 1100 | 100011001 | 111010 | 1000111 |
Color Harmonies of #C58AE0
Complementary color
Monochromatic Colors of #C58AE0
Black with #C58AE0
Text Example
Text Example
White with #C58AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58AE0; }
p { color: rgb(197,138,224); }
H1.HeaderClassName
{
color: #C58AE0;
}
.AnyTagClassName
{
color: #C58AE0;
}
</style>
background-color css
<style>
a { background-color: #C58AE0; }
a { background-color: rgb(197,138,224); }
div.DivClassName
{
background-color: #C58AE0;
}
.BgClassName
{
background-color: #C58AE0;
}
</style>
border-color css
<style>
span { border-color: #C58AE0; }
span { border-color: rgb(197,138,224); }
td.TdClassName
{
border-color: #C58AE0;
}
.TagClassName
{
border-color: #C58AE0;
}
</style>