Shades of Lilac #C190CC
Tints of Lilac #C190CC
RGB
CMYK
RGB Variations
Color information
#C190CC (or 0xC190CC) is known color: Lilac. HEX triplet: C1, 90 and CC. RGB value is (193,144,204). Sum of RGB (Red+Green+Blue) = 193+144+204=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #C190CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190CC is #3E6F33. Grayscale: #A5A5A5. Windows color (decimal): -4091700 or 13406401. OLE color: 13406401.
HSL color Cylindrical-coordinate representation of color #C190CC: hue angle of 289º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C190CC is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 144 | 204 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.2 |
| HSL | 289º | 0.37% | 0.68% | - |
| HSV(B) | 289º | 0.29% | 0.8% | - |
| XYZ | 42.86 | 35.64 | 61.75 | - |
| YUV | 165.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 204 | 0.05 | 0.29 | 0 | 0.2 | 289 | 0.37 | 0.68 |
| Hex | C1 | 90 | CC | 5 | 1D | 0 | 14 | 121 | 25 | 44 |
| Octal | 301 | 220 | 314 | 5 | 35 | 0 | 24 | 441 | 45 | 104 |
| Binary | 11000001 | 10010000 | 11001100 | 101 | 11101 | 0 | 10100 | 100100001 | 100101 | 1000100 |
Color Harmonies of #C190CC
Complementary color
Monochromatic Colors of #C190CC
Black with #C190CC
Text Example
Text Example
White with #C190CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190CC; }
p { color: rgb(193,144,204); }
H1.HeaderClassName
{
color: #C190CC;
}
.AnyTagClassName
{
color: #C190CC;
}
</style>
background-color css
<style>
a { background-color: #C190CC; }
a { background-color: rgb(193,144,204); }
div.DivClassName
{
background-color: #C190CC;
}
.BgClassName
{
background-color: #C190CC;
}
</style>
border-color css
<style>
span { border-color: #C190CC; }
span { border-color: rgb(193,144,204); }
td.TdClassName
{
border-color: #C190CC;
}
.TagClassName
{
border-color: #C190CC;
}
</style>