Shades of Lilac #C288CD
Tints of Lilac #C288CD
RGB
CMYK
RGB Variations
Color information
#C288CD (or 0xC288CD) is known color: Lilac. HEX triplet: C2, 88 and CD. RGB value is (194,136,205). Sum of RGB (Red+Green+Blue) = 194+136+205=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #C288CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288CD is #3D7732. Grayscale: #A0A0A0. Windows color (decimal): -4028211 or 13469890. OLE color: 13469890.
HSL color Cylindrical-coordinate representation of color #C288CD: hue angle of 290.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C288CD is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 136 | 205 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.20 |
| HSL | 290.43º | 0.41% | 0.67% | - |
| HSV(B) | 290.43º | 0.34% | 0.8% | - |
| XYZ | 42.07 | 33.49 | 62 | - |
| YUV | 161.21 | 152.72 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 205 | 0.05 | 0.34 | 0 | 0.20 | 290.43 | 0.41 | 0.67 |
| Hex | C2 | 88 | CD | 5 | 22 | 0 | 14 | 122 | 29 | 43 |
| Octal | 302 | 210 | 315 | 5 | 42 | 0 | 24 | 442 | 51 | 103 |
| Binary | 11000010 | 10001000 | 11001101 | 101 | 100010 | 0 | 10100 | 100100010 | 101001 | 1000011 |
Color Harmonies of #C288CD
Complementary color
Monochromatic Colors of #C288CD
Black with #C288CD
Text Example
Text Example
White with #C288CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288CD; }
p { color: rgb(194,136,205); }
H1.HeaderClassName
{
color: #C288CD;
}
.AnyTagClassName
{
color: #C288CD;
}
</style>
background-color css
<style>
a { background-color: #C288CD; }
a { background-color: rgb(194,136,205); }
div.DivClassName
{
background-color: #C288CD;
}
.BgClassName
{
background-color: #C288CD;
}
</style>
border-color css
<style>
span { border-color: #C288CD; }
span { border-color: rgb(194,136,205); }
td.TdClassName
{
border-color: #C288CD;
}
.TagClassName
{
border-color: #C288CD;
}
</style>