Shades of Lilac #C2ABC3
Tints of Lilac #C2ABC3
RGB
CMYK
RGB Variations
Color information
#C2ABC3 (or 0xC2ABC3) is known color: Lilac. HEX triplet: C2, AB and C3. RGB value is (194,171,195). Sum of RGB (Red+Green+Blue) = 194+171+195=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 195 - color contains mainly: blue. Hex color #C2ABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABC3 is #3D543C. Grayscale: #B4B4B4. Windows color (decimal): -4019261 or 12823490. OLE color: 12823490.
HSL color Cylindrical-coordinate representation of color #C2ABC3: hue angle of 297.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2ABC3 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 195 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.24 |
| HSL | 297.5º | 0.17% | 0.72% | - |
| HSV(B) | 297.5º | 0.12% | 0.76% | - |
| XYZ | 46.66 | 44.54 | 57.77 | - |
| YUV | 180.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 195 | 0.01 | 0.12 | 0 | 0.24 | 297.5 | 0.17 | 0.72 |
| Hex | C2 | AB | C3 | 1 | C | 0 | 18 | 12A | 11 | 48 |
| Octal | 302 | 253 | 303 | 1 | 14 | 0 | 30 | 452 | 21 | 110 |
| Binary | 11000010 | 10101011 | 11000011 | 1 | 1100 | 0 | 11000 | 100101010 | 10001 | 1001000 |
Color Harmonies of #C2ABC3
Complementary color
Monochromatic Colors of #C2ABC3
Black with #C2ABC3
Text Example
Text Example
White with #C2ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABC3; }
p { color: rgb(194,171,195); }
H1.HeaderClassName
{
color: #C2ABC3;
}
.AnyTagClassName
{
color: #C2ABC3;
}
</style>
background-color css
<style>
a { background-color: #C2ABC3; }
a { background-color: rgb(194,171,195); }
div.DivClassName
{
background-color: #C2ABC3;
}
.BgClassName
{
background-color: #C2ABC3;
}
</style>
border-color css
<style>
span { border-color: #C2ABC3; }
span { border-color: rgb(194,171,195); }
td.TdClassName
{
border-color: #C2ABC3;
}
.TagClassName
{
border-color: #C2ABC3;
}
</style>