Shades of Lilac #C9A3D0
Tints of Lilac #C9A3D0
RGB
CMYK
RGB Variations
Color information
#C9A3D0 (or 0xC9A3D0) is known color: Lilac. HEX triplet: C9, A3 and D0. RGB value is (201,163,208). Sum of RGB (Red+Green+Blue) = 201+163+208=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 208 - color contains mainly: blue. Hex color #C9A3D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A3D0 is #365C2F. Grayscale: #B3B3B3. Windows color (decimal): -3562544 or 13673417. OLE color: 13673417.
HSL color Cylindrical-coordinate representation of color #C9A3D0: hue angle of 290.67º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9A3D0 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 163 | 208 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.18 |
| HSL | 290.67º | 0.32% | 0.73% | - |
| HSV(B) | 290.67º | 0.22% | 0.82% | - |
| XYZ | 48.57 | 43.17 | 65.45 | - |
| YUV | 179.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 208 | 0.03 | 0.22 | 0 | 0.18 | 290.67 | 0.32 | 0.73 |
| Hex | C9 | A3 | D0 | 3 | 16 | 0 | 12 | 123 | 20 | 49 |
| Octal | 311 | 243 | 320 | 3 | 26 | 0 | 22 | 443 | 40 | 111 |
| Binary | 11001001 | 10100011 | 11010000 | 11 | 10110 | 0 | 10010 | 100100011 | 100000 | 1001001 |
Color Harmonies of #C9A3D0
Complementary color
Monochromatic Colors of #C9A3D0
Black with #C9A3D0
Text Example
Text Example
White with #C9A3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A3D0; }
p { color: rgb(201,163,208); }
H1.HeaderClassName
{
color: #C9A3D0;
}
.AnyTagClassName
{
color: #C9A3D0;
}
</style>
background-color css
<style>
a { background-color: #C9A3D0; }
a { background-color: rgb(201,163,208); }
div.DivClassName
{
background-color: #C9A3D0;
}
.BgClassName
{
background-color: #C9A3D0;
}
</style>
border-color css
<style>
span { border-color: #C9A3D0; }
span { border-color: rgb(201,163,208); }
td.TdClassName
{
border-color: #C9A3D0;
}
.TagClassName
{
border-color: #C9A3D0;
}
</style>