Shades of Lilac #C092C2
Tints of Lilac #C092C2
RGB
CMYK
RGB Variations
Color information
#C092C2 (or 0xC092C2) is known color: Lilac. HEX triplet: C0, 92 and C2. RGB value is (192,146,194). Sum of RGB (Red+Green+Blue) = 192+146+194=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 194 - color contains mainly: blue. Hex color #C092C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092C2 is #3F6D3D. Grayscale: #A5A5A5. Windows color (decimal): -4156734 or 12751552. OLE color: 12751552.
HSL color Cylindrical-coordinate representation of color #C092C2: hue angle of 297.5º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C092C2 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 146 | 194 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.24 |
| HSL | 297.5º | 0.28% | 0.67% | - |
| HSV(B) | 297.5º | 0.25% | 0.76% | - |
| XYZ | 41.75 | 35.66 | 55.72 | - |
| YUV | 165.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 194 | 0.01 | 0.25 | 0 | 0.24 | 297.5 | 0.28 | 0.67 |
| Hex | C0 | 92 | C2 | 1 | 19 | 0 | 18 | 12A | 1C | 43 |
| Octal | 300 | 222 | 302 | 1 | 31 | 0 | 30 | 452 | 34 | 103 |
| Binary | 11000000 | 10010010 | 11000010 | 1 | 11001 | 0 | 11000 | 100101010 | 11100 | 1000011 |
Color Harmonies of #C092C2
Complementary color
Monochromatic Colors of #C092C2
Black with #C092C2
Text Example
Text Example
White with #C092C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092C2; }
p { color: rgb(192,146,194); }
H1.HeaderClassName
{
color: #C092C2;
}
.AnyTagClassName
{
color: #C092C2;
}
</style>
background-color css
<style>
a { background-color: #C092C2; }
a { background-color: rgb(192,146,194); }
div.DivClassName
{
background-color: #C092C2;
}
.BgClassName
{
background-color: #C092C2;
}
</style>
border-color css
<style>
span { border-color: #C092C2; }
span { border-color: rgb(192,146,194); }
td.TdClassName
{
border-color: #C092C2;
}
.TagClassName
{
border-color: #C092C2;
}
</style>