Shades of Lilac #C18ABF
Tints of Lilac #C18ABF
RGB
CMYK
RGB Variations
Color information
#C18ABF (or 0xC18ABF) is known color: Lilac. HEX triplet: C1, 8A and BF. RGB value is (193,138,191). Sum of RGB (Red+Green+Blue) = 193+138+191=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C18ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ABF is #3E7540. Grayscale: #A0A0A0. Windows color (decimal): -4093249 or 12552897. OLE color: 12552897.
HSL color Cylindrical-coordinate representation of color #C18ABF: hue angle of 302.18º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C18ABF is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 191 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.24 |
| HSL | 302.18º | 0.31% | 0.65% | - |
| HSV(B) | 302.18º | 0.28% | 0.76% | - |
| XYZ | 40.48 | 33.28 | 53.58 | - |
| YUV | 160.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 191 | 0 | 0.28 | 0.01 | 0.24 | 302.18 | 0.31 | 0.65 |
| Hex | C1 | 8A | BF | 0 | 1C | 1 | 18 | 12E | 1F | 41 |
| Octal | 301 | 212 | 277 | 0 | 34 | 1 | 30 | 456 | 37 | 101 |
| Binary | 11000001 | 10001010 | 10111111 | 0 | 11100 | 1 | 11000 | 100101110 | 11111 | 1000001 |
Color Harmonies of #C18ABF
Complementary color
Monochromatic Colors of #C18ABF
Black with #C18ABF
Text Example
Text Example
White with #C18ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18ABF; }
p { color: rgb(193,138,191); }
H1.HeaderClassName
{
color: #C18ABF;
}
.AnyTagClassName
{
color: #C18ABF;
}
</style>
background-color css
<style>
a { background-color: #C18ABF; }
a { background-color: rgb(193,138,191); }
div.DivClassName
{
background-color: #C18ABF;
}
.BgClassName
{
background-color: #C18ABF;
}
</style>
border-color css
<style>
span { border-color: #C18ABF; }
span { border-color: rgb(193,138,191); }
td.TdClassName
{
border-color: #C18ABF;
}
.TagClassName
{
border-color: #C18ABF;
}
</style>