Shades of Lilac #C18AC8
Tints of Lilac #C18AC8
RGB
CMYK
RGB Variations
Color information
#C18AC8 (or 0xC18AC8) is known color: Lilac. HEX triplet: C1, 8A and C8. RGB value is (193,138,200). Sum of RGB (Red+Green+Blue) = 193+138+200=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 200 - color contains mainly: blue. Hex color #C18AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18AC8 is #3E7537. Grayscale: #A1A1A1. Windows color (decimal): -4093240 or 13142721. OLE color: 13142721.
HSL color Cylindrical-coordinate representation of color #C18AC8: hue angle of 293.23º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C18AC8 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 138 | 200 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.22 |
| HSL | 293.23º | 0.36% | 0.66% | - |
| HSV(B) | 293.23º | 0.31% | 0.78% | - |
| XYZ | 41.51 | 33.68 | 58.96 | - |
| YUV | 161.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 200 | 0.04 | 0.31 | 0 | 0.22 | 293.23 | 0.36 | 0.66 |
| Hex | C1 | 8A | C8 | 4 | 1F | 0 | 16 | 125 | 24 | 42 |
| Octal | 301 | 212 | 310 | 4 | 37 | 0 | 26 | 445 | 44 | 102 |
| Binary | 11000001 | 10001010 | 11001000 | 100 | 11111 | 0 | 10110 | 100100101 | 100100 | 1000010 |
Color Harmonies of #C18AC8
Complementary color
Monochromatic Colors of #C18AC8
Black with #C18AC8
Text Example
Text Example
White with #C18AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18AC8; }
p { color: rgb(193,138,200); }
H1.HeaderClassName
{
color: #C18AC8;
}
.AnyTagClassName
{
color: #C18AC8;
}
</style>
background-color css
<style>
a { background-color: #C18AC8; }
a { background-color: rgb(193,138,200); }
div.DivClassName
{
background-color: #C18AC8;
}
.BgClassName
{
background-color: #C18AC8;
}
</style>
border-color css
<style>
span { border-color: #C18AC8; }
span { border-color: rgb(193,138,200); }
td.TdClassName
{
border-color: #C18AC8;
}
.TagClassName
{
border-color: #C18AC8;
}
</style>