Shades of Lilac #C688D0
Tints of Lilac #C688D0
RGB
CMYK
RGB Variations
Color information
#C688D0 (or 0xC688D0) is known color: Lilac. HEX triplet: C6, 88 and D0. RGB value is (198,136,208). Sum of RGB (Red+Green+Blue) = 198+136+208=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #C688D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C688D0 is #39772F. Grayscale: #A2A2A2. Windows color (decimal): -3766064 or 13666502. OLE color: 13666502.
HSL color Cylindrical-coordinate representation of color #C688D0: hue angle of 291.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C688D0 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 136 | 208 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.18 |
| HSL | 291.67º | 0.43% | 0.67% | - |
| HSV(B) | 291.67º | 0.35% | 0.82% | - |
| XYZ | 43.48 | 34.17 | 63.98 | - |
| YUV | 162.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 208 | 0.05 | 0.35 | 0 | 0.18 | 291.67 | 0.43 | 0.67 |
| Hex | C6 | 88 | D0 | 5 | 23 | 0 | 12 | 124 | 2B | 43 |
| Octal | 306 | 210 | 320 | 5 | 43 | 0 | 22 | 444 | 53 | 103 |
| Binary | 11000110 | 10001000 | 11010000 | 101 | 100011 | 0 | 10010 | 100100100 | 101011 | 1000011 |
Color Harmonies of #C688D0
Complementary color
Monochromatic Colors of #C688D0
Black with #C688D0
Text Example
Text Example
White with #C688D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C688D0; }
p { color: rgb(198,136,208); }
H1.HeaderClassName
{
color: #C688D0;
}
.AnyTagClassName
{
color: #C688D0;
}
</style>
background-color css
<style>
a { background-color: #C688D0; }
a { background-color: rgb(198,136,208); }
div.DivClassName
{
background-color: #C688D0;
}
.BgClassName
{
background-color: #C688D0;
}
</style>
border-color css
<style>
span { border-color: #C688D0; }
span { border-color: rgb(198,136,208); }
td.TdClassName
{
border-color: #C688D0;
}
.TagClassName
{
border-color: #C688D0;
}
</style>