Shades of Lilac #C490BC
Tints of Lilac #C490BC
RGB
CMYK
RGB Variations
Color information
#C490BC (or 0xC490BC) is known color: Lilac. HEX triplet: C4, 90 and BC. RGB value is (196,144,188). Sum of RGB (Red+Green+Blue) = 196+144+188=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C490BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490BC is #3B6F43. Grayscale: #A4A4A4. Windows color (decimal): -3895108 or 12357828. OLE color: 12357828.
HSL color Cylindrical-coordinate representation of color #C490BC: hue angle of 309.23º 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 #C490BC is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 188 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.23 |
| HSL | 309.23º | 0.31% | 0.67% | - |
| HSV(B) | 309.23º | 0.27% | 0.77% | - |
| XYZ | 41.82 | 35.31 | 52.19 | - |
| YUV | 164.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 188 | 0 | 0.27 | 0.04 | 0.23 | 309.23 | 0.31 | 0.67 |
| Hex | C4 | 90 | BC | 0 | 1B | 4 | 17 | 135 | 1F | 43 |
| Octal | 304 | 220 | 274 | 0 | 33 | 4 | 27 | 465 | 37 | 103 |
| Binary | 11000100 | 10010000 | 10111100 | 0 | 11011 | 100 | 10111 | 100110101 | 11111 | 1000011 |
Color Harmonies of #C490BC
Complementary color
Monochromatic Colors of #C490BC
Black with #C490BC
Text Example
Text Example
White with #C490BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490BC; }
p { color: rgb(196,144,188); }
H1.HeaderClassName
{
color: #C490BC;
}
.AnyTagClassName
{
color: #C490BC;
}
</style>
background-color css
<style>
a { background-color: #C490BC; }
a { background-color: rgb(196,144,188); }
div.DivClassName
{
background-color: #C490BC;
}
.BgClassName
{
background-color: #C490BC;
}
</style>
border-color css
<style>
span { border-color: #C490BC; }
span { border-color: rgb(196,144,188); }
td.TdClassName
{
border-color: #C490BC;
}
.TagClassName
{
border-color: #C490BC;
}
</style>