Shades of Wisteria #C595E1
Tints of Wisteria #C595E1
RGB
CMYK
RGB Variations
Color information
#C595E1 (or 0xC595E1) is known color: Wisteria. HEX triplet: C5, 95 and E1. RGB value is (197,149,225). Sum of RGB (Red+Green+Blue) = 197+149+225=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: blue. Hex color #C595E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595E1 is #3A6A1E. Grayscale: #ABABAB. Windows color (decimal): -3828255 or 14783941. OLE color: 14783941.
HSL color Cylindrical-coordinate representation of color #C595E1: hue angle of 277.89º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C595E1 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 149 | 225 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.12 |
| HSL | 277.89º | 0.56% | 0.73% | - |
| HSV(B) | 277.89º | 0.34% | 0.88% | - |
| XYZ | 47.36 | 38.8 | 76.23 | - |
| YUV | 172.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 225 | 0.12 | 0.34 | 0 | 0.12 | 277.89 | 0.56 | 0.73 |
| Hex | C5 | 95 | E1 | C | 22 | 0 | C | 116 | 38 | 49 |
| Octal | 305 | 225 | 341 | 14 | 42 | 0 | 14 | 426 | 70 | 111 |
| Binary | 11000101 | 10010101 | 11100001 | 1100 | 100010 | 0 | 1100 | 100010110 | 111000 | 1001001 |
Color Harmonies of #C595E1
Complementary color
Monochromatic Colors of #C595E1
Black with #C595E1
Text Example
Text Example
White with #C595E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C595E1; }
p { color: rgb(197,149,225); }
H1.HeaderClassName
{
color: #C595E1;
}
.AnyTagClassName
{
color: #C595E1;
}
</style>
background-color css
<style>
a { background-color: #C595E1; }
a { background-color: rgb(197,149,225); }
div.DivClassName
{
background-color: #C595E1;
}
.BgClassName
{
background-color: #C595E1;
}
</style>
border-color css
<style>
span { border-color: #C595E1; }
span { border-color: rgb(197,149,225); }
td.TdClassName
{
border-color: #C595E1;
}
.TagClassName
{
border-color: #C595E1;
}
</style>