Shades of Wisteria #C49DD9
Tints of Wisteria #C49DD9
RGB
CMYK
RGB Variations
Color information
#C49DD9 (or 0xC49DD9) is known color: Wisteria. HEX triplet: C4, 9D and D9. RGB value is (196,157,217). Sum of RGB (Red+Green+Blue) = 196+157+217=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #C49DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DD9 is #3B6226. Grayscale: #AFAFAF. Windows color (decimal): -3891751 or 14261700. OLE color: 14261700.
HSL color Cylindrical-coordinate representation of color #C49DD9: hue angle of 279º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C49DD9 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 157 | 217 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.15 |
| HSL | 279º | 0.44% | 0.73% | - |
| HSV(B) | 279º | 0.28% | 0.85% | - |
| XYZ | 47.35 | 40.86 | 71.04 | - |
| YUV | 175.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 217 | 0.10 | 0.28 | 0 | 0.15 | 279 | 0.44 | 0.73 |
| Hex | C4 | 9D | D9 | A | 1C | 0 | F | 117 | 2C | 49 |
| Octal | 304 | 235 | 331 | 12 | 34 | 0 | 17 | 427 | 54 | 111 |
| Binary | 11000100 | 10011101 | 11011001 | 1010 | 11100 | 0 | 1111 | 100010111 | 101100 | 1001001 |
Color Harmonies of #C49DD9
Complementary color
Monochromatic Colors of #C49DD9
Black with #C49DD9
Text Example
Text Example
White with #C49DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49DD9; }
p { color: rgb(196,157,217); }
H1.HeaderClassName
{
color: #C49DD9;
}
.AnyTagClassName
{
color: #C49DD9;
}
</style>
background-color css
<style>
a { background-color: #C49DD9; }
a { background-color: rgb(196,157,217); }
div.DivClassName
{
background-color: #C49DD9;
}
.BgClassName
{
background-color: #C49DD9;
}
</style>
border-color css
<style>
span { border-color: #C49DD9; }
span { border-color: rgb(196,157,217); }
td.TdClassName
{
border-color: #C49DD9;
}
.TagClassName
{
border-color: #C49DD9;
}
</style>