Shades of Wisteria #C59BEA
Tints of Wisteria #C59BEA
RGB
CMYK
RGB Variations
Color information
#C59BEA (or 0xC59BEA) is known color: Wisteria. HEX triplet: C5, 9B and EA. RGB value is (197,155,234). Sum of RGB (Red+Green+Blue) = 197+155+234=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #C59BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59BEA is #3A6415. Grayscale: #B0B0B0. Windows color (decimal): -3826710 or 15375301. OLE color: 15375301.
HSL color Cylindrical-coordinate representation of color #C59BEA: hue angle of 271.9º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C59BEA is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 155 | 234 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.08 |
| HSL | 271.9º | 0.65% | 0.76% | - |
| HSV(B) | 271.9º | 0.34% | 0.92% | - |
| XYZ | 49.6 | 41.25 | 83.19 | - |
| YUV | 176.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 234 | 0.16 | 0.34 | 0 | 0.08 | 271.9 | 0.65 | 0.76 |
| Hex | C5 | 9B | EA | 10 | 22 | 0 | 8 | 110 | 41 | 4C |
| Octal | 305 | 233 | 352 | 20 | 42 | 0 | 10 | 420 | 101 | 114 |
| Binary | 11000101 | 10011011 | 11101010 | 10000 | 100010 | 0 | 1000 | 100010000 | 1000001 | 1001100 |
Color Harmonies of #C59BEA
Complementary color
Monochromatic Colors of #C59BEA
Black with #C59BEA
Text Example
Text Example
White with #C59BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BEA; }
p { color: rgb(197,155,234); }
H1.HeaderClassName
{
color: #C59BEA;
}
.AnyTagClassName
{
color: #C59BEA;
}
</style>
background-color css
<style>
a { background-color: #C59BEA; }
a { background-color: rgb(197,155,234); }
div.DivClassName
{
background-color: #C59BEA;
}
.BgClassName
{
background-color: #C59BEA;
}
</style>
border-color css
<style>
span { border-color: #C59BEA; }
span { border-color: rgb(197,155,234); }
td.TdClassName
{
border-color: #C59BEA;
}
.TagClassName
{
border-color: #C59BEA;
}
</style>