Shades of Lilac #C3A3C1
Tints of Lilac #C3A3C1
RGB
CMYK
RGB Variations
Color information
#C3A3C1 (or 0xC3A3C1) is known color: Lilac. HEX triplet: C3, A3 and C1. RGB value is (195,163,193). Sum of RGB (Red+Green+Blue) = 195+163+193=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A3C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A3C1 is #3C5C3E. Grayscale: #AFAFAF. Windows color (decimal): -3955775 or 12690371. OLE color: 12690371.
HSL color Cylindrical-coordinate representation of color #C3A3C1: hue angle of 303.75º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3A3C1 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 163 | 193 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.24 |
| HSL | 303.75º | 0.21% | 0.7% | - |
| HSV(B) | 303.75º | 0.16% | 0.76% | - |
| XYZ | 45.23 | 41.65 | 56.11 | - |
| YUV | 175.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 193 | 0 | 0.16 | 0.01 | 0.24 | 303.75 | 0.21 | 0.7 |
| Hex | C3 | A3 | C1 | 0 | 10 | 1 | 18 | 130 | 15 | 46 |
| Octal | 303 | 243 | 301 | 0 | 20 | 1 | 30 | 460 | 25 | 106 |
| Binary | 11000011 | 10100011 | 11000001 | 0 | 10000 | 1 | 11000 | 100110000 | 10101 | 1000110 |
Color Harmonies of #C3A3C1
Complementary color
Monochromatic Colors of #C3A3C1
Black with #C3A3C1
Text Example
Text Example
White with #C3A3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A3C1; }
p { color: rgb(195,163,193); }
H1.HeaderClassName
{
color: #C3A3C1;
}
.AnyTagClassName
{
color: #C3A3C1;
}
</style>
background-color css
<style>
a { background-color: #C3A3C1; }
a { background-color: rgb(195,163,193); }
div.DivClassName
{
background-color: #C3A3C1;
}
.BgClassName
{
background-color: #C3A3C1;
}
</style>
border-color css
<style>
span { border-color: #C3A3C1; }
span { border-color: rgb(195,163,193); }
td.TdClassName
{
border-color: #C3A3C1;
}
.TagClassName
{
border-color: #C3A3C1;
}
</style>