Shades of Lilac #C493CC
Tints of Lilac #C493CC
RGB
CMYK
RGB Variations
Color information
#C493CC (or 0xC493CC) is known color: Lilac. HEX triplet: C4, 93 and CC. RGB value is (196,147,204). Sum of RGB (Red+Green+Blue) = 196+147+204=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #C493CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493CC is #3B6C33. Grayscale: #A7A7A7. Windows color (decimal): -3894324 or 13407172. OLE color: 13407172.
HSL color Cylindrical-coordinate representation of color #C493CC: hue angle of 291.58º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C493CC is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 147 | 204 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.2 |
| HSL | 291.58º | 0.36% | 0.69% | - |
| HSV(B) | 291.58º | 0.28% | 0.8% | - |
| XYZ | 44.1 | 36.96 | 61.94 | - |
| YUV | 168.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 204 | 0.04 | 0.28 | 0 | 0.2 | 291.58 | 0.36 | 0.69 |
| Hex | C4 | 93 | CC | 4 | 1C | 0 | 14 | 124 | 24 | 45 |
| Octal | 304 | 223 | 314 | 4 | 34 | 0 | 24 | 444 | 44 | 105 |
| Binary | 11000100 | 10010011 | 11001100 | 100 | 11100 | 0 | 10100 | 100100100 | 100100 | 1000101 |
Color Harmonies of #C493CC
Complementary color
Monochromatic Colors of #C493CC
Black with #C493CC
Text Example
Text Example
White with #C493CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C493CC; }
p { color: rgb(196,147,204); }
H1.HeaderClassName
{
color: #C493CC;
}
.AnyTagClassName
{
color: #C493CC;
}
</style>
background-color css
<style>
a { background-color: #C493CC; }
a { background-color: rgb(196,147,204); }
div.DivClassName
{
background-color: #C493CC;
}
.BgClassName
{
background-color: #C493CC;
}
</style>
border-color css
<style>
span { border-color: #C493CC; }
span { border-color: rgb(196,147,204); }
td.TdClassName
{
border-color: #C493CC;
}
.TagClassName
{
border-color: #C493CC;
}
</style>