Shades of Wisteria #C57CE0
Tints of Wisteria #C57CE0
RGB
CMYK
RGB Variations
Color information
#C57CE0 (or 0xC57CE0) is known color: Wisteria. HEX triplet: C5, 7C and E0. RGB value is (197,124,224). Sum of RGB (Red+Green+Blue) = 197+124+224=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #C57CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CE0 is #3A831F. Grayscale: #9C9C9C. Windows color (decimal): -3834656 or 14712005. OLE color: 14712005.
HSL color Cylindrical-coordinate representation of color #C57CE0: hue angle of 283.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C57CE0 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 124 | 224 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.12 |
| HSL | 283.8º | 0.62% | 0.68% | - |
| HSV(B) | 283.8º | 0.45% | 0.88% | - |
| XYZ | 43.69 | 31.67 | 74.33 | - |
| YUV | 157.23 | 165.68 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 224 | 0.12 | 0.45 | 0 | 0.12 | 283.8 | 0.62 | 0.68 |
| Hex | C5 | 7C | E0 | C | 2D | 0 | C | 11C | 3E | 44 |
| Octal | 305 | 174 | 340 | 14 | 55 | 0 | 14 | 434 | 76 | 104 |
| Binary | 11000101 | 1111100 | 11100000 | 1100 | 101101 | 0 | 1100 | 100011100 | 111110 | 1000100 |
Color Harmonies of #C57CE0
Complementary color
Monochromatic Colors of #C57CE0
Black with #C57CE0
Text Example
Text Example
White with #C57CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CE0; }
p { color: rgb(197,124,224); }
H1.HeaderClassName
{
color: #C57CE0;
}
.AnyTagClassName
{
color: #C57CE0;
}
</style>
background-color css
<style>
a { background-color: #C57CE0; }
a { background-color: rgb(197,124,224); }
div.DivClassName
{
background-color: #C57CE0;
}
.BgClassName
{
background-color: #C57CE0;
}
</style>
border-color css
<style>
span { border-color: #C57CE0; }
span { border-color: rgb(197,124,224); }
td.TdClassName
{
border-color: #C57CE0;
}
.TagClassName
{
border-color: #C57CE0;
}
</style>