Shades of Lilac #C289C1
Tints of Lilac #C289C1
RGB
CMYK
RGB Variations
Color information
#C289C1 (or 0xC289C1) is known color: Lilac. HEX triplet: C2, 89 and C1. RGB value is (194,137,193). Sum of RGB (Red+Green+Blue) = 194+137+193=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C289C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C289C1 is #3D763E. Grayscale: #A0A0A0. Windows color (decimal): -4027967 or 12683714. OLE color: 12683714.
HSL color Cylindrical-coordinate representation of color #C289C1: hue angle of 301.05º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C289C1 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 193 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.24 |
| HSL | 301.05º | 0.32% | 0.65% | - |
| HSV(B) | 301.05º | 0.29% | 0.76% | - |
| XYZ | 40.82 | 33.21 | 54.71 | - |
| YUV | 160.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 193 | 0 | 0.29 | 0.01 | 0.24 | 301.05 | 0.32 | 0.65 |
| Hex | C2 | 89 | C1 | 0 | 1D | 1 | 18 | 12D | 20 | 41 |
| Octal | 302 | 211 | 301 | 0 | 35 | 1 | 30 | 455 | 40 | 101 |
| Binary | 11000010 | 10001001 | 11000001 | 0 | 11101 | 1 | 11000 | 100101101 | 100000 | 1000001 |
Color Harmonies of #C289C1
Complementary color
Monochromatic Colors of #C289C1
Black with #C289C1
Text Example
Text Example
White with #C289C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C289C1; }
p { color: rgb(194,137,193); }
H1.HeaderClassName
{
color: #C289C1;
}
.AnyTagClassName
{
color: #C289C1;
}
</style>
background-color css
<style>
a { background-color: #C289C1; }
a { background-color: rgb(194,137,193); }
div.DivClassName
{
background-color: #C289C1;
}
.BgClassName
{
background-color: #C289C1;
}
</style>
border-color css
<style>
span { border-color: #C289C1; }
span { border-color: rgb(194,137,193); }
td.TdClassName
{
border-color: #C289C1;
}
.TagClassName
{
border-color: #C289C1;
}
</style>