Shades of Lilac #C9A3C4
Tints of Lilac #C9A3C4
RGB
CMYK
RGB Variations
Color information
#C9A3C4 (or 0xC9A3C4) is known color: Lilac. HEX triplet: C9, A3 and C4. RGB value is (201,163,196). Sum of RGB (Red+Green+Blue) = 201+163+196=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A3C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A3C4 is #365C3B. Grayscale: #B2B2B2. Windows color (decimal): -3562556 or 12886985. OLE color: 12886985.
HSL color Cylindrical-coordinate representation of color #C9A3C4: hue angle of 307.89º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9A3C4 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 196 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.21 |
| HSL | 307.89º | 0.26% | 0.71% | - |
| HSV(B) | 307.89º | 0.19% | 0.79% | - |
| XYZ | 47.15 | 42.6 | 57.96 | - |
| YUV | 178.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 196 | 0 | 0.19 | 0.02 | 0.21 | 307.89 | 0.26 | 0.71 |
| Hex | C9 | A3 | C4 | 0 | 13 | 2 | 15 | 134 | 1A | 47 |
| Octal | 311 | 243 | 304 | 0 | 23 | 2 | 25 | 464 | 32 | 107 |
| Binary | 11001001 | 10100011 | 11000100 | 0 | 10011 | 10 | 10101 | 100110100 | 11010 | 1000111 |
Color Harmonies of #C9A3C4
Complementary color
Monochromatic Colors of #C9A3C4
Black with #C9A3C4
Text Example
Text Example
White with #C9A3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A3C4; }
p { color: rgb(201,163,196); }
H1.HeaderClassName
{
color: #C9A3C4;
}
.AnyTagClassName
{
color: #C9A3C4;
}
</style>
background-color css
<style>
a { background-color: #C9A3C4; }
a { background-color: rgb(201,163,196); }
div.DivClassName
{
background-color: #C9A3C4;
}
.BgClassName
{
background-color: #C9A3C4;
}
</style>
border-color css
<style>
span { border-color: #C9A3C4; }
span { border-color: rgb(201,163,196); }
td.TdClassName
{
border-color: #C9A3C4;
}
.TagClassName
{
border-color: #C9A3C4;
}
</style>