Shades of Wisteria #C49CDB
Tints of Wisteria #C49CDB
RGB
CMYK
RGB Variations
Color information
#C49CDB (or 0xC49CDB) is known color: Wisteria. HEX triplet: C4, 9C and DB. RGB value is (196,156,219). Sum of RGB (Red+Green+Blue) = 196+156+219=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #C49CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CDB is #3B6324. Grayscale: #AEAEAE. Windows color (decimal): -3892005 or 14392516. OLE color: 14392516.
HSL color Cylindrical-coordinate representation of color #C49CDB: hue angle of 278.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C49CDB is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 156 | 219 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.14 |
| HSL | 278.1º | 0.47% | 0.74% | - |
| HSV(B) | 278.1º | 0.29% | 0.86% | - |
| XYZ | 47.44 | 40.63 | 72.36 | - |
| YUV | 175.14 | 152.75 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 219 | 0.11 | 0.29 | 0 | 0.14 | 278.1 | 0.47 | 0.74 |
| Hex | C4 | 9C | DB | B | 1D | 0 | E | 116 | 2F | 4A |
| Octal | 304 | 234 | 333 | 13 | 35 | 0 | 16 | 426 | 57 | 112 |
| Binary | 11000100 | 10011100 | 11011011 | 1011 | 11101 | 0 | 1110 | 100010110 | 101111 | 1001010 |
Color Harmonies of #C49CDB
Complementary color
Monochromatic Colors of #C49CDB
Black with #C49CDB
Text Example
Text Example
White with #C49CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CDB; }
p { color: rgb(196,156,219); }
H1.HeaderClassName
{
color: #C49CDB;
}
.AnyTagClassName
{
color: #C49CDB;
}
</style>
background-color css
<style>
a { background-color: #C49CDB; }
a { background-color: rgb(196,156,219); }
div.DivClassName
{
background-color: #C49CDB;
}
.BgClassName
{
background-color: #C49CDB;
}
</style>
border-color css
<style>
span { border-color: #C49CDB; }
span { border-color: rgb(196,156,219); }
td.TdClassName
{
border-color: #C49CDB;
}
.TagClassName
{
border-color: #C49CDB;
}
</style>