Shades of Wisteria #C57EE6
Tints of Wisteria #C57EE6
RGB
CMYK
RGB Variations
Color information
#C57EE6 (or 0xC57EE6) is known color: Wisteria. HEX triplet: C5, 7E and E6. RGB value is (197,126,230). Sum of RGB (Red+Green+Blue) = 197+126+230=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #C57EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57EE6 is #3A8119. Grayscale: #9E9E9E. Windows color (decimal): -3834138 or 15105733. OLE color: 15105733.
HSL color Cylindrical-coordinate representation of color #C57EE6: hue angle of 280.96º degrees, saturation: 0.68, 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 #C57EE6 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 126 | 230 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.10 |
| HSL | 280.96º | 0.68% | 0.7% | - |
| HSV(B) | 280.96º | 0.45% | 0.9% | - |
| XYZ | 44.77 | 32.51 | 78.78 | - |
| YUV | 159.09 | 168.02 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 230 | 0.14 | 0.45 | 0 | 0.10 | 280.96 | 0.68 | 0.7 |
| Hex | C5 | 7E | E6 | E | 2D | 0 | A | 119 | 44 | 46 |
| Octal | 305 | 176 | 346 | 16 | 55 | 0 | 12 | 431 | 104 | 106 |
| Binary | 11000101 | 1111110 | 11100110 | 1110 | 101101 | 0 | 1010 | 100011001 | 1000100 | 1000110 |
Color Harmonies of #C57EE6
Complementary color
Monochromatic Colors of #C57EE6
Black with #C57EE6
Text Example
Text Example
White with #C57EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57EE6; }
p { color: rgb(197,126,230); }
H1.HeaderClassName
{
color: #C57EE6;
}
.AnyTagClassName
{
color: #C57EE6;
}
</style>
background-color css
<style>
a { background-color: #C57EE6; }
a { background-color: rgb(197,126,230); }
div.DivClassName
{
background-color: #C57EE6;
}
.BgClassName
{
background-color: #C57EE6;
}
</style>
border-color css
<style>
span { border-color: #C57EE6; }
span { border-color: rgb(197,126,230); }
td.TdClassName
{
border-color: #C57EE6;
}
.TagClassName
{
border-color: #C57EE6;
}
</style>