Shades of Lilac #C68CBC
Tints of Lilac #C68CBC
RGB
CMYK
RGB Variations
Color information
#C68CBC (or 0xC68CBC) is known color: Lilac. HEX triplet: C6, 8C and BC. RGB value is (198,140,188). Sum of RGB (Red+Green+Blue) = 198+140+188=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CBC is #397343. Grayscale: #A2A2A2. Windows color (decimal): -3765060 or 12356806. OLE color: 12356806.
HSL color Cylindrical-coordinate representation of color #C68CBC: hue angle of 310.34º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C68CBC is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 188 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.22 |
| HSL | 310.34º | 0.34% | 0.66% | - |
| HSV(B) | 310.34º | 0.29% | 0.78% | - |
| XYZ | 41.74 | 34.39 | 52.02 | - |
| YUV | 162.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 188 | 0 | 0.29 | 0.05 | 0.22 | 310.34 | 0.34 | 0.66 |
| Hex | C6 | 8C | BC | 0 | 1D | 5 | 16 | 136 | 22 | 42 |
| Octal | 306 | 214 | 274 | 0 | 35 | 5 | 26 | 466 | 42 | 102 |
| Binary | 11000110 | 10001100 | 10111100 | 0 | 11101 | 101 | 10110 | 100110110 | 100010 | 1000010 |
Color Harmonies of #C68CBC
Complementary color
Monochromatic Colors of #C68CBC
Black with #C68CBC
Text Example
Text Example
White with #C68CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68CBC; }
p { color: rgb(198,140,188); }
H1.HeaderClassName
{
color: #C68CBC;
}
.AnyTagClassName
{
color: #C68CBC;
}
</style>
background-color css
<style>
a { background-color: #C68CBC; }
a { background-color: rgb(198,140,188); }
div.DivClassName
{
background-color: #C68CBC;
}
.BgClassName
{
background-color: #C68CBC;
}
</style>
border-color css
<style>
span { border-color: #C68CBC; }
span { border-color: rgb(198,140,188); }
td.TdClassName
{
border-color: #C68CBC;
}
.TagClassName
{
border-color: #C68CBC;
}
</style>