Shades of Lilac #C494CC
Tints of Lilac #C494CC
RGB
CMYK
RGB Variations
Color information
#C494CC (or 0xC494CC) is known color: Lilac. HEX triplet: C4, 94 and CC. RGB value is (196,148,204). Sum of RGB (Red+Green+Blue) = 196+148+204=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #C494CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494CC is #3B6B33. Grayscale: #A8A8A8. Windows color (decimal): -3894068 or 13407428. OLE color: 13407428.
HSL color Cylindrical-coordinate representation of color #C494CC: hue angle of 291.43º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C494CC is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 148 | 204 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.2 |
| HSL | 291.43º | 0.35% | 0.69% | - |
| HSV(B) | 291.43º | 0.27% | 0.8% | - |
| XYZ | 44.25 | 37.28 | 61.99 | - |
| YUV | 168.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 204 | 0.04 | 0.27 | 0 | 0.2 | 291.43 | 0.35 | 0.69 |
| Hex | C4 | 94 | CC | 4 | 1B | 0 | 14 | 123 | 23 | 45 |
| Octal | 304 | 224 | 314 | 4 | 33 | 0 | 24 | 443 | 43 | 105 |
| Binary | 11000100 | 10010100 | 11001100 | 100 | 11011 | 0 | 10100 | 100100011 | 100011 | 1000101 |
Color Harmonies of #C494CC
Complementary color
Monochromatic Colors of #C494CC
Black with #C494CC
Text Example
Text Example
White with #C494CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C494CC; }
p { color: rgb(196,148,204); }
H1.HeaderClassName
{
color: #C494CC;
}
.AnyTagClassName
{
color: #C494CC;
}
</style>
background-color css
<style>
a { background-color: #C494CC; }
a { background-color: rgb(196,148,204); }
div.DivClassName
{
background-color: #C494CC;
}
.BgClassName
{
background-color: #C494CC;
}
</style>
border-color css
<style>
span { border-color: #C494CC; }
span { border-color: rgb(196,148,204); }
td.TdClassName
{
border-color: #C494CC;
}
.TagClassName
{
border-color: #C494CC;
}
</style>