Shades of Lilac #C18ACB
Tints of Lilac #C18ACB
RGB
CMYK
RGB Variations
Color information
#C18ACB (or 0xC18ACB) is known color: Lilac. HEX triplet: C1, 8A and CB. RGB value is (193,138,203). Sum of RGB (Red+Green+Blue) = 193+138+203=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #C18ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ACB is #3E7534. Grayscale: #A1A1A1. Windows color (decimal): -4093237 or 13339329. OLE color: 13339329.
HSL color Cylindrical-coordinate representation of color #C18ACB: hue angle of 290.77º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C18ACB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 138 | 203 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.20 |
| HSL | 290.77º | 0.38% | 0.67% | - |
| HSV(B) | 290.77º | 0.32% | 0.8% | - |
| XYZ | 41.86 | 33.83 | 60.82 | - |
| YUV | 161.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 203 | 0.05 | 0.32 | 0 | 0.20 | 290.77 | 0.38 | 0.67 |
| Hex | C1 | 8A | CB | 5 | 20 | 0 | 14 | 123 | 26 | 43 |
| Octal | 301 | 212 | 313 | 5 | 40 | 0 | 24 | 443 | 46 | 103 |
| Binary | 11000001 | 10001010 | 11001011 | 101 | 100000 | 0 | 10100 | 100100011 | 100110 | 1000011 |
Color Harmonies of #C18ACB
Complementary color
Monochromatic Colors of #C18ACB
Black with #C18ACB
Text Example
Text Example
White with #C18ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18ACB; }
p { color: rgb(193,138,203); }
H1.HeaderClassName
{
color: #C18ACB;
}
.AnyTagClassName
{
color: #C18ACB;
}
</style>
background-color css
<style>
a { background-color: #C18ACB; }
a { background-color: rgb(193,138,203); }
div.DivClassName
{
background-color: #C18ACB;
}
.BgClassName
{
background-color: #C18ACB;
}
</style>
border-color css
<style>
span { border-color: #C18ACB; }
span { border-color: rgb(193,138,203); }
td.TdClassName
{
border-color: #C18ACB;
}
.TagClassName
{
border-color: #C18ACB;
}
</style>