Shades of Lilac #C491CC
Tints of Lilac #C491CC
RGB
CMYK
RGB Variations
Color information
#C491CC (or 0xC491CC) is known color: Lilac. HEX triplet: C4, 91 and CC. RGB value is (196,145,204). Sum of RGB (Red+Green+Blue) = 196+145+204=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #C491CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491CC is #3B6E33. Grayscale: #A6A6A6. Windows color (decimal): -3894836 or 13406660. OLE color: 13406660.
HSL color Cylindrical-coordinate representation of color #C491CC: hue angle of 291.86º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C491CC is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 145 | 204 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.2 |
| HSL | 291.86º | 0.37% | 0.68% | - |
| HSV(B) | 291.86º | 0.29% | 0.8% | - |
| XYZ | 43.79 | 36.35 | 61.83 | - |
| YUV | 166.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 204 | 0.04 | 0.29 | 0 | 0.2 | 291.86 | 0.37 | 0.68 |
| Hex | C4 | 91 | CC | 4 | 1D | 0 | 14 | 124 | 25 | 44 |
| Octal | 304 | 221 | 314 | 4 | 35 | 0 | 24 | 444 | 45 | 104 |
| Binary | 11000100 | 10010001 | 11001100 | 100 | 11101 | 0 | 10100 | 100100100 | 100101 | 1000100 |
Color Harmonies of #C491CC
Complementary color
Monochromatic Colors of #C491CC
Black with #C491CC
Text Example
Text Example
White with #C491CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C491CC; }
p { color: rgb(196,145,204); }
H1.HeaderClassName
{
color: #C491CC;
}
.AnyTagClassName
{
color: #C491CC;
}
</style>
background-color css
<style>
a { background-color: #C491CC; }
a { background-color: rgb(196,145,204); }
div.DivClassName
{
background-color: #C491CC;
}
.BgClassName
{
background-color: #C491CC;
}
</style>
border-color css
<style>
span { border-color: #C491CC; }
span { border-color: rgb(196,145,204); }
td.TdClassName
{
border-color: #C491CC;
}
.TagClassName
{
border-color: #C491CC;
}
</style>