Shades of Lilac #C188CC
Tints of Lilac #C188CC
RGB
CMYK
RGB Variations
Color information
#C188CC (or 0xC188CC) is known color: Lilac. HEX triplet: C1, 88 and CC. RGB value is (193,136,204). Sum of RGB (Red+Green+Blue) = 193+136+204=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #C188CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188CC is #3E7733. Grayscale: #A0A0A0. Windows color (decimal): -4093748 or 13404353. OLE color: 13404353.
HSL color Cylindrical-coordinate representation of color #C188CC: hue angle of 290.29º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C188CC is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 136 | 204 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.2 |
| HSL | 290.29º | 0.4% | 0.67% | - |
| HSV(B) | 290.29º | 0.33% | 0.8% | - |
| XYZ | 41.7 | 33.31 | 61.36 | - |
| YUV | 160.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 204 | 0.05 | 0.33 | 0 | 0.2 | 290.29 | 0.4 | 0.67 |
| Hex | C1 | 88 | CC | 5 | 21 | 0 | 14 | 122 | 28 | 43 |
| Octal | 301 | 210 | 314 | 5 | 41 | 0 | 24 | 442 | 50 | 103 |
| Binary | 11000001 | 10001000 | 11001100 | 101 | 100001 | 0 | 10100 | 100100010 | 101000 | 1000011 |
Color Harmonies of #C188CC
Complementary color
Monochromatic Colors of #C188CC
Black with #C188CC
Text Example
Text Example
White with #C188CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188CC; }
p { color: rgb(193,136,204); }
H1.HeaderClassName
{
color: #C188CC;
}
.AnyTagClassName
{
color: #C188CC;
}
</style>
background-color css
<style>
a { background-color: #C188CC; }
a { background-color: rgb(193,136,204); }
div.DivClassName
{
background-color: #C188CC;
}
.BgClassName
{
background-color: #C188CC;
}
</style>
border-color css
<style>
span { border-color: #C188CC; }
span { border-color: rgb(193,136,204); }
td.TdClassName
{
border-color: #C188CC;
}
.TagClassName
{
border-color: #C188CC;
}
</style>