Shades of Lilac #C491C7
Tints of Lilac #C491C7
RGB
CMYK
RGB Variations
Color information
#C491C7 (or 0xC491C7) is known color: Lilac. HEX triplet: C4, 91 and C7. RGB value is (196,145,199). Sum of RGB (Red+Green+Blue) = 196+145+199=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 199 - color contains mainly: blue. Hex color #C491C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491C7 is #3B6E38. Grayscale: #A6A6A6. Windows color (decimal): -3894841 or 13078980. OLE color: 13078980.
HSL color Cylindrical-coordinate representation of color #C491C7: hue angle of 296.67º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C491C7 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 145 | 199 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.22 |
| HSL | 296.67º | 0.33% | 0.67% | - |
| HSV(B) | 296.67º | 0.27% | 0.78% | - |
| XYZ | 43.2 | 36.11 | 58.73 | - |
| YUV | 166.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 199 | 0.02 | 0.27 | 0 | 0.22 | 296.67 | 0.33 | 0.67 |
| Hex | C4 | 91 | C7 | 2 | 1B | 0 | 16 | 129 | 21 | 43 |
| Octal | 304 | 221 | 307 | 2 | 33 | 0 | 26 | 451 | 41 | 103 |
| Binary | 11000100 | 10010001 | 11000111 | 10 | 11011 | 0 | 10110 | 100101001 | 100001 | 1000011 |
Color Harmonies of #C491C7
Complementary color
Monochromatic Colors of #C491C7
Black with #C491C7
Text Example
Text Example
White with #C491C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C491C7; }
p { color: rgb(196,145,199); }
H1.HeaderClassName
{
color: #C491C7;
}
.AnyTagClassName
{
color: #C491C7;
}
</style>
background-color css
<style>
a { background-color: #C491C7; }
a { background-color: rgb(196,145,199); }
div.DivClassName
{
background-color: #C491C7;
}
.BgClassName
{
background-color: #C491C7;
}
</style>
border-color css
<style>
span { border-color: #C491C7; }
span { border-color: rgb(196,145,199); }
td.TdClassName
{
border-color: #C491C7;
}
.TagClassName
{
border-color: #C491C7;
}
</style>