Shades of Wisteria #C57FE5
Tints of Wisteria #C57FE5
RGB
CMYK
RGB Variations
Color information
#C57FE5 (or 0xC57FE5) is known color: Wisteria. HEX triplet: C5, 7F and E5. RGB value is (197,127,229). Sum of RGB (Red+Green+Blue) = 197+127+229=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #C57FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FE5 is #3A801A. Grayscale: #9F9F9F. Windows color (decimal): -3833883 or 15040453. OLE color: 15040453.
HSL color Cylindrical-coordinate representation of color #C57FE5: hue angle of 281.18º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C57FE5 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 127 | 229 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.10 |
| HSL | 281.18º | 0.66% | 0.7% | - |
| HSV(B) | 281.18º | 0.45% | 0.9% | - |
| XYZ | 44.76 | 32.71 | 78.08 | - |
| YUV | 159.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 229 | 0.14 | 0.45 | 0 | 0.10 | 281.18 | 0.66 | 0.7 |
| Hex | C5 | 7F | E5 | E | 2D | 0 | A | 119 | 42 | 46 |
| Octal | 305 | 177 | 345 | 16 | 55 | 0 | 12 | 431 | 102 | 106 |
| Binary | 11000101 | 1111111 | 11100101 | 1110 | 101101 | 0 | 1010 | 100011001 | 1000010 | 1000110 |
Color Harmonies of #C57FE5
Complementary color
Monochromatic Colors of #C57FE5
Black with #C57FE5
Text Example
Text Example
White with #C57FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FE5; }
p { color: rgb(197,127,229); }
H1.HeaderClassName
{
color: #C57FE5;
}
.AnyTagClassName
{
color: #C57FE5;
}
</style>
background-color css
<style>
a { background-color: #C57FE5; }
a { background-color: rgb(197,127,229); }
div.DivClassName
{
background-color: #C57FE5;
}
.BgClassName
{
background-color: #C57FE5;
}
</style>
border-color css
<style>
span { border-color: #C57FE5; }
span { border-color: rgb(197,127,229); }
td.TdClassName
{
border-color: #C57FE5;
}
.TagClassName
{
border-color: #C57FE5;
}
</style>