Shades of Wisteria #C49DD8
Tints of Wisteria #C49DD8
RGB
CMYK
RGB Variations
Color information
#C49DD8 (or 0xC49DD8) is known color: Wisteria. HEX triplet: C4, 9D and D8. RGB value is (196,157,216). Sum of RGB (Red+Green+Blue) = 196+157+216=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 216 - color contains mainly: blue. Hex color #C49DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DD8 is #3B6227. Grayscale: #AFAFAF. Windows color (decimal): -3891752 or 14196164. OLE color: 14196164.
HSL color Cylindrical-coordinate representation of color #C49DD8: hue angle of 279.66º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C49DD8 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 157 | 216 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.15 |
| HSL | 279.66º | 0.43% | 0.73% | - |
| HSV(B) | 279.66º | 0.27% | 0.85% | - |
| XYZ | 47.22 | 40.81 | 70.35 | - |
| YUV | 175.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 216 | 0.09 | 0.27 | 0 | 0.15 | 279.66 | 0.43 | 0.73 |
| Hex | C4 | 9D | D8 | 9 | 1B | 0 | F | 118 | 2B | 49 |
| Octal | 304 | 235 | 330 | 11 | 33 | 0 | 17 | 430 | 53 | 111 |
| Binary | 11000100 | 10011101 | 11011000 | 1001 | 11011 | 0 | 1111 | 100011000 | 101011 | 1001001 |
Color Harmonies of #C49DD8
Complementary color
Monochromatic Colors of #C49DD8
Black with #C49DD8
Text Example
Text Example
White with #C49DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49DD8; }
p { color: rgb(196,157,216); }
H1.HeaderClassName
{
color: #C49DD8;
}
.AnyTagClassName
{
color: #C49DD8;
}
</style>
background-color css
<style>
a { background-color: #C49DD8; }
a { background-color: rgb(196,157,216); }
div.DivClassName
{
background-color: #C49DD8;
}
.BgClassName
{
background-color: #C49DD8;
}
</style>
border-color css
<style>
span { border-color: #C49DD8; }
span { border-color: rgb(196,157,216); }
td.TdClassName
{
border-color: #C49DD8;
}
.TagClassName
{
border-color: #C49DD8;
}
</style>