Shades of Lilac #C091C3
Tints of Lilac #C091C3
RGB
CMYK
RGB Variations
Color information
#C091C3 (or 0xC091C3) is known color: Lilac. HEX triplet: C0, 91 and C3. RGB value is (192,145,195). Sum of RGB (Red+Green+Blue) = 192+145+195=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 195 - color contains mainly: blue. Hex color #C091C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091C3 is #3F6E3C. Grayscale: #A4A4A4. Windows color (decimal): -4156989 or 12816832. OLE color: 12816832.
HSL color Cylindrical-coordinate representation of color #C091C3: hue angle of 296.4º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C091C3 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 145 | 195 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.24 |
| HSL | 296.4º | 0.29% | 0.67% | - |
| HSV(B) | 296.4º | 0.26% | 0.76% | - |
| XYZ | 41.71 | 35.4 | 56.26 | - |
| YUV | 164.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 195 | 0.02 | 0.26 | 0 | 0.24 | 296.4 | 0.29 | 0.67 |
| Hex | C0 | 91 | C3 | 2 | 1A | 0 | 18 | 128 | 1D | 43 |
| Octal | 300 | 221 | 303 | 2 | 32 | 0 | 30 | 450 | 35 | 103 |
| Binary | 11000000 | 10010001 | 11000011 | 10 | 11010 | 0 | 11000 | 100101000 | 11101 | 1000011 |
Color Harmonies of #C091C3
Complementary color
Monochromatic Colors of #C091C3
Black with #C091C3
Text Example
Text Example
White with #C091C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C091C3; }
p { color: rgb(192,145,195); }
H1.HeaderClassName
{
color: #C091C3;
}
.AnyTagClassName
{
color: #C091C3;
}
</style>
background-color css
<style>
a { background-color: #C091C3; }
a { background-color: rgb(192,145,195); }
div.DivClassName
{
background-color: #C091C3;
}
.BgClassName
{
background-color: #C091C3;
}
</style>
border-color css
<style>
span { border-color: #C091C3; }
span { border-color: rgb(192,145,195); }
td.TdClassName
{
border-color: #C091C3;
}
.TagClassName
{
border-color: #C091C3;
}
</style>