Shades of Lilac #C49CCD
Tints of Lilac #C49CCD
RGB
CMYK
RGB Variations
Color information
#C49CCD (or 0xC49CCD) is known color: Lilac. HEX triplet: C4, 9C and CD. RGB value is (196,156,205). Sum of RGB (Red+Green+Blue) = 196+156+205=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #C49CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CCD is #3B6332. Grayscale: #ADADAD. Windows color (decimal): -3892019 or 13475012. OLE color: 13475012.
HSL color Cylindrical-coordinate representation of color #C49CCD: hue angle of 288.98º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C49CCD is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 156 | 205 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.20 |
| HSL | 288.98º | 0.33% | 0.71% | - |
| HSV(B) | 288.98º | 0.24% | 0.8% | - |
| XYZ | 45.67 | 39.92 | 63.06 | - |
| YUV | 173.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 205 | 0.04 | 0.24 | 0 | 0.20 | 288.98 | 0.33 | 0.71 |
| Hex | C4 | 9C | CD | 4 | 18 | 0 | 14 | 121 | 21 | 47 |
| Octal | 304 | 234 | 315 | 4 | 30 | 0 | 24 | 441 | 41 | 107 |
| Binary | 11000100 | 10011100 | 11001101 | 100 | 11000 | 0 | 10100 | 100100001 | 100001 | 1000111 |
Color Harmonies of #C49CCD
Complementary color
Monochromatic Colors of #C49CCD
Black with #C49CCD
Text Example
Text Example
White with #C49CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CCD; }
p { color: rgb(196,156,205); }
H1.HeaderClassName
{
color: #C49CCD;
}
.AnyTagClassName
{
color: #C49CCD;
}
</style>
background-color css
<style>
a { background-color: #C49CCD; }
a { background-color: rgb(196,156,205); }
div.DivClassName
{
background-color: #C49CCD;
}
.BgClassName
{
background-color: #C49CCD;
}
</style>
border-color css
<style>
span { border-color: #C49CCD; }
span { border-color: rgb(196,156,205); }
td.TdClassName
{
border-color: #C49CCD;
}
.TagClassName
{
border-color: #C49CCD;
}
</style>