Shades of Wisteria #C49EE0
Tints of Wisteria #C49EE0
RGB
CMYK
RGB Variations
Color information
#C49EE0 (or 0xC49EE0) is known color: Wisteria. HEX triplet: C4, 9E and E0. RGB value is (196,158,224). Sum of RGB (Red+Green+Blue) = 196+158+224=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #C49EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EE0 is #3B611F. Grayscale: #B0B0B0. Windows color (decimal): -3891488 or 14720708. OLE color: 14720708.
HSL color Cylindrical-coordinate representation of color #C49EE0: hue angle of 274.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C49EE0 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 158 | 224 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.12 |
| HSL | 274.55º | 0.52% | 0.75% | - |
| HSV(B) | 274.55º | 0.29% | 0.88% | - |
| XYZ | 48.45 | 41.57 | 75.99 | - |
| YUV | 176.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 224 | 0.12 | 0.29 | 0 | 0.12 | 274.55 | 0.52 | 0.75 |
| Hex | C4 | 9E | E0 | C | 1D | 0 | C | 113 | 34 | 4B |
| Octal | 304 | 236 | 340 | 14 | 35 | 0 | 14 | 423 | 64 | 113 |
| Binary | 11000100 | 10011110 | 11100000 | 1100 | 11101 | 0 | 1100 | 100010011 | 110100 | 1001011 |
Color Harmonies of #C49EE0
Complementary color
Monochromatic Colors of #C49EE0
Black with #C49EE0
Text Example
Text Example
White with #C49EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49EE0; }
p { color: rgb(196,158,224); }
H1.HeaderClassName
{
color: #C49EE0;
}
.AnyTagClassName
{
color: #C49EE0;
}
</style>
background-color css
<style>
a { background-color: #C49EE0; }
a { background-color: rgb(196,158,224); }
div.DivClassName
{
background-color: #C49EE0;
}
.BgClassName
{
background-color: #C49EE0;
}
</style>
border-color css
<style>
span { border-color: #C49EE0; }
span { border-color: rgb(196,158,224); }
td.TdClassName
{
border-color: #C49EE0;
}
.TagClassName
{
border-color: #C49EE0;
}
</style>