Shades of Wisteria #C59CE0
Tints of Wisteria #C59CE0
RGB
CMYK
RGB Variations
Color information
#C59CE0 (or 0xC59CE0) is known color: Wisteria. HEX triplet: C5, 9C and E0. RGB value is (197,156,224). Sum of RGB (Red+Green+Blue) = 197+156+224=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #C59CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59CE0 is #3A631F. Grayscale: #AFAFAF. Windows color (decimal): -3826464 or 14720197. OLE color: 14720197.
HSL color Cylindrical-coordinate representation of color #C59CE0: hue angle of 276.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C59CE0 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 156 | 224 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.12 |
| HSL | 276.18º | 0.52% | 0.75% | - |
| HSV(B) | 276.18º | 0.3% | 0.88% | - |
| XYZ | 48.37 | 41.03 | 75.89 | - |
| YUV | 176.01 | 155.08 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 224 | 0.12 | 0.30 | 0 | 0.12 | 276.18 | 0.52 | 0.75 |
| Hex | C5 | 9C | E0 | C | 1E | 0 | C | 114 | 34 | 4B |
| Octal | 305 | 234 | 340 | 14 | 36 | 0 | 14 | 424 | 64 | 113 |
| Binary | 11000101 | 10011100 | 11100000 | 1100 | 11110 | 0 | 1100 | 100010100 | 110100 | 1001011 |
Color Harmonies of #C59CE0
Complementary color
Monochromatic Colors of #C59CE0
Black with #C59CE0
Text Example
Text Example
White with #C59CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59CE0; }
p { color: rgb(197,156,224); }
H1.HeaderClassName
{
color: #C59CE0;
}
.AnyTagClassName
{
color: #C59CE0;
}
</style>
background-color css
<style>
a { background-color: #C59CE0; }
a { background-color: rgb(197,156,224); }
div.DivClassName
{
background-color: #C59CE0;
}
.BgClassName
{
background-color: #C59CE0;
}
</style>
border-color css
<style>
span { border-color: #C59CE0; }
span { border-color: rgb(197,156,224); }
td.TdClassName
{
border-color: #C59CE0;
}
.TagClassName
{
border-color: #C59CE0;
}
</style>