Shades of Lilac #C291C0
Tints of Lilac #C291C0
RGB
CMYK
RGB Variations
Color information
#C291C0 (or 0xC291C0) is known color: Lilac. HEX triplet: C2, 91 and C0. RGB value is (194,145,192). Sum of RGB (Red+Green+Blue) = 194+145+192=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C291C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291C0 is #3D6E3F. Grayscale: #A4A4A4. Windows color (decimal): -4025920 or 12620226. OLE color: 12620226.
HSL color Cylindrical-coordinate representation of color #C291C0: hue angle of 302.45º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C291C0 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 192 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.24 |
| HSL | 302.45º | 0.29% | 0.66% | - |
| HSV(B) | 302.45º | 0.25% | 0.76% | - |
| XYZ | 41.89 | 35.53 | 54.52 | - |
| YUV | 165.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 192 | 0 | 0.25 | 0.01 | 0.24 | 302.45 | 0.29 | 0.66 |
| Hex | C2 | 91 | C0 | 0 | 19 | 1 | 18 | 12E | 1D | 42 |
| Octal | 302 | 221 | 300 | 0 | 31 | 1 | 30 | 456 | 35 | 102 |
| Binary | 11000010 | 10010001 | 11000000 | 0 | 11001 | 1 | 11000 | 100101110 | 11101 | 1000010 |
Color Harmonies of #C291C0
Complementary color
Monochromatic Colors of #C291C0
Black with #C291C0
Text Example
Text Example
White with #C291C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C291C0; }
p { color: rgb(194,145,192); }
H1.HeaderClassName
{
color: #C291C0;
}
.AnyTagClassName
{
color: #C291C0;
}
</style>
background-color css
<style>
a { background-color: #C291C0; }
a { background-color: rgb(194,145,192); }
div.DivClassName
{
background-color: #C291C0;
}
.BgClassName
{
background-color: #C291C0;
}
</style>
border-color css
<style>
span { border-color: #C291C0; }
span { border-color: rgb(194,145,192); }
td.TdClassName
{
border-color: #C291C0;
}
.TagClassName
{
border-color: #C291C0;
}
</style>