Shades of Lilac #C490C2
Tints of Lilac #C490C2
RGB
CMYK
RGB Variations
Color information
#C490C2 (or 0xC490C2) is known color: Lilac. HEX triplet: C4, 90 and C2. RGB value is (196,144,194). Sum of RGB (Red+Green+Blue) = 196+144+194=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C490C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490C2 is #3B6F3D. Grayscale: #A5A5A5. Windows color (decimal): -3895102 or 12751044. OLE color: 12751044.
HSL color Cylindrical-coordinate representation of color #C490C2: hue angle of 302.31º 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 #C490C2 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 194 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.23 |
| HSL | 302.31º | 0.31% | 0.67% | - |
| HSV(B) | 302.31º | 0.27% | 0.77% | - |
| XYZ | 42.48 | 35.58 | 55.67 | - |
| YUV | 165.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 194 | 0 | 0.27 | 0.01 | 0.23 | 302.31 | 0.31 | 0.67 |
| Hex | C4 | 90 | C2 | 0 | 1B | 1 | 17 | 12E | 1F | 43 |
| Octal | 304 | 220 | 302 | 0 | 33 | 1 | 27 | 456 | 37 | 103 |
| Binary | 11000100 | 10010000 | 11000010 | 0 | 11011 | 1 | 10111 | 100101110 | 11111 | 1000011 |
Color Harmonies of #C490C2
Complementary color
Monochromatic Colors of #C490C2
Black with #C490C2
Text Example
Text Example
White with #C490C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490C2; }
p { color: rgb(196,144,194); }
H1.HeaderClassName
{
color: #C490C2;
}
.AnyTagClassName
{
color: #C490C2;
}
</style>
background-color css
<style>
a { background-color: #C490C2; }
a { background-color: rgb(196,144,194); }
div.DivClassName
{
background-color: #C490C2;
}
.BgClassName
{
background-color: #C490C2;
}
</style>
border-color css
<style>
span { border-color: #C490C2; }
span { border-color: rgb(196,144,194); }
td.TdClassName
{
border-color: #C490C2;
}
.TagClassName
{
border-color: #C490C2;
}
</style>