Shades of Lilac #C192CA
Tints of Lilac #C192CA
RGB
CMYK
RGB Variations
Color information
#C192CA (or 0xC192CA) is known color: Lilac. HEX triplet: C1, 92 and CA. RGB value is (193,146,202). Sum of RGB (Red+Green+Blue) = 193+146+202=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #C192CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192CA is #3E6D35. Grayscale: #A6A6A6. Windows color (decimal): -4091190 or 13275841. OLE color: 13275841.
HSL color Cylindrical-coordinate representation of color #C192CA: hue angle of 290.36º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C192CA is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 146 | 202 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.21 |
| HSL | 290.36º | 0.35% | 0.68% | - |
| HSV(B) | 290.36º | 0.28% | 0.79% | - |
| XYZ | 42.93 | 36.16 | 60.59 | - |
| YUV | 166.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 202 | 0.04 | 0.28 | 0 | 0.21 | 290.36 | 0.35 | 0.68 |
| Hex | C1 | 92 | CA | 4 | 1C | 0 | 15 | 122 | 23 | 44 |
| Octal | 301 | 222 | 312 | 4 | 34 | 0 | 25 | 442 | 43 | 104 |
| Binary | 11000001 | 10010010 | 11001010 | 100 | 11100 | 0 | 10101 | 100100010 | 100011 | 1000100 |
Color Harmonies of #C192CA
Complementary color
Monochromatic Colors of #C192CA
Black with #C192CA
Text Example
Text Example
White with #C192CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192CA; }
p { color: rgb(193,146,202); }
H1.HeaderClassName
{
color: #C192CA;
}
.AnyTagClassName
{
color: #C192CA;
}
</style>
background-color css
<style>
a { background-color: #C192CA; }
a { background-color: rgb(193,146,202); }
div.DivClassName
{
background-color: #C192CA;
}
.BgClassName
{
background-color: #C192CA;
}
</style>
border-color css
<style>
span { border-color: #C192CA; }
span { border-color: rgb(193,146,202); }
td.TdClassName
{
border-color: #C192CA;
}
.TagClassName
{
border-color: #C192CA;
}
</style>