Shades of Lilac #C288C6
Tints of Lilac #C288C6
RGB
CMYK
RGB Variations
Color information
#C288C6 (or 0xC288C6) is known color: Lilac. HEX triplet: C2, 88 and C6. RGB value is (194,136,198). Sum of RGB (Red+Green+Blue) = 194+136+198=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 198 - color contains mainly: blue. Hex color #C288C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288C6 is #3D7739. Grayscale: #A0A0A0. Windows color (decimal): -4028218 or 13011138. OLE color: 13011138.
HSL color Cylindrical-coordinate representation of color #C288C6: hue angle of 296.13º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C288C6 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 136 | 198 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.22 |
| HSL | 296.13º | 0.35% | 0.65% | - |
| HSV(B) | 296.13º | 0.31% | 0.78% | - |
| XYZ | 41.25 | 33.15 | 57.65 | - |
| YUV | 160.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 198 | 0.02 | 0.31 | 0 | 0.22 | 296.13 | 0.35 | 0.65 |
| Hex | C2 | 88 | C6 | 2 | 1F | 0 | 16 | 128 | 23 | 41 |
| Octal | 302 | 210 | 306 | 2 | 37 | 0 | 26 | 450 | 43 | 101 |
| Binary | 11000010 | 10001000 | 11000110 | 10 | 11111 | 0 | 10110 | 100101000 | 100011 | 1000001 |
Color Harmonies of #C288C6
Complementary color
Monochromatic Colors of #C288C6
Black with #C288C6
Text Example
Text Example
White with #C288C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288C6; }
p { color: rgb(194,136,198); }
H1.HeaderClassName
{
color: #C288C6;
}
.AnyTagClassName
{
color: #C288C6;
}
</style>
background-color css
<style>
a { background-color: #C288C6; }
a { background-color: rgb(194,136,198); }
div.DivClassName
{
background-color: #C288C6;
}
.BgClassName
{
background-color: #C288C6;
}
</style>
border-color css
<style>
span { border-color: #C288C6; }
span { border-color: rgb(194,136,198); }
td.TdClassName
{
border-color: #C288C6;
}
.TagClassName
{
border-color: #C288C6;
}
</style>