Shades of Wisteria #C57FE1
Tints of Wisteria #C57FE1
RGB
CMYK
RGB Variations
Color information
#C57FE1 (or 0xC57FE1) is known color: Wisteria. HEX triplet: C5, 7F and E1. RGB value is (197,127,225). Sum of RGB (Red+Green+Blue) = 197+127+225=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #C57FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FE1 is #3A801E. Grayscale: #9E9E9E. Windows color (decimal): -3833887 or 14778309. OLE color: 14778309.
HSL color Cylindrical-coordinate representation of color #C57FE1: hue angle of 282.86º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C57FE1 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 127 | 225 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.12 |
| HSL | 282.86º | 0.62% | 0.69% | - |
| HSV(B) | 282.86º | 0.44% | 0.88% | - |
| XYZ | 44.21 | 32.49 | 75.17 | - |
| YUV | 159.1 | 165.19 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 225 | 0.12 | 0.44 | 0 | 0.12 | 282.86 | 0.62 | 0.69 |
| Hex | C5 | 7F | E1 | C | 2C | 0 | C | 11B | 3E | 45 |
| Octal | 305 | 177 | 341 | 14 | 54 | 0 | 14 | 433 | 76 | 105 |
| Binary | 11000101 | 1111111 | 11100001 | 1100 | 101100 | 0 | 1100 | 100011011 | 111110 | 1000101 |
Color Harmonies of #C57FE1
Complementary color
Monochromatic Colors of #C57FE1
Black with #C57FE1
Text Example
Text Example
White with #C57FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FE1; }
p { color: rgb(197,127,225); }
H1.HeaderClassName
{
color: #C57FE1;
}
.AnyTagClassName
{
color: #C57FE1;
}
</style>
background-color css
<style>
a { background-color: #C57FE1; }
a { background-color: rgb(197,127,225); }
div.DivClassName
{
background-color: #C57FE1;
}
.BgClassName
{
background-color: #C57FE1;
}
</style>
border-color css
<style>
span { border-color: #C57FE1; }
span { border-color: rgb(197,127,225); }
td.TdClassName
{
border-color: #C57FE1;
}
.TagClassName
{
border-color: #C57FE1;
}
</style>