Shades of Lilac #C68BBC
Tints of Lilac #C68BBC
RGB
CMYK
RGB Variations
Color information
#C68BBC (or 0xC68BBC) is known color: Lilac. HEX triplet: C6, 8B and BC. RGB value is (198,139,188). Sum of RGB (Red+Green+Blue) = 198+139+188=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68BBC is #397443. Grayscale: #A2A2A2. Windows color (decimal): -3765316 or 12356550. OLE color: 12356550.
HSL color Cylindrical-coordinate representation of color #C68BBC: hue angle of 310.17º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68BBC is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 188 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.22 |
| HSL | 310.17º | 0.34% | 0.66% | - |
| HSV(B) | 310.17º | 0.3% | 0.78% | - |
| XYZ | 41.6 | 34.1 | 51.97 | - |
| YUV | 162.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 188 | 0 | 0.30 | 0.05 | 0.22 | 310.17 | 0.34 | 0.66 |
| Hex | C6 | 8B | BC | 0 | 1E | 5 | 16 | 136 | 22 | 42 |
| Octal | 306 | 213 | 274 | 0 | 36 | 5 | 26 | 466 | 42 | 102 |
| Binary | 11000110 | 10001011 | 10111100 | 0 | 11110 | 101 | 10110 | 100110110 | 100010 | 1000010 |
Color Harmonies of #C68BBC
Complementary color
Monochromatic Colors of #C68BBC
Black with #C68BBC
Text Example
Text Example
White with #C68BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68BBC; }
p { color: rgb(198,139,188); }
H1.HeaderClassName
{
color: #C68BBC;
}
.AnyTagClassName
{
color: #C68BBC;
}
</style>
background-color css
<style>
a { background-color: #C68BBC; }
a { background-color: rgb(198,139,188); }
div.DivClassName
{
background-color: #C68BBC;
}
.BgClassName
{
background-color: #C68BBC;
}
</style>
border-color css
<style>
span { border-color: #C68BBC; }
span { border-color: rgb(198,139,188); }
td.TdClassName
{
border-color: #C68BBC;
}
.TagClassName
{
border-color: #C68BBC;
}
</style>