Shades of Wisteria #C49FDD
Tints of Wisteria #C49FDD
RGB
CMYK
RGB Variations
Color information
#C49FDD (or 0xC49FDD) is known color: Wisteria. HEX triplet: C4, 9F and DD. RGB value is (196,159,221). Sum of RGB (Red+Green+Blue) = 196+159+221=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #C49FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FDD is #3B6022. Grayscale: #B0B0B0. Windows color (decimal): -3891235 or 14524356. OLE color: 14524356.
HSL color Cylindrical-coordinate representation of color #C49FDD: hue angle of 275.81º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C49FDD is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 159 | 221 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.13 |
| HSL | 275.81º | 0.48% | 0.75% | - |
| HSV(B) | 275.81º | 0.28% | 0.87% | - |
| XYZ | 48.21 | 41.75 | 73.92 | - |
| YUV | 177.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 221 | 0.11 | 0.28 | 0 | 0.13 | 275.81 | 0.48 | 0.75 |
| Hex | C4 | 9F | DD | B | 1C | 0 | D | 114 | 30 | 4B |
| Octal | 304 | 237 | 335 | 13 | 34 | 0 | 15 | 424 | 60 | 113 |
| Binary | 11000100 | 10011111 | 11011101 | 1011 | 11100 | 0 | 1101 | 100010100 | 110000 | 1001011 |
Color Harmonies of #C49FDD
Complementary color
Monochromatic Colors of #C49FDD
Black with #C49FDD
Text Example
Text Example
White with #C49FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49FDD; }
p { color: rgb(196,159,221); }
H1.HeaderClassName
{
color: #C49FDD;
}
.AnyTagClassName
{
color: #C49FDD;
}
</style>
background-color css
<style>
a { background-color: #C49FDD; }
a { background-color: rgb(196,159,221); }
div.DivClassName
{
background-color: #C49FDD;
}
.BgClassName
{
background-color: #C49FDD;
}
</style>
border-color css
<style>
span { border-color: #C49FDD; }
span { border-color: rgb(196,159,221); }
td.TdClassName
{
border-color: #C49FDD;
}
.TagClassName
{
border-color: #C49FDD;
}
</style>