Shades of Lilac #C289C5
Tints of Lilac #C289C5
RGB
CMYK
RGB Variations
Color information
#C289C5 (or 0xC289C5) is known color: Lilac. HEX triplet: C2, 89 and C5. RGB value is (194,137,197). Sum of RGB (Red+Green+Blue) = 194+137+197=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 197 - color contains mainly: blue. Hex color #C289C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C289C5 is #3D763A. Grayscale: #A0A0A0. Windows color (decimal): -4027963 or 12945858. OLE color: 12945858.
HSL color Cylindrical-coordinate representation of color #C289C5: hue angle of 297º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C289C5 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 137 | 197 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.23 |
| HSL | 297º | 0.34% | 0.65% | - |
| HSV(B) | 297º | 0.3% | 0.77% | - |
| XYZ | 41.27 | 33.39 | 57.09 | - |
| YUV | 160.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 197 | 0.02 | 0.30 | 0 | 0.23 | 297 | 0.34 | 0.65 |
| Hex | C2 | 89 | C5 | 2 | 1E | 0 | 17 | 129 | 22 | 41 |
| Octal | 302 | 211 | 305 | 2 | 36 | 0 | 27 | 451 | 42 | 101 |
| Binary | 11000010 | 10001001 | 11000101 | 10 | 11110 | 0 | 10111 | 100101001 | 100010 | 1000001 |
Color Harmonies of #C289C5
Complementary color
Monochromatic Colors of #C289C5
Black with #C289C5
Text Example
Text Example
White with #C289C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C289C5; }
p { color: rgb(194,137,197); }
H1.HeaderClassName
{
color: #C289C5;
}
.AnyTagClassName
{
color: #C289C5;
}
</style>
background-color css
<style>
a { background-color: #C289C5; }
a { background-color: rgb(194,137,197); }
div.DivClassName
{
background-color: #C289C5;
}
.BgClassName
{
background-color: #C289C5;
}
</style>
border-color css
<style>
span { border-color: #C289C5; }
span { border-color: rgb(194,137,197); }
td.TdClassName
{
border-color: #C289C5;
}
.TagClassName
{
border-color: #C289C5;
}
</style>