Shades of Lilac #C492C4
Tints of Lilac #C492C4
RGB
CMYK
RGB Variations
Color information
#C492C4 (or 0xC492C4) is known color: Lilac. HEX triplet: C4, 92 and C4. RGB value is (196,146,196). Sum of RGB (Red+Green+Blue) = 196+146+196=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C492C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492C4 is #3B6D3B. Grayscale: #A6A6A6. Windows color (decimal): -3894588 or 12882628. OLE color: 12882628.
HSL color Cylindrical-coordinate representation of color #C492C4: hue angle of 300º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C492C4 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 196 | - |
| CMYK | 0 | 0.26 | 0 | 0.23 |
| HSL | 300º | 0.3% | 0.67% | - |
| HSV(B) | 300º | 0.26% | 0.77% | - |
| XYZ | 43.01 | 36.28 | 56.96 | - |
| YUV | 166.65 | 144.57 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 196 | 0 | 0.26 | 0 | 0.23 | 300 | 0.3 | 0.67 |
| Hex | C4 | 92 | C4 | 0 | 1A | 0 | 17 | 12C | 1E | 43 |
| Octal | 304 | 222 | 304 | 0 | 32 | 0 | 27 | 454 | 36 | 103 |
| Binary | 11000100 | 10010010 | 11000100 | 0 | 11010 | 0 | 10111 | 100101100 | 11110 | 1000011 |
Color Harmonies of #C492C4
Complementary color
Monochromatic Colors of #C492C4
Black with #C492C4
Text Example
Text Example
White with #C492C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C492C4; }
p { color: rgb(196,146,196); }
H1.HeaderClassName
{
color: #C492C4;
}
.AnyTagClassName
{
color: #C492C4;
}
</style>
background-color css
<style>
a { background-color: #C492C4; }
a { background-color: rgb(196,146,196); }
div.DivClassName
{
background-color: #C492C4;
}
.BgClassName
{
background-color: #C492C4;
}
</style>
border-color css
<style>
span { border-color: #C492C4; }
span { border-color: rgb(196,146,196); }
td.TdClassName
{
border-color: #C492C4;
}
.TagClassName
{
border-color: #C492C4;
}
</style>