Shades of Lilac #C18ABD
Tints of Lilac #C18ABD
RGB
CMYK
RGB Variations
Color information
#C18ABD (or 0xC18ABD) is known color: Lilac. HEX triplet: C1, 8A and BD. RGB value is (193,138,189). Sum of RGB (Red+Green+Blue) = 193+138+189=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C18ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ABD is #3E7542. Grayscale: #A0A0A0. Windows color (decimal): -4093251 or 12421825. OLE color: 12421825.
HSL color Cylindrical-coordinate representation of color #C18ABD: hue angle of 304.36º 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 #C18ABD is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 189 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.24 |
| HSL | 304.36º | 0.31% | 0.65% | - |
| HSV(B) | 304.36º | 0.28% | 0.76% | - |
| XYZ | 40.27 | 33.19 | 52.43 | - |
| YUV | 160.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 189 | 0 | 0.28 | 0.02 | 0.24 | 304.36 | 0.31 | 0.65 |
| Hex | C1 | 8A | BD | 0 | 1C | 2 | 18 | 130 | 1F | 41 |
| Octal | 301 | 212 | 275 | 0 | 34 | 2 | 30 | 460 | 37 | 101 |
| Binary | 11000001 | 10001010 | 10111101 | 0 | 11100 | 10 | 11000 | 100110000 | 11111 | 1000001 |
Color Harmonies of #C18ABD
Complementary color
Monochromatic Colors of #C18ABD
Black with #C18ABD
Text Example
Text Example
White with #C18ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18ABD; }
p { color: rgb(193,138,189); }
H1.HeaderClassName
{
color: #C18ABD;
}
.AnyTagClassName
{
color: #C18ABD;
}
</style>
background-color css
<style>
a { background-color: #C18ABD; }
a { background-color: rgb(193,138,189); }
div.DivClassName
{
background-color: #C18ABD;
}
.BgClassName
{
background-color: #C18ABD;
}
</style>
border-color css
<style>
span { border-color: #C18ABD; }
span { border-color: rgb(193,138,189); }
td.TdClassName
{
border-color: #C18ABD;
}
.TagClassName
{
border-color: #C18ABD;
}
</style>