Shades of Wisteria #C591E2
Tints of Wisteria #C591E2
RGB
CMYK
RGB Variations
Color information
#C591E2 (or 0xC591E2) is known color: Wisteria. HEX triplet: C5, 91 and E2. RGB value is (197,145,226). Sum of RGB (Red+Green+Blue) = 197+145+226=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 226 - color contains mainly: blue. Hex color #C591E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C591E2 is #3A6E1D. Grayscale: #A9A9A9. Windows color (decimal): -3829278 or 14848453. OLE color: 14848453.
HSL color Cylindrical-coordinate representation of color #C591E2: hue angle of 278.52º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C591E2 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 145 | 226 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.11 |
| HSL | 278.52º | 0.58% | 0.73% | - |
| HSV(B) | 278.52º | 0.36% | 0.89% | - |
| XYZ | 46.88 | 37.61 | 76.74 | - |
| YUV | 169.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 226 | 0.13 | 0.36 | 0 | 0.11 | 278.52 | 0.58 | 0.73 |
| Hex | C5 | 91 | E2 | D | 24 | 0 | B | 117 | 3A | 49 |
| Octal | 305 | 221 | 342 | 15 | 44 | 0 | 13 | 427 | 72 | 111 |
| Binary | 11000101 | 10010001 | 11100010 | 1101 | 100100 | 0 | 1011 | 100010111 | 111010 | 1001001 |
Color Harmonies of #C591E2
Complementary color
Monochromatic Colors of #C591E2
Black with #C591E2
Text Example
Text Example
White with #C591E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C591E2; }
p { color: rgb(197,145,226); }
H1.HeaderClassName
{
color: #C591E2;
}
.AnyTagClassName
{
color: #C591E2;
}
</style>
background-color css
<style>
a { background-color: #C591E2; }
a { background-color: rgb(197,145,226); }
div.DivClassName
{
background-color: #C591E2;
}
.BgClassName
{
background-color: #C591E2;
}
</style>
border-color css
<style>
span { border-color: #C591E2; }
span { border-color: rgb(197,145,226); }
td.TdClassName
{
border-color: #C591E2;
}
.TagClassName
{
border-color: #C591E2;
}
</style>