Shades of Lilac #C490C4
Tints of Lilac #C490C4
RGB
CMYK
RGB Variations
Color information
#C490C4 (or 0xC490C4) is known color: Lilac. HEX triplet: C4, 90 and C4. RGB value is (196,144,196). Sum of RGB (Red+Green+Blue) = 196+144+196=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C490C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490C4 is #3B6F3B. Grayscale: #A5A5A5. Windows color (decimal): -3895100 or 12882116. OLE color: 12882116.
HSL color Cylindrical-coordinate representation of color #C490C4: hue angle of 300º 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 #C490C4 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 196 | - |
| CMYK | 0 | 0.27 | 0 | 0.23 |
| HSL | 300º | 0.31% | 0.67% | - |
| HSV(B) | 300º | 0.27% | 0.77% | - |
| XYZ | 42.7 | 35.67 | 56.86 | - |
| YUV | 165.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 196 | 0 | 0.27 | 0 | 0.23 | 300 | 0.31 | 0.67 |
| Hex | C4 | 90 | C4 | 0 | 1B | 0 | 17 | 12C | 1F | 43 |
| Octal | 304 | 220 | 304 | 0 | 33 | 0 | 27 | 454 | 37 | 103 |
| Binary | 11000100 | 10010000 | 11000100 | 0 | 11011 | 0 | 10111 | 100101100 | 11111 | 1000011 |
Color Harmonies of #C490C4
Complementary color
Monochromatic Colors of #C490C4
Black with #C490C4
Text Example
Text Example
White with #C490C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490C4; }
p { color: rgb(196,144,196); }
H1.HeaderClassName
{
color: #C490C4;
}
.AnyTagClassName
{
color: #C490C4;
}
</style>
background-color css
<style>
a { background-color: #C490C4; }
a { background-color: rgb(196,144,196); }
div.DivClassName
{
background-color: #C490C4;
}
.BgClassName
{
background-color: #C490C4;
}
</style>
border-color css
<style>
span { border-color: #C490C4; }
span { border-color: rgb(196,144,196); }
td.TdClassName
{
border-color: #C490C4;
}
.TagClassName
{
border-color: #C490C4;
}
</style>