Shades of Wisteria #C49EDD
Tints of Wisteria #C49EDD
RGB
CMYK
RGB Variations
Color information
#C49EDD (or 0xC49EDD) is known color: Wisteria. HEX triplet: C4, 9E and DD. RGB value is (196,158,221). Sum of RGB (Red+Green+Blue) = 196+158+221=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #C49EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EDD is #3B6122. Grayscale: #B0B0B0. Windows color (decimal): -3891491 or 14524100. OLE color: 14524100.
HSL color Cylindrical-coordinate representation of color #C49EDD: hue angle of 276.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C49EDD is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 158 | 221 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.13 |
| HSL | 276.19º | 0.48% | 0.74% | - |
| HSV(B) | 276.19º | 0.29% | 0.87% | - |
| XYZ | 48.04 | 41.41 | 73.87 | - |
| YUV | 176.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 221 | 0.11 | 0.29 | 0 | 0.13 | 276.19 | 0.48 | 0.74 |
| Hex | C4 | 9E | DD | B | 1D | 0 | D | 114 | 30 | 4A |
| Octal | 304 | 236 | 335 | 13 | 35 | 0 | 15 | 424 | 60 | 112 |
| Binary | 11000100 | 10011110 | 11011101 | 1011 | 11101 | 0 | 1101 | 100010100 | 110000 | 1001010 |
Color Harmonies of #C49EDD
Complementary color
Monochromatic Colors of #C49EDD
Black with #C49EDD
Text Example
Text Example
White with #C49EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49EDD; }
p { color: rgb(196,158,221); }
H1.HeaderClassName
{
color: #C49EDD;
}
.AnyTagClassName
{
color: #C49EDD;
}
</style>
background-color css
<style>
a { background-color: #C49EDD; }
a { background-color: rgb(196,158,221); }
div.DivClassName
{
background-color: #C49EDD;
}
.BgClassName
{
background-color: #C49EDD;
}
</style>
border-color css
<style>
span { border-color: #C49EDD; }
span { border-color: rgb(196,158,221); }
td.TdClassName
{
border-color: #C49EDD;
}
.TagClassName
{
border-color: #C49EDD;
}
</style>