Shades of Wisteria #C59CEA
Tints of Wisteria #C59CEA
RGB
CMYK
RGB Variations
Color information
#C59CEA (or 0xC59CEA) is known color: Wisteria. HEX triplet: C5, 9C and EA. RGB value is (197,156,234). Sum of RGB (Red+Green+Blue) = 197+156+234=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #C59CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59CEA is #3A6315. Grayscale: #B0B0B0. Windows color (decimal): -3826454 or 15375557. OLE color: 15375557.
HSL color Cylindrical-coordinate representation of color #C59CEA: hue angle of 271.54º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C59CEA is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 156 | 234 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.08 |
| HSL | 271.54º | 0.65% | 0.76% | - |
| HSV(B) | 271.54º | 0.33% | 0.92% | - |
| XYZ | 49.77 | 41.59 | 83.25 | - |
| YUV | 177.15 | 160.08 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 234 | 0.16 | 0.33 | 0 | 0.08 | 271.54 | 0.65 | 0.76 |
| Hex | C5 | 9C | EA | 10 | 21 | 0 | 8 | 110 | 41 | 4C |
| Octal | 305 | 234 | 352 | 20 | 41 | 0 | 10 | 420 | 101 | 114 |
| Binary | 11000101 | 10011100 | 11101010 | 10000 | 100001 | 0 | 1000 | 100010000 | 1000001 | 1001100 |
Color Harmonies of #C59CEA
Complementary color
Monochromatic Colors of #C59CEA
Black with #C59CEA
Text Example
Text Example
White with #C59CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59CEA; }
p { color: rgb(197,156,234); }
H1.HeaderClassName
{
color: #C59CEA;
}
.AnyTagClassName
{
color: #C59CEA;
}
</style>
background-color css
<style>
a { background-color: #C59CEA; }
a { background-color: rgb(197,156,234); }
div.DivClassName
{
background-color: #C59CEA;
}
.BgClassName
{
background-color: #C59CEA;
}
</style>
border-color css
<style>
span { border-color: #C59CEA; }
span { border-color: rgb(197,156,234); }
td.TdClassName
{
border-color: #C59CEA;
}
.TagClassName
{
border-color: #C59CEA;
}
</style>