Shades of Wisteria #C57CE4
Tints of Wisteria #C57CE4
RGB
CMYK
RGB Variations
Color information
#C57CE4 (or 0xC57CE4) is known color: Wisteria. HEX triplet: C5, 7C and E4. RGB value is (197,124,228). Sum of RGB (Red+Green+Blue) = 197+124+228=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #C57CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CE4 is #3A831B. Grayscale: #9D9D9D. Windows color (decimal): -3834652 or 14974149. OLE color: 14974149.
HSL color Cylindrical-coordinate representation of color #C57CE4: hue angle of 282.12º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C57CE4 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 124 | 228 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.11 |
| HSL | 282.12º | 0.66% | 0.69% | - |
| HSV(B) | 282.12º | 0.46% | 0.89% | - |
| XYZ | 44.24 | 31.89 | 77.22 | - |
| YUV | 157.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 228 | 0.14 | 0.46 | 0 | 0.11 | 282.12 | 0.66 | 0.69 |
| Hex | C5 | 7C | E4 | E | 2E | 0 | B | 11A | 42 | 45 |
| Octal | 305 | 174 | 344 | 16 | 56 | 0 | 13 | 432 | 102 | 105 |
| Binary | 11000101 | 1111100 | 11100100 | 1110 | 101110 | 0 | 1011 | 100011010 | 1000010 | 1000101 |
Color Harmonies of #C57CE4
Complementary color
Monochromatic Colors of #C57CE4
Black with #C57CE4
Text Example
Text Example
White with #C57CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CE4; }
p { color: rgb(197,124,228); }
H1.HeaderClassName
{
color: #C57CE4;
}
.AnyTagClassName
{
color: #C57CE4;
}
</style>
background-color css
<style>
a { background-color: #C57CE4; }
a { background-color: rgb(197,124,228); }
div.DivClassName
{
background-color: #C57CE4;
}
.BgClassName
{
background-color: #C57CE4;
}
</style>
border-color css
<style>
span { border-color: #C57CE4; }
span { border-color: rgb(197,124,228); }
td.TdClassName
{
border-color: #C57CE4;
}
.TagClassName
{
border-color: #C57CE4;
}
</style>