Shades of Lilac #C49CCC
Tints of Lilac #C49CCC
RGB
CMYK
RGB Variations
Color information
#C49CCC (or 0xC49CCC) is known color: Lilac. HEX triplet: C4, 9C and CC. RGB value is (196,156,204). Sum of RGB (Red+Green+Blue) = 196+156+204=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #C49CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CCC is #3B6333. Grayscale: #ADADAD. Windows color (decimal): -3892020 or 13409476. OLE color: 13409476.
HSL color Cylindrical-coordinate representation of color #C49CCC: hue angle of 290º degrees, saturation: 0.32, 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 #C49CCC is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 156 | 204 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.2 |
| HSL | 290º | 0.32% | 0.71% | - |
| HSV(B) | 290º | 0.24% | 0.8% | - |
| XYZ | 45.55 | 39.87 | 62.42 | - |
| YUV | 173.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 204 | 0.04 | 0.24 | 0 | 0.2 | 290 | 0.32 | 0.71 |
| Hex | C4 | 9C | CC | 4 | 18 | 0 | 14 | 122 | 20 | 47 |
| Octal | 304 | 234 | 314 | 4 | 30 | 0 | 24 | 442 | 40 | 107 |
| Binary | 11000100 | 10011100 | 11001100 | 100 | 11000 | 0 | 10100 | 100100010 | 100000 | 1000111 |
Color Harmonies of #C49CCC
Complementary color
Monochromatic Colors of #C49CCC
Black with #C49CCC
Text Example
Text Example
White with #C49CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CCC; }
p { color: rgb(196,156,204); }
H1.HeaderClassName
{
color: #C49CCC;
}
.AnyTagClassName
{
color: #C49CCC;
}
</style>
background-color css
<style>
a { background-color: #C49CCC; }
a { background-color: rgb(196,156,204); }
div.DivClassName
{
background-color: #C49CCC;
}
.BgClassName
{
background-color: #C49CCC;
}
</style>
border-color css
<style>
span { border-color: #C49CCC; }
span { border-color: rgb(196,156,204); }
td.TdClassName
{
border-color: #C49CCC;
}
.TagClassName
{
border-color: #C49CCC;
}
</style>