Shades of Lilac #C291C5
Tints of Lilac #C291C5
RGB
CMYK
RGB Variations
Color information
#C291C5 (or 0xC291C5) is known color: Lilac. HEX triplet: C2, 91 and C5. RGB value is (194,145,197). Sum of RGB (Red+Green+Blue) = 194+145+197=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 197 - color contains mainly: blue. Hex color #C291C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291C5 is #3D6E3A. Grayscale: #A5A5A5. Windows color (decimal): -4025915 or 12947906. OLE color: 12947906.
HSL color Cylindrical-coordinate representation of color #C291C5: hue angle of 296.54º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C291C5 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 145 | 197 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.23 |
| HSL | 296.54º | 0.31% | 0.67% | - |
| HSV(B) | 296.54º | 0.26% | 0.77% | - |
| XYZ | 42.45 | 35.75 | 57.49 | - |
| YUV | 165.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 197 | 0.02 | 0.26 | 0 | 0.23 | 296.54 | 0.31 | 0.67 |
| Hex | C2 | 91 | C5 | 2 | 1A | 0 | 17 | 129 | 1F | 43 |
| Octal | 302 | 221 | 305 | 2 | 32 | 0 | 27 | 451 | 37 | 103 |
| Binary | 11000010 | 10010001 | 11000101 | 10 | 11010 | 0 | 10111 | 100101001 | 11111 | 1000011 |
Color Harmonies of #C291C5
Complementary color
Monochromatic Colors of #C291C5
Black with #C291C5
Text Example
Text Example
White with #C291C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C291C5; }
p { color: rgb(194,145,197); }
H1.HeaderClassName
{
color: #C291C5;
}
.AnyTagClassName
{
color: #C291C5;
}
</style>
background-color css
<style>
a { background-color: #C291C5; }
a { background-color: rgb(194,145,197); }
div.DivClassName
{
background-color: #C291C5;
}
.BgClassName
{
background-color: #C291C5;
}
</style>
border-color css
<style>
span { border-color: #C291C5; }
span { border-color: rgb(194,145,197); }
td.TdClassName
{
border-color: #C291C5;
}
.TagClassName
{
border-color: #C291C5;
}
</style>