Shades of Lilac #C288CA
Tints of Lilac #C288CA
RGB
CMYK
RGB Variations
Color information
#C288CA (or 0xC288CA) is known color: Lilac. HEX triplet: C2, 88 and CA. RGB value is (194,136,202). Sum of RGB (Red+Green+Blue) = 194+136+202=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #C288CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288CA is #3D7735. Grayscale: #A0A0A0. Windows color (decimal): -4028214 or 13273282. OLE color: 13273282.
HSL color Cylindrical-coordinate representation of color #C288CA: hue angle of 292.73º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C288CA is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 136 | 202 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.21 |
| HSL | 292.73º | 0.38% | 0.66% | - |
| HSV(B) | 292.73º | 0.33% | 0.79% | - |
| XYZ | 41.71 | 33.34 | 60.11 | - |
| YUV | 160.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 202 | 0.04 | 0.33 | 0 | 0.21 | 292.73 | 0.38 | 0.66 |
| Hex | C2 | 88 | CA | 4 | 21 | 0 | 15 | 125 | 26 | 42 |
| Octal | 302 | 210 | 312 | 4 | 41 | 0 | 25 | 445 | 46 | 102 |
| Binary | 11000010 | 10001000 | 11001010 | 100 | 100001 | 0 | 10101 | 100100101 | 100110 | 1000010 |
Color Harmonies of #C288CA
Complementary color
Monochromatic Colors of #C288CA
Black with #C288CA
Text Example
Text Example
White with #C288CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288CA; }
p { color: rgb(194,136,202); }
H1.HeaderClassName
{
color: #C288CA;
}
.AnyTagClassName
{
color: #C288CA;
}
</style>
background-color css
<style>
a { background-color: #C288CA; }
a { background-color: rgb(194,136,202); }
div.DivClassName
{
background-color: #C288CA;
}
.BgClassName
{
background-color: #C288CA;
}
</style>
border-color css
<style>
span { border-color: #C288CA; }
span { border-color: rgb(194,136,202); }
td.TdClassName
{
border-color: #C288CA;
}
.TagClassName
{
border-color: #C288CA;
}
</style>