Shades of Lilac #C490BE
Tints of Lilac #C490BE
RGB
CMYK
RGB Variations
Color information
#C490BE (or 0xC490BE) is known color: Lilac. HEX triplet: C4, 90 and BE. RGB value is (196,144,190). Sum of RGB (Red+Green+Blue) = 196+144+190=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C490BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490BE is #3B6F41. Grayscale: #A4A4A4. Windows color (decimal): -3895106 or 12488900. OLE color: 12488900.
HSL color Cylindrical-coordinate representation of color #C490BE: hue angle of 306.92º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C490BE is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 190 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.23 |
| HSL | 306.92º | 0.31% | 0.67% | - |
| HSV(B) | 306.92º | 0.27% | 0.77% | - |
| XYZ | 42.03 | 35.4 | 53.33 | - |
| YUV | 164.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 190 | 0 | 0.27 | 0.03 | 0.23 | 306.92 | 0.31 | 0.67 |
| Hex | C4 | 90 | BE | 0 | 1B | 3 | 17 | 133 | 1F | 43 |
| Octal | 304 | 220 | 276 | 0 | 33 | 3 | 27 | 463 | 37 | 103 |
| Binary | 11000100 | 10010000 | 10111110 | 0 | 11011 | 11 | 10111 | 100110011 | 11111 | 1000011 |
Color Harmonies of #C490BE
Complementary color
Monochromatic Colors of #C490BE
Black with #C490BE
Text Example
Text Example
White with #C490BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490BE; }
p { color: rgb(196,144,190); }
H1.HeaderClassName
{
color: #C490BE;
}
.AnyTagClassName
{
color: #C490BE;
}
</style>
background-color css
<style>
a { background-color: #C490BE; }
a { background-color: rgb(196,144,190); }
div.DivClassName
{
background-color: #C490BE;
}
.BgClassName
{
background-color: #C490BE;
}
</style>
border-color css
<style>
span { border-color: #C490BE; }
span { border-color: rgb(196,144,190); }
td.TdClassName
{
border-color: #C490BE;
}
.TagClassName
{
border-color: #C490BE;
}
</style>