Shades of Wisteria #C57EE7
Tints of Wisteria #C57EE7
RGB
CMYK
RGB Variations
Color information
#C57EE7 (or 0xC57EE7) is known color: Wisteria. HEX triplet: C5, 7E and E7. RGB value is (197,126,231). Sum of RGB (Red+Green+Blue) = 197+126+231=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #C57EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57EE7 is #3A8118. Grayscale: #9E9E9E. Windows color (decimal): -3834137 or 15171269. OLE color: 15171269.
HSL color Cylindrical-coordinate representation of color #C57EE7: hue angle of 280.57º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C57EE7 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 126 | 231 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.09 |
| HSL | 280.57º | 0.69% | 0.7% | - |
| HSV(B) | 280.57º | 0.45% | 0.91% | - |
| XYZ | 44.91 | 32.56 | 79.52 | - |
| YUV | 159.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 231 | 0.15 | 0.45 | 0 | 0.09 | 280.57 | 0.69 | 0.7 |
| Hex | C5 | 7E | E7 | F | 2D | 0 | 9 | 119 | 45 | 46 |
| Octal | 305 | 176 | 347 | 17 | 55 | 0 | 11 | 431 | 105 | 106 |
| Binary | 11000101 | 1111110 | 11100111 | 1111 | 101101 | 0 | 1001 | 100011001 | 1000101 | 1000110 |
Color Harmonies of #C57EE7
Complementary color
Monochromatic Colors of #C57EE7
Black with #C57EE7
Text Example
Text Example
White with #C57EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57EE7; }
p { color: rgb(197,126,231); }
H1.HeaderClassName
{
color: #C57EE7;
}
.AnyTagClassName
{
color: #C57EE7;
}
</style>
background-color css
<style>
a { background-color: #C57EE7; }
a { background-color: rgb(197,126,231); }
div.DivClassName
{
background-color: #C57EE7;
}
.BgClassName
{
background-color: #C57EE7;
}
</style>
border-color css
<style>
span { border-color: #C57EE7; }
span { border-color: rgb(197,126,231); }
td.TdClassName
{
border-color: #C57EE7;
}
.TagClassName
{
border-color: #C57EE7;
}
</style>