Shades of Wisteria #C49DDB
Tints of Wisteria #C49DDB
RGB
CMYK
RGB Variations
Color information
#C49DDB (or 0xC49DDB) is known color: Wisteria. HEX triplet: C4, 9D and DB. RGB value is (196,157,219). Sum of RGB (Red+Green+Blue) = 196+157+219=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #C49DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DDB is #3B6224. Grayscale: #AFAFAF. Windows color (decimal): -3891749 or 14392772. OLE color: 14392772.
HSL color Cylindrical-coordinate representation of color #C49DDB: hue angle of 277.74º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C49DDB is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 157 | 219 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.14 |
| HSL | 277.74º | 0.46% | 0.74% | - |
| HSV(B) | 277.74º | 0.28% | 0.86% | - |
| XYZ | 47.61 | 40.96 | 72.42 | - |
| YUV | 175.73 | 152.42 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 219 | 0.11 | 0.28 | 0 | 0.14 | 277.74 | 0.46 | 0.74 |
| Hex | C4 | 9D | DB | B | 1C | 0 | E | 116 | 2E | 4A |
| Octal | 304 | 235 | 333 | 13 | 34 | 0 | 16 | 426 | 56 | 112 |
| Binary | 11000100 | 10011101 | 11011011 | 1011 | 11100 | 0 | 1110 | 100010110 | 101110 | 1001010 |
Color Harmonies of #C49DDB
Complementary color
Monochromatic Colors of #C49DDB
Black with #C49DDB
Text Example
Text Example
White with #C49DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49DDB; }
p { color: rgb(196,157,219); }
H1.HeaderClassName
{
color: #C49DDB;
}
.AnyTagClassName
{
color: #C49DDB;
}
</style>
background-color css
<style>
a { background-color: #C49DDB; }
a { background-color: rgb(196,157,219); }
div.DivClassName
{
background-color: #C49DDB;
}
.BgClassName
{
background-color: #C49DDB;
}
</style>
border-color css
<style>
span { border-color: #C49DDB; }
span { border-color: rgb(196,157,219); }
td.TdClassName
{
border-color: #C49DDB;
}
.TagClassName
{
border-color: #C49DDB;
}
</style>