Shades of Lilac #C68ABF
Tints of Lilac #C68ABF
RGB
CMYK
RGB Variations
Color information
#C68ABF (or 0xC68ABF) is known color: Lilac. HEX triplet: C6, 8A and BF. RGB value is (198,138,191). Sum of RGB (Red+Green+Blue) = 198+138+191=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C68ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ABF is #397540. Grayscale: #A1A1A1. Windows color (decimal): -3765569 or 12552902. OLE color: 12552902.
HSL color Cylindrical-coordinate representation of color #C68ABF: hue angle of 307º 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 #C68ABF is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 191 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.22 |
| HSL | 307º | 0.34% | 0.66% | - |
| HSV(B) | 307º | 0.3% | 0.78% | - |
| XYZ | 41.78 | 33.94 | 53.64 | - |
| YUV | 161.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 191 | 0 | 0.30 | 0.04 | 0.22 | 307 | 0.34 | 0.66 |
| Hex | C6 | 8A | BF | 0 | 1E | 4 | 16 | 133 | 22 | 42 |
| Octal | 306 | 212 | 277 | 0 | 36 | 4 | 26 | 463 | 42 | 102 |
| Binary | 11000110 | 10001010 | 10111111 | 0 | 11110 | 100 | 10110 | 100110011 | 100010 | 1000010 |
Color Harmonies of #C68ABF
Complementary color
Monochromatic Colors of #C68ABF
Black with #C68ABF
Text Example
Text Example
White with #C68ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68ABF; }
p { color: rgb(198,138,191); }
H1.HeaderClassName
{
color: #C68ABF;
}
.AnyTagClassName
{
color: #C68ABF;
}
</style>
background-color css
<style>
a { background-color: #C68ABF; }
a { background-color: rgb(198,138,191); }
div.DivClassName
{
background-color: #C68ABF;
}
.BgClassName
{
background-color: #C68ABF;
}
</style>
border-color css
<style>
span { border-color: #C68ABF; }
span { border-color: rgb(198,138,191); }
td.TdClassName
{
border-color: #C68ABF;
}
.TagClassName
{
border-color: #C68ABF;
}
</style>