Shades of Wisteria #C57BE3
Tints of Wisteria #C57BE3
RGB
CMYK
RGB Variations
Color information
#C57BE3 (or 0xC57BE3) is known color: Wisteria. HEX triplet: C5, 7B and E3. RGB value is (197,123,227). Sum of RGB (Red+Green+Blue) = 197+123+227=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 227 (89.06% from 255 or 41.50% from 547); Max value from RGB is 227 - color contains mainly: blue. Hex color #C57BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57BE3 is #3A841C. Grayscale: #9C9C9C. Windows color (decimal): -3834909 or 14908357. OLE color: 14908357.
HSL color Cylindrical-coordinate representation of color #C57BE3: hue angle of 282.69º degrees, saturation: 0.65, 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 #C57BE3 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 123 | 227 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.11 |
| HSL | 282.69º | 0.65% | 0.69% | - |
| HSV(B) | 282.69º | 0.46% | 0.89% | - |
| XYZ | 43.97 | 31.58 | 76.45 | - |
| YUV | 156.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 227 | 0.13 | 0.46 | 0 | 0.11 | 282.69 | 0.65 | 0.69 |
| Hex | C5 | 7B | E3 | D | 2E | 0 | B | 11B | 41 | 45 |
| Octal | 305 | 173 | 343 | 15 | 56 | 0 | 13 | 433 | 101 | 105 |
| Binary | 11000101 | 1111011 | 11100011 | 1101 | 101110 | 0 | 1011 | 100011011 | 1000001 | 1000101 |
Color Harmonies of #C57BE3
Complementary color
Monochromatic Colors of #C57BE3
Black with #C57BE3
Text Example
Text Example
White with #C57BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57BE3; }
p { color: rgb(197,123,227); }
H1.HeaderClassName
{
color: #C57BE3;
}
.AnyTagClassName
{
color: #C57BE3;
}
</style>
background-color css
<style>
a { background-color: #C57BE3; }
a { background-color: rgb(197,123,227); }
div.DivClassName
{
background-color: #C57BE3;
}
.BgClassName
{
background-color: #C57BE3;
}
</style>
border-color css
<style>
span { border-color: #C57BE3; }
span { border-color: rgb(197,123,227); }
td.TdClassName
{
border-color: #C57BE3;
}
.TagClassName
{
border-color: #C57BE3;
}
</style>