Shades of Lilac #C499CC
Tints of Lilac #C499CC
RGB
CMYK
RGB Variations
Color information
#C499CC (or 0xC499CC) is known color: Lilac. HEX triplet: C4, 99 and CC. RGB value is (196,153,204). Sum of RGB (Red+Green+Blue) = 196+153+204=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #C499CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C499CC is #3B6633. Grayscale: #ABABAB. Windows color (decimal): -3892788 or 13408708. OLE color: 13408708.
HSL color Cylindrical-coordinate representation of color #C499CC: hue angle of 290.59º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C499CC is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 153 | 204 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.2 |
| HSL | 290.59º | 0.33% | 0.7% | - |
| HSV(B) | 290.59º | 0.25% | 0.8% | - |
| XYZ | 45.06 | 38.88 | 62.26 | - |
| YUV | 171.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 204 | 0.04 | 0.25 | 0 | 0.2 | 290.59 | 0.33 | 0.7 |
| Hex | C4 | 99 | CC | 4 | 19 | 0 | 14 | 123 | 21 | 46 |
| Octal | 304 | 231 | 314 | 4 | 31 | 0 | 24 | 443 | 41 | 106 |
| Binary | 11000100 | 10011001 | 11001100 | 100 | 11001 | 0 | 10100 | 100100011 | 100001 | 1000110 |
Color Harmonies of #C499CC
Complementary color
Monochromatic Colors of #C499CC
Black with #C499CC
Text Example
Text Example
White with #C499CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C499CC; }
p { color: rgb(196,153,204); }
H1.HeaderClassName
{
color: #C499CC;
}
.AnyTagClassName
{
color: #C499CC;
}
</style>
background-color css
<style>
a { background-color: #C499CC; }
a { background-color: rgb(196,153,204); }
div.DivClassName
{
background-color: #C499CC;
}
.BgClassName
{
background-color: #C499CC;
}
</style>
border-color css
<style>
span { border-color: #C499CC; }
span { border-color: rgb(196,153,204); }
td.TdClassName
{
border-color: #C499CC;
}
.TagClassName
{
border-color: #C499CC;
}
</style>