Shades of Lilac #C1A7C3
Tints of Lilac #C1A7C3
RGB
CMYK
RGB Variations
Color information
#C1A7C3 (or 0xC1A7C3) is known color: Lilac. HEX triplet: C1, A7 and C3. RGB value is (193,167,195). Sum of RGB (Red+Green+Blue) = 193+167+195=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 195 - color contains mainly: blue. Hex color #C1A7C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A7C3 is #3E583C. Grayscale: #B1B1B1. Windows color (decimal): -4085821 or 12822465. OLE color: 12822465.
HSL color Cylindrical-coordinate representation of color #C1A7C3: hue angle of 295.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1A7C3 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 167 | 195 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.24 |
| HSL | 295.71º | 0.19% | 0.71% | - |
| HSV(B) | 295.71º | 0.14% | 0.76% | - |
| XYZ | 45.66 | 42.92 | 57.51 | - |
| YUV | 177.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 167 | 195 | 0.01 | 0.14 | 0 | 0.24 | 295.71 | 0.19 | 0.71 |
| Hex | C1 | A7 | C3 | 1 | E | 0 | 18 | 128 | 13 | 47 |
| Octal | 301 | 247 | 303 | 1 | 16 | 0 | 30 | 450 | 23 | 107 |
| Binary | 11000001 | 10100111 | 11000011 | 1 | 1110 | 0 | 11000 | 100101000 | 10011 | 1000111 |
Color Harmonies of #C1A7C3
Complementary color
Monochromatic Colors of #C1A7C3
Black with #C1A7C3
Text Example
Text Example
White with #C1A7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A7C3; }
p { color: rgb(193,167,195); }
H1.HeaderClassName
{
color: #C1A7C3;
}
.AnyTagClassName
{
color: #C1A7C3;
}
</style>
background-color css
<style>
a { background-color: #C1A7C3; }
a { background-color: rgb(193,167,195); }
div.DivClassName
{
background-color: #C1A7C3;
}
.BgClassName
{
background-color: #C1A7C3;
}
</style>
border-color css
<style>
span { border-color: #C1A7C3; }
span { border-color: rgb(193,167,195); }
td.TdClassName
{
border-color: #C1A7C3;
}
.TagClassName
{
border-color: #C1A7C3;
}
</style>