Shades of Wisteria #C49EE2
Tints of Wisteria #C49EE2
RGB
CMYK
RGB Variations
Color information
#C49EE2 (or 0xC49EE2) is known color: Wisteria. HEX triplet: C4, 9E and E2. RGB value is (196,158,226). Sum of RGB (Red+Green+Blue) = 196+158+226=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 226 - color contains mainly: blue. Hex color #C49EE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EE2 is #3B611D. Grayscale: #B0B0B0. Windows color (decimal): -3891486 or 14851780. OLE color: 14851780.
HSL color Cylindrical-coordinate representation of color #C49EE2: hue angle of 273.53º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C49EE2 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 158 | 226 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.11 |
| HSL | 273.53º | 0.54% | 0.75% | - |
| HSV(B) | 273.53º | 0.3% | 0.89% | - |
| XYZ | 48.72 | 41.68 | 77.43 | - |
| YUV | 177.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 226 | 0.13 | 0.30 | 0 | 0.11 | 273.53 | 0.54 | 0.75 |
| Hex | C4 | 9E | E2 | D | 1E | 0 | B | 112 | 36 | 4B |
| Octal | 304 | 236 | 342 | 15 | 36 | 0 | 13 | 422 | 66 | 113 |
| Binary | 11000100 | 10011110 | 11100010 | 1101 | 11110 | 0 | 1011 | 100010010 | 110110 | 1001011 |
Color Harmonies of #C49EE2
Complementary color
Monochromatic Colors of #C49EE2
Black with #C49EE2
Text Example
Text Example
White with #C49EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49EE2; }
p { color: rgb(196,158,226); }
H1.HeaderClassName
{
color: #C49EE2;
}
.AnyTagClassName
{
color: #C49EE2;
}
</style>
background-color css
<style>
a { background-color: #C49EE2; }
a { background-color: rgb(196,158,226); }
div.DivClassName
{
background-color: #C49EE2;
}
.BgClassName
{
background-color: #C49EE2;
}
</style>
border-color css
<style>
span { border-color: #C49EE2; }
span { border-color: rgb(196,158,226); }
td.TdClassName
{
border-color: #C49EE2;
}
.TagClassName
{
border-color: #C49EE2;
}
</style>