Shades of Lilac #C192CC
Tints of Lilac #C192CC
RGB
CMYK
RGB Variations
Color information
#C192CC (or 0xC192CC) is known color: Lilac. HEX triplet: C1, 92 and CC. RGB value is (193,146,204). Sum of RGB (Red+Green+Blue) = 193+146+204=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #C192CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192CC is #3E6D33. Grayscale: #A6A6A6. Windows color (decimal): -4091188 or 13406913. OLE color: 13406913.
HSL color Cylindrical-coordinate representation of color #C192CC: hue angle of 288.62º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C192CC is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 146 | 204 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.2 |
| HSL | 288.62º | 0.36% | 0.69% | - |
| HSV(B) | 288.62º | 0.28% | 0.8% | - |
| XYZ | 43.17 | 36.25 | 61.85 | - |
| YUV | 166.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 204 | 0.05 | 0.28 | 0 | 0.2 | 288.62 | 0.36 | 0.69 |
| Hex | C1 | 92 | CC | 5 | 1C | 0 | 14 | 121 | 24 | 45 |
| Octal | 301 | 222 | 314 | 5 | 34 | 0 | 24 | 441 | 44 | 105 |
| Binary | 11000001 | 10010010 | 11001100 | 101 | 11100 | 0 | 10100 | 100100001 | 100100 | 1000101 |
Color Harmonies of #C192CC
Complementary color
Monochromatic Colors of #C192CC
Black with #C192CC
Text Example
Text Example
White with #C192CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192CC; }
p { color: rgb(193,146,204); }
H1.HeaderClassName
{
color: #C192CC;
}
.AnyTagClassName
{
color: #C192CC;
}
</style>
background-color css
<style>
a { background-color: #C192CC; }
a { background-color: rgb(193,146,204); }
div.DivClassName
{
background-color: #C192CC;
}
.BgClassName
{
background-color: #C192CC;
}
</style>
border-color css
<style>
span { border-color: #C192CC; }
span { border-color: rgb(193,146,204); }
td.TdClassName
{
border-color: #C192CC;
}
.TagClassName
{
border-color: #C192CC;
}
</style>