Shades of Lilac #C2A5C9
Tints of Lilac #C2A5C9
RGB
CMYK
RGB Variations
Color information
#C2A5C9 (or 0xC2A5C9) is known color: Lilac. HEX triplet: C2, A5 and C9. RGB value is (194,165,201). Sum of RGB (Red+Green+Blue) = 194+165+201=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 201 - color contains mainly: blue. Hex color #C2A5C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A5C9 is #3D5A36. Grayscale: #B1B1B1. Windows color (decimal): -4020791 or 13215170. OLE color: 13215170.
HSL color Cylindrical-coordinate representation of color #C2A5C9: hue angle of 288.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2A5C9 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 165 | 201 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.21 |
| HSL | 288.33º | 0.25% | 0.72% | - |
| HSV(B) | 288.33º | 0.18% | 0.79% | - |
| XYZ | 46.25 | 42.6 | 61.04 | - |
| YUV | 177.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 201 | 0.03 | 0.18 | 0 | 0.21 | 288.33 | 0.25 | 0.72 |
| Hex | C2 | A5 | C9 | 3 | 12 | 0 | 15 | 120 | 19 | 48 |
| Octal | 302 | 245 | 311 | 3 | 22 | 0 | 25 | 440 | 31 | 110 |
| Binary | 11000010 | 10100101 | 11001001 | 11 | 10010 | 0 | 10101 | 100100000 | 11001 | 1001000 |
Color Harmonies of #C2A5C9
Complementary color
Monochromatic Colors of #C2A5C9
Black with #C2A5C9
Text Example
Text Example
White with #C2A5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A5C9; }
p { color: rgb(194,165,201); }
H1.HeaderClassName
{
color: #C2A5C9;
}
.AnyTagClassName
{
color: #C2A5C9;
}
</style>
background-color css
<style>
a { background-color: #C2A5C9; }
a { background-color: rgb(194,165,201); }
div.DivClassName
{
background-color: #C2A5C9;
}
.BgClassName
{
background-color: #C2A5C9;
}
</style>
border-color css
<style>
span { border-color: #C2A5C9; }
span { border-color: rgb(194,165,201); }
td.TdClassName
{
border-color: #C2A5C9;
}
.TagClassName
{
border-color: #C2A5C9;
}
</style>