Shades of Lilac #C292C6
Tints of Lilac #C292C6
RGB
CMYK
RGB Variations
Color information
#C292C6 (or 0xC292C6) is known color: Lilac. HEX triplet: C2, 92 and C6. RGB value is (194,146,198). Sum of RGB (Red+Green+Blue) = 194+146+198=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 198 - color contains mainly: blue. Hex color #C292C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292C6 is #3D6D39. Grayscale: #A6A6A6. Windows color (decimal): -4025658 or 13013698. OLE color: 13013698.
HSL color Cylindrical-coordinate representation of color #C292C6: hue angle of 295.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C292C6 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 146 | 198 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.22 |
| HSL | 295.38º | 0.31% | 0.67% | - |
| HSV(B) | 295.38º | 0.26% | 0.78% | - |
| XYZ | 42.72 | 36.1 | 58.14 | - |
| YUV | 166.28 | 145.9 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 198 | 0.02 | 0.26 | 0 | 0.22 | 295.38 | 0.31 | 0.67 |
| Hex | C2 | 92 | C6 | 2 | 1A | 0 | 16 | 127 | 1F | 43 |
| Octal | 302 | 222 | 306 | 2 | 32 | 0 | 26 | 447 | 37 | 103 |
| Binary | 11000010 | 10010010 | 11000110 | 10 | 11010 | 0 | 10110 | 100100111 | 11111 | 1000011 |
Color Harmonies of #C292C6
Complementary color
Monochromatic Colors of #C292C6
Black with #C292C6
Text Example
Text Example
White with #C292C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292C6; }
p { color: rgb(194,146,198); }
H1.HeaderClassName
{
color: #C292C6;
}
.AnyTagClassName
{
color: #C292C6;
}
</style>
background-color css
<style>
a { background-color: #C292C6; }
a { background-color: rgb(194,146,198); }
div.DivClassName
{
background-color: #C292C6;
}
.BgClassName
{
background-color: #C292C6;
}
</style>
border-color css
<style>
span { border-color: #C292C6; }
span { border-color: rgb(194,146,198); }
td.TdClassName
{
border-color: #C292C6;
}
.TagClassName
{
border-color: #C292C6;
}
</style>