Shades of Lilac #C492CC
Tints of Lilac #C492CC
RGB
CMYK
RGB Variations
Color information
#C492CC (or 0xC492CC) is known color: Lilac. HEX triplet: C4, 92 and CC. RGB value is (196,146,204). Sum of RGB (Red+Green+Blue) = 196+146+204=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #C492CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492CC is #3B6D33. Grayscale: #A7A7A7. Windows color (decimal): -3894580 or 13406916. OLE color: 13406916.
HSL color Cylindrical-coordinate representation of color #C492CC: hue angle of 291.72º 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 #C492CC is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 146 | 204 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.2 |
| HSL | 291.72º | 0.36% | 0.69% | - |
| HSV(B) | 291.72º | 0.28% | 0.8% | - |
| XYZ | 43.94 | 36.65 | 61.89 | - |
| YUV | 167.56 | 148.57 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 204 | 0.04 | 0.28 | 0 | 0.2 | 291.72 | 0.36 | 0.69 |
| Hex | C4 | 92 | CC | 4 | 1C | 0 | 14 | 124 | 24 | 45 |
| Octal | 304 | 222 | 314 | 4 | 34 | 0 | 24 | 444 | 44 | 105 |
| Binary | 11000100 | 10010010 | 11001100 | 100 | 11100 | 0 | 10100 | 100100100 | 100100 | 1000101 |
Color Harmonies of #C492CC
Complementary color
Monochromatic Colors of #C492CC
Black with #C492CC
Text Example
Text Example
White with #C492CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C492CC; }
p { color: rgb(196,146,204); }
H1.HeaderClassName
{
color: #C492CC;
}
.AnyTagClassName
{
color: #C492CC;
}
</style>
background-color css
<style>
a { background-color: #C492CC; }
a { background-color: rgb(196,146,204); }
div.DivClassName
{
background-color: #C492CC;
}
.BgClassName
{
background-color: #C492CC;
}
</style>
border-color css
<style>
span { border-color: #C492CC; }
span { border-color: rgb(196,146,204); }
td.TdClassName
{
border-color: #C492CC;
}
.TagClassName
{
border-color: #C492CC;
}
</style>