Shades of Lilac #C492CD
Tints of Lilac #C492CD
RGB
CMYK
RGB Variations
Color information
#C492CD (or 0xC492CD) is known color: Lilac. HEX triplet: C4, 92 and CD. RGB value is (196,146,205). Sum of RGB (Red+Green+Blue) = 196+146+205=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #C492CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492CD is #3B6D32. Grayscale: #A7A7A7. Windows color (decimal): -3894579 or 13472452. OLE color: 13472452.
HSL color Cylindrical-coordinate representation of color #C492CD: hue angle of 290.85º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C492CD is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 146 | 205 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.20 |
| HSL | 290.85º | 0.37% | 0.69% | - |
| HSV(B) | 290.85º | 0.29% | 0.8% | - |
| XYZ | 44.06 | 36.7 | 62.52 | - |
| YUV | 167.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 205 | 0.04 | 0.29 | 0 | 0.20 | 290.85 | 0.37 | 0.69 |
| Hex | C4 | 92 | CD | 4 | 1D | 0 | 14 | 123 | 25 | 45 |
| Octal | 304 | 222 | 315 | 4 | 35 | 0 | 24 | 443 | 45 | 105 |
| Binary | 11000100 | 10010010 | 11001101 | 100 | 11101 | 0 | 10100 | 100100011 | 100101 | 1000101 |
Color Harmonies of #C492CD
Complementary color
Monochromatic Colors of #C492CD
Black with #C492CD
Text Example
Text Example
White with #C492CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C492CD; }
p { color: rgb(196,146,205); }
H1.HeaderClassName
{
color: #C492CD;
}
.AnyTagClassName
{
color: #C492CD;
}
</style>
background-color css
<style>
a { background-color: #C492CD; }
a { background-color: rgb(196,146,205); }
div.DivClassName
{
background-color: #C492CD;
}
.BgClassName
{
background-color: #C492CD;
}
</style>
border-color css
<style>
span { border-color: #C492CD; }
span { border-color: rgb(196,146,205); }
td.TdClassName
{
border-color: #C492CD;
}
.TagClassName
{
border-color: #C492CD;
}
</style>