Shades of Lilac #C18ACC
Tints of Lilac #C18ACC
RGB
CMYK
RGB Variations
Color information
#C18ACC (or 0xC18ACC) is known color: Lilac. HEX triplet: C1, 8A and CC. RGB value is (193,138,204). Sum of RGB (Red+Green+Blue) = 193+138+204=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #C18ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ACC is #3E7533. Grayscale: #A1A1A1. Windows color (decimal): -4093236 or 13404865. OLE color: 13404865.
HSL color Cylindrical-coordinate representation of color #C18ACC: hue angle of 290º degrees, saturation: 0.39, 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 #C18ACC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 138 | 204 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.2 |
| HSL | 290º | 0.39% | 0.67% | - |
| HSV(B) | 290º | 0.32% | 0.8% | - |
| XYZ | 41.98 | 33.87 | 61.45 | - |
| YUV | 161.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 204 | 0.05 | 0.32 | 0 | 0.2 | 290 | 0.39 | 0.67 |
| Hex | C1 | 8A | CC | 5 | 20 | 0 | 14 | 122 | 27 | 43 |
| Octal | 301 | 212 | 314 | 5 | 40 | 0 | 24 | 442 | 47 | 103 |
| Binary | 11000001 | 10001010 | 11001100 | 101 | 100000 | 0 | 10100 | 100100010 | 100111 | 1000011 |
Color Harmonies of #C18ACC
Complementary color
Monochromatic Colors of #C18ACC
Black with #C18ACC
Text Example
Text Example
White with #C18ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18ACC; }
p { color: rgb(193,138,204); }
H1.HeaderClassName
{
color: #C18ACC;
}
.AnyTagClassName
{
color: #C18ACC;
}
</style>
background-color css
<style>
a { background-color: #C18ACC; }
a { background-color: rgb(193,138,204); }
div.DivClassName
{
background-color: #C18ACC;
}
.BgClassName
{
background-color: #C18ACC;
}
</style>
border-color css
<style>
span { border-color: #C18ACC; }
span { border-color: rgb(193,138,204); }
td.TdClassName
{
border-color: #C18ACC;
}
.TagClassName
{
border-color: #C18ACC;
}
</style>