Shades of Lilac #C2A5BF
Tints of Lilac #C2A5BF
RGB
CMYK
RGB Variations
Color information
#C2A5BF (or 0xC2A5BF) is known color: Lilac. HEX triplet: C2, A5 and BF. RGB value is (194,165,191). Sum of RGB (Red+Green+Blue) = 194+165+191=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A5BF is #3D5A40. Grayscale: #B0B0B0. Windows color (decimal): -4020801 or 12559810. OLE color: 12559810.
HSL color Cylindrical-coordinate representation of color #C2A5BF: hue angle of 306.21º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2A5BF is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 191 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.24 |
| HSL | 306.21º | 0.19% | 0.7% | - |
| HSV(B) | 306.21º | 0.15% | 0.76% | - |
| XYZ | 45.11 | 42.14 | 55.05 | - |
| YUV | 176.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 191 | 0 | 0.15 | 0.02 | 0.24 | 306.21 | 0.19 | 0.7 |
| Hex | C2 | A5 | BF | 0 | F | 2 | 18 | 132 | 13 | 46 |
| Octal | 302 | 245 | 277 | 0 | 17 | 2 | 30 | 462 | 23 | 106 |
| Binary | 11000010 | 10100101 | 10111111 | 0 | 1111 | 10 | 11000 | 100110010 | 10011 | 1000110 |
Color Harmonies of #C2A5BF
Complementary color
Monochromatic Colors of #C2A5BF
Black with #C2A5BF
Text Example
Text Example
White with #C2A5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A5BF; }
p { color: rgb(194,165,191); }
H1.HeaderClassName
{
color: #C2A5BF;
}
.AnyTagClassName
{
color: #C2A5BF;
}
</style>
background-color css
<style>
a { background-color: #C2A5BF; }
a { background-color: rgb(194,165,191); }
div.DivClassName
{
background-color: #C2A5BF;
}
.BgClassName
{
background-color: #C2A5BF;
}
</style>
border-color css
<style>
span { border-color: #C2A5BF; }
span { border-color: rgb(194,165,191); }
td.TdClassName
{
border-color: #C2A5BF;
}
.TagClassName
{
border-color: #C2A5BF;
}
</style>