Shades of Lilac #C299CC
Tints of Lilac #C299CC
RGB
CMYK
RGB Variations
Color information
#C299CC (or 0xC299CC) is known color: Lilac. HEX triplet: C2, 99 and CC. RGB value is (194,153,204). Sum of RGB (Red+Green+Blue) = 194+153+204=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #C299CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299CC is #3D6633. Grayscale: #AAAAAA. Windows color (decimal): -4023860 or 13408706. OLE color: 13408706.
HSL color Cylindrical-coordinate representation of color #C299CC: hue angle of 288.24º 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 #C299CC is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 153 | 204 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.2 |
| HSL | 288.24º | 0.33% | 0.7% | - |
| HSV(B) | 288.24º | 0.25% | 0.8% | - |
| XYZ | 44.54 | 38.61 | 62.23 | - |
| YUV | 171.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 204 | 0.05 | 0.25 | 0 | 0.2 | 288.24 | 0.33 | 0.7 |
| Hex | C2 | 99 | CC | 5 | 19 | 0 | 14 | 120 | 21 | 46 |
| Octal | 302 | 231 | 314 | 5 | 31 | 0 | 24 | 440 | 41 | 106 |
| Binary | 11000010 | 10011001 | 11001100 | 101 | 11001 | 0 | 10100 | 100100000 | 100001 | 1000110 |
Color Harmonies of #C299CC
Complementary color
Monochromatic Colors of #C299CC
Black with #C299CC
Text Example
Text Example
White with #C299CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C299CC; }
p { color: rgb(194,153,204); }
H1.HeaderClassName
{
color: #C299CC;
}
.AnyTagClassName
{
color: #C299CC;
}
</style>
background-color css
<style>
a { background-color: #C299CC; }
a { background-color: rgb(194,153,204); }
div.DivClassName
{
background-color: #C299CC;
}
.BgClassName
{
background-color: #C299CC;
}
</style>
border-color css
<style>
span { border-color: #C299CC; }
span { border-color: rgb(194,153,204); }
td.TdClassName
{
border-color: #C299CC;
}
.TagClassName
{
border-color: #C299CC;
}
</style>