Shades of Lilac #C18AC6
Tints of Lilac #C18AC6
RGB
CMYK
RGB Variations
Color information
#C18AC6 (or 0xC18AC6) is known color: Lilac. HEX triplet: C1, 8A and C6. RGB value is (193,138,198). Sum of RGB (Red+Green+Blue) = 193+138+198=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 198 - color contains mainly: blue. Hex color #C18AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18AC6 is #3E7539. Grayscale: #A1A1A1. Windows color (decimal): -4093242 or 13011649. OLE color: 13011649.
HSL color Cylindrical-coordinate representation of color #C18AC6: hue angle of 295º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C18AC6 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 138 | 198 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.22 |
| HSL | 295º | 0.34% | 0.66% | - |
| HSV(B) | 295º | 0.3% | 0.78% | - |
| XYZ | 41.27 | 33.59 | 57.73 | - |
| YUV | 161.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 198 | 0.03 | 0.30 | 0 | 0.22 | 295 | 0.34 | 0.66 |
| Hex | C1 | 8A | C6 | 3 | 1E | 0 | 16 | 127 | 22 | 42 |
| Octal | 301 | 212 | 306 | 3 | 36 | 0 | 26 | 447 | 42 | 102 |
| Binary | 11000001 | 10001010 | 11000110 | 11 | 11110 | 0 | 10110 | 100100111 | 100010 | 1000010 |
Color Harmonies of #C18AC6
Complementary color
Monochromatic Colors of #C18AC6
Black with #C18AC6
Text Example
Text Example
White with #C18AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18AC6; }
p { color: rgb(193,138,198); }
H1.HeaderClassName
{
color: #C18AC6;
}
.AnyTagClassName
{
color: #C18AC6;
}
</style>
background-color css
<style>
a { background-color: #C18AC6; }
a { background-color: rgb(193,138,198); }
div.DivClassName
{
background-color: #C18AC6;
}
.BgClassName
{
background-color: #C18AC6;
}
</style>
border-color css
<style>
span { border-color: #C18AC6; }
span { border-color: rgb(193,138,198); }
td.TdClassName
{
border-color: #C18AC6;
}
.TagClassName
{
border-color: #C18AC6;
}
</style>