Shades of Lilac #C49FCC
Tints of Lilac #C49FCC
RGB
CMYK
RGB Variations
Color information
#C49FCC (or 0xC49FCC) is known color: Lilac. HEX triplet: C4, 9F and CC. RGB value is (196,159,204). Sum of RGB (Red+Green+Blue) = 196+159+204=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #C49FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FCC is #3B6033. Grayscale: #AFAFAF. Windows color (decimal): -3891252 or 13410244. OLE color: 13410244.
HSL color Cylindrical-coordinate representation of color #C49FCC: hue angle of 289.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C49FCC is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 159 | 204 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.2 |
| HSL | 289.33º | 0.31% | 0.71% | - |
| HSV(B) | 289.33º | 0.22% | 0.8% | - |
| XYZ | 46.06 | 40.89 | 62.59 | - |
| YUV | 175.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 204 | 0.04 | 0.22 | 0 | 0.2 | 289.33 | 0.31 | 0.71 |
| Hex | C4 | 9F | CC | 4 | 16 | 0 | 14 | 121 | 1F | 47 |
| Octal | 304 | 237 | 314 | 4 | 26 | 0 | 24 | 441 | 37 | 107 |
| Binary | 11000100 | 10011111 | 11001100 | 100 | 10110 | 0 | 10100 | 100100001 | 11111 | 1000111 |
Color Harmonies of #C49FCC
Complementary color
Monochromatic Colors of #C49FCC
Black with #C49FCC
Text Example
Text Example
White with #C49FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49FCC; }
p { color: rgb(196,159,204); }
H1.HeaderClassName
{
color: #C49FCC;
}
.AnyTagClassName
{
color: #C49FCC;
}
</style>
background-color css
<style>
a { background-color: #C49FCC; }
a { background-color: rgb(196,159,204); }
div.DivClassName
{
background-color: #C49FCC;
}
.BgClassName
{
background-color: #C49FCC;
}
</style>
border-color css
<style>
span { border-color: #C49FCC; }
span { border-color: rgb(196,159,204); }
td.TdClassName
{
border-color: #C49FCC;
}
.TagClassName
{
border-color: #C49FCC;
}
</style>