Shades of Wisteria #C595E3
Tints of Wisteria #C595E3
RGB
CMYK
RGB Variations
Color information
#C595E3 (or 0xC595E3) is known color: Wisteria. HEX triplet: C5, 95 and E3. RGB value is (197,149,227). Sum of RGB (Red+Green+Blue) = 197+149+227=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 227 - color contains mainly: blue. Hex color #C595E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595E3 is #3A6A1C. Grayscale: #ABABAB. Windows color (decimal): -3828253 or 14915013. OLE color: 14915013.
HSL color Cylindrical-coordinate representation of color #C595E3: hue angle of 276.92º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C595E3 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 149 | 227 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.11 |
| HSL | 276.92º | 0.58% | 0.74% | - |
| HSV(B) | 276.92º | 0.34% | 0.89% | - |
| XYZ | 47.64 | 38.91 | 77.67 | - |
| YUV | 172.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 227 | 0.13 | 0.34 | 0 | 0.11 | 276.92 | 0.58 | 0.74 |
| Hex | C5 | 95 | E3 | D | 22 | 0 | B | 115 | 3A | 4A |
| Octal | 305 | 225 | 343 | 15 | 42 | 0 | 13 | 425 | 72 | 112 |
| Binary | 11000101 | 10010101 | 11100011 | 1101 | 100010 | 0 | 1011 | 100010101 | 111010 | 1001010 |
Color Harmonies of #C595E3
Complementary color
Monochromatic Colors of #C595E3
Black with #C595E3
Text Example
Text Example
White with #C595E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C595E3; }
p { color: rgb(197,149,227); }
H1.HeaderClassName
{
color: #C595E3;
}
.AnyTagClassName
{
color: #C595E3;
}
</style>
background-color css
<style>
a { background-color: #C595E3; }
a { background-color: rgb(197,149,227); }
div.DivClassName
{
background-color: #C595E3;
}
.BgClassName
{
background-color: #C595E3;
}
</style>
border-color css
<style>
span { border-color: #C595E3; }
span { border-color: rgb(197,149,227); }
td.TdClassName
{
border-color: #C595E3;
}
.TagClassName
{
border-color: #C595E3;
}
</style>