Shades of Lilac #C1A8C3
Tints of Lilac #C1A8C3
RGB
CMYK
RGB Variations
Color information
#C1A8C3 (or 0xC1A8C3) is known color: Lilac. HEX triplet: C1, A8 and C3. RGB value is (193,168,195). Sum of RGB (Red+Green+Blue) = 193+168+195=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 195 - color contains mainly: blue. Hex color #C1A8C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A8C3 is #3E573C. Grayscale: #B2B2B2. Windows color (decimal): -4085565 or 12822721. OLE color: 12822721.
HSL color Cylindrical-coordinate representation of color #C1A8C3: hue angle of 295.56º degrees, saturation: 0.18, 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 #C1A8C3 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 195 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.24 |
| HSL | 295.56º | 0.18% | 0.71% | - |
| HSV(B) | 295.56º | 0.14% | 0.76% | - |
| XYZ | 45.85 | 43.28 | 57.57 | - |
| YUV | 178.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 195 | 0.01 | 0.14 | 0 | 0.24 | 295.56 | 0.18 | 0.71 |
| Hex | C1 | A8 | C3 | 1 | E | 0 | 18 | 128 | 12 | 47 |
| Octal | 301 | 250 | 303 | 1 | 16 | 0 | 30 | 450 | 22 | 107 |
| Binary | 11000001 | 10101000 | 11000011 | 1 | 1110 | 0 | 11000 | 100101000 | 10010 | 1000111 |
Color Harmonies of #C1A8C3
Complementary color
Monochromatic Colors of #C1A8C3
Black with #C1A8C3
Text Example
Text Example
White with #C1A8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A8C3; }
p { color: rgb(193,168,195); }
H1.HeaderClassName
{
color: #C1A8C3;
}
.AnyTagClassName
{
color: #C1A8C3;
}
</style>
background-color css
<style>
a { background-color: #C1A8C3; }
a { background-color: rgb(193,168,195); }
div.DivClassName
{
background-color: #C1A8C3;
}
.BgClassName
{
background-color: #C1A8C3;
}
</style>
border-color css
<style>
span { border-color: #C1A8C3; }
span { border-color: rgb(193,168,195); }
td.TdClassName
{
border-color: #C1A8C3;
}
.TagClassName
{
border-color: #C1A8C3;
}
</style>