Shades of Lilac #C290CB
Tints of Lilac #C290CB
RGB
CMYK
RGB Variations
Color information
#C290CB (or 0xC290CB) is known color: Lilac. HEX triplet: C2, 90 and CB. RGB value is (194,144,203). Sum of RGB (Red+Green+Blue) = 194+144+203=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #C290CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290CB is #3D6F34. Grayscale: #A5A5A5. Windows color (decimal): -4026165 or 13340866. OLE color: 13340866.
HSL color Cylindrical-coordinate representation of color #C290CB: hue angle of 290.85º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C290CB is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 144 | 203 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.20 |
| HSL | 290.85º | 0.36% | 0.68% | - |
| HSV(B) | 290.85º | 0.29% | 0.8% | - |
| XYZ | 43 | 35.73 | 61.13 | - |
| YUV | 165.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 203 | 0.04 | 0.29 | 0 | 0.20 | 290.85 | 0.36 | 0.68 |
| Hex | C2 | 90 | CB | 4 | 1D | 0 | 14 | 123 | 24 | 44 |
| Octal | 302 | 220 | 313 | 4 | 35 | 0 | 24 | 443 | 44 | 104 |
| Binary | 11000010 | 10010000 | 11001011 | 100 | 11101 | 0 | 10100 | 100100011 | 100100 | 1000100 |
Color Harmonies of #C290CB
Complementary color
Monochromatic Colors of #C290CB
Black with #C290CB
Text Example
Text Example
White with #C290CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290CB; }
p { color: rgb(194,144,203); }
H1.HeaderClassName
{
color: #C290CB;
}
.AnyTagClassName
{
color: #C290CB;
}
</style>
background-color css
<style>
a { background-color: #C290CB; }
a { background-color: rgb(194,144,203); }
div.DivClassName
{
background-color: #C290CB;
}
.BgClassName
{
background-color: #C290CB;
}
</style>
border-color css
<style>
span { border-color: #C290CB; }
span { border-color: rgb(194,144,203); }
td.TdClassName
{
border-color: #C290CB;
}
.TagClassName
{
border-color: #C290CB;
}
</style>