Shades of Lilac #C289CA
Tints of Lilac #C289CA
RGB
CMYK
RGB Variations
Color information
#C289CA (or 0xC289CA) is known color: Lilac. HEX triplet: C2, 89 and CA. RGB value is (194,137,202). Sum of RGB (Red+Green+Blue) = 194+137+202=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #C289CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C289CA is #3D7635. Grayscale: #A1A1A1. Windows color (decimal): -4027958 or 13273538. OLE color: 13273538.
HSL color Cylindrical-coordinate representation of color #C289CA: hue angle of 292.62º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C289CA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 137 | 202 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.21 |
| HSL | 292.62º | 0.38% | 0.66% | - |
| HSV(B) | 292.62º | 0.32% | 0.79% | - |
| XYZ | 41.85 | 33.62 | 60.16 | - |
| YUV | 161.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 202 | 0.04 | 0.32 | 0 | 0.21 | 292.62 | 0.38 | 0.66 |
| Hex | C2 | 89 | CA | 4 | 20 | 0 | 15 | 125 | 26 | 42 |
| Octal | 302 | 211 | 312 | 4 | 40 | 0 | 25 | 445 | 46 | 102 |
| Binary | 11000010 | 10001001 | 11001010 | 100 | 100000 | 0 | 10101 | 100100101 | 100110 | 1000010 |
Color Harmonies of #C289CA
Complementary color
Monochromatic Colors of #C289CA
Black with #C289CA
Text Example
Text Example
White with #C289CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C289CA; }
p { color: rgb(194,137,202); }
H1.HeaderClassName
{
color: #C289CA;
}
.AnyTagClassName
{
color: #C289CA;
}
</style>
background-color css
<style>
a { background-color: #C289CA; }
a { background-color: rgb(194,137,202); }
div.DivClassName
{
background-color: #C289CA;
}
.BgClassName
{
background-color: #C289CA;
}
</style>
border-color css
<style>
span { border-color: #C289CA; }
span { border-color: rgb(194,137,202); }
td.TdClassName
{
border-color: #C289CA;
}
.TagClassName
{
border-color: #C289CA;
}
</style>