Shades of Wisteria #C49FDB
Tints of Wisteria #C49FDB
RGB
CMYK
RGB Variations
Color information
#C49FDB (or 0xC49FDB) is known color: Wisteria. HEX triplet: C4, 9F and DB. RGB value is (196,159,219). Sum of RGB (Red+Green+Blue) = 196+159+219=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #C49FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FDB is #3B6024. Grayscale: #B0B0B0. Windows color (decimal): -3891237 or 14393284. OLE color: 14393284.
HSL color Cylindrical-coordinate representation of color #C49FDB: hue angle of 277º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C49FDB is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 159 | 219 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.14 |
| HSL | 277º | 0.45% | 0.74% | - |
| HSV(B) | 277º | 0.27% | 0.86% | - |
| XYZ | 47.95 | 41.65 | 72.53 | - |
| YUV | 176.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 219 | 0.11 | 0.27 | 0 | 0.14 | 277 | 0.45 | 0.74 |
| Hex | C4 | 9F | DB | B | 1B | 0 | E | 115 | 2D | 4A |
| Octal | 304 | 237 | 333 | 13 | 33 | 0 | 16 | 425 | 55 | 112 |
| Binary | 11000100 | 10011111 | 11011011 | 1011 | 11011 | 0 | 1110 | 100010101 | 101101 | 1001010 |
Color Harmonies of #C49FDB
Complementary color
Monochromatic Colors of #C49FDB
Black with #C49FDB
Text Example
Text Example
White with #C49FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49FDB; }
p { color: rgb(196,159,219); }
H1.HeaderClassName
{
color: #C49FDB;
}
.AnyTagClassName
{
color: #C49FDB;
}
</style>
background-color css
<style>
a { background-color: #C49FDB; }
a { background-color: rgb(196,159,219); }
div.DivClassName
{
background-color: #C49FDB;
}
.BgClassName
{
background-color: #C49FDB;
}
</style>
border-color css
<style>
span { border-color: #C49FDB; }
span { border-color: rgb(196,159,219); }
td.TdClassName
{
border-color: #C49FDB;
}
.TagClassName
{
border-color: #C49FDB;
}
</style>