Shades of Lilac #C492CE
Tints of Lilac #C492CE
RGB
CMYK
RGB Variations
Color information
#C492CE (or 0xC492CE) is known color: Lilac. HEX triplet: C4, 92 and CE. RGB value is (196,146,206). Sum of RGB (Red+Green+Blue) = 196+146+206=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #C492CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492CE is #3B6D31. Grayscale: #A7A7A7. Windows color (decimal): -3894578 or 13537988. OLE color: 13537988.
HSL color Cylindrical-coordinate representation of color #C492CE: hue angle of 290º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C492CE is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 146 | 206 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.19 |
| HSL | 290º | 0.38% | 0.69% | - |
| HSV(B) | 290º | 0.29% | 0.81% | - |
| XYZ | 44.18 | 36.75 | 63.16 | - |
| YUV | 167.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 206 | 0.05 | 0.29 | 0 | 0.19 | 290 | 0.38 | 0.69 |
| Hex | C4 | 92 | CE | 5 | 1D | 0 | 13 | 122 | 26 | 45 |
| Octal | 304 | 222 | 316 | 5 | 35 | 0 | 23 | 442 | 46 | 105 |
| Binary | 11000100 | 10010010 | 11001110 | 101 | 11101 | 0 | 10011 | 100100010 | 100110 | 1000101 |
Color Harmonies of #C492CE
Complementary color
Monochromatic Colors of #C492CE
Black with #C492CE
Text Example
Text Example
White with #C492CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C492CE; }
p { color: rgb(196,146,206); }
H1.HeaderClassName
{
color: #C492CE;
}
.AnyTagClassName
{
color: #C492CE;
}
</style>
background-color css
<style>
a { background-color: #C492CE; }
a { background-color: rgb(196,146,206); }
div.DivClassName
{
background-color: #C492CE;
}
.BgClassName
{
background-color: #C492CE;
}
</style>
border-color css
<style>
span { border-color: #C492CE; }
span { border-color: rgb(196,146,206); }
td.TdClassName
{
border-color: #C492CE;
}
.TagClassName
{
border-color: #C492CE;
}
</style>