Shades of Lilac #C288CE
Tints of Lilac #C288CE
RGB
CMYK
RGB Variations
Color information
#C288CE (or 0xC288CE) is known color: Lilac. HEX triplet: C2, 88 and CE. RGB value is (194,136,206). Sum of RGB (Red+Green+Blue) = 194+136+206=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #C288CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288CE is #3D7731. Grayscale: #A1A1A1. Windows color (decimal): -4028210 or 13535426. OLE color: 13535426.
HSL color Cylindrical-coordinate representation of color #C288CE: hue angle of 289.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C288CE is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 136 | 206 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.19 |
| HSL | 289.71º | 0.42% | 0.67% | - |
| HSV(B) | 289.71º | 0.34% | 0.81% | - |
| XYZ | 42.19 | 33.53 | 62.64 | - |
| YUV | 161.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 206 | 0.06 | 0.34 | 0 | 0.19 | 289.71 | 0.42 | 0.67 |
| Hex | C2 | 88 | CE | 6 | 22 | 0 | 13 | 122 | 2A | 43 |
| Octal | 302 | 210 | 316 | 6 | 42 | 0 | 23 | 442 | 52 | 103 |
| Binary | 11000010 | 10001000 | 11001110 | 110 | 100010 | 0 | 10011 | 100100010 | 101010 | 1000011 |
Color Harmonies of #C288CE
Complementary color
Monochromatic Colors of #C288CE
Black with #C288CE
Text Example
Text Example
White with #C288CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288CE; }
p { color: rgb(194,136,206); }
H1.HeaderClassName
{
color: #C288CE;
}
.AnyTagClassName
{
color: #C288CE;
}
</style>
background-color css
<style>
a { background-color: #C288CE; }
a { background-color: rgb(194,136,206); }
div.DivClassName
{
background-color: #C288CE;
}
.BgClassName
{
background-color: #C288CE;
}
</style>
border-color css
<style>
span { border-color: #C288CE; }
span { border-color: rgb(194,136,206); }
td.TdClassName
{
border-color: #C288CE;
}
.TagClassName
{
border-color: #C288CE;
}
</style>