Shades of Lilac #C68CBF
Tints of Lilac #C68CBF
RGB
CMYK
RGB Variations
Color information
#C68CBF (or 0xC68CBF) is known color: Lilac. HEX triplet: C6, 8C and BF. RGB value is (198,140,191). Sum of RGB (Red+Green+Blue) = 198+140+191=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CBF is #397340. Grayscale: #A3A3A3. Windows color (decimal): -3765057 or 12553414. OLE color: 12553414.
HSL color Cylindrical-coordinate representation of color #C68CBF: hue angle of 307.24º 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 #C68CBF is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 191 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.22 |
| HSL | 307.24º | 0.34% | 0.66% | - |
| HSV(B) | 307.24º | 0.29% | 0.78% | - |
| XYZ | 42.07 | 34.52 | 53.74 | - |
| YUV | 163.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 191 | 0 | 0.29 | 0.04 | 0.22 | 307.24 | 0.34 | 0.66 |
| Hex | C6 | 8C | BF | 0 | 1D | 4 | 16 | 133 | 22 | 42 |
| Octal | 306 | 214 | 277 | 0 | 35 | 4 | 26 | 463 | 42 | 102 |
| Binary | 11000110 | 10001100 | 10111111 | 0 | 11101 | 100 | 10110 | 100110011 | 100010 | 1000010 |
Color Harmonies of #C68CBF
Complementary color
Monochromatic Colors of #C68CBF
Black with #C68CBF
Text Example
Text Example
White with #C68CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68CBF; }
p { color: rgb(198,140,191); }
H1.HeaderClassName
{
color: #C68CBF;
}
.AnyTagClassName
{
color: #C68CBF;
}
</style>
background-color css
<style>
a { background-color: #C68CBF; }
a { background-color: rgb(198,140,191); }
div.DivClassName
{
background-color: #C68CBF;
}
.BgClassName
{
background-color: #C68CBF;
}
</style>
border-color css
<style>
span { border-color: #C68CBF; }
span { border-color: rgb(198,140,191); }
td.TdClassName
{
border-color: #C68CBF;
}
.TagClassName
{
border-color: #C68CBF;
}
</style>