Shades of Lilac #C68ABE
Tints of Lilac #C68ABE
RGB
CMYK
RGB Variations
Color information
#C68ABE (or 0xC68ABE) is known color: Lilac. HEX triplet: C6, 8A and BE. RGB value is (198,138,190). Sum of RGB (Red+Green+Blue) = 198+138+190=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C68ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ABE is #397541. Grayscale: #A1A1A1. Windows color (decimal): -3765570 or 12487366. OLE color: 12487366.
HSL color Cylindrical-coordinate representation of color #C68ABE: hue angle of 308º 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 #C68ABE is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 190 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.22 |
| HSL | 308º | 0.34% | 0.66% | - |
| HSV(B) | 308º | 0.3% | 0.78% | - |
| XYZ | 41.67 | 33.9 | 53.06 | - |
| YUV | 161.87 | 143.88 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 190 | 0 | 0.30 | 0.04 | 0.22 | 308 | 0.34 | 0.66 |
| Hex | C6 | 8A | BE | 0 | 1E | 4 | 16 | 134 | 22 | 42 |
| Octal | 306 | 212 | 276 | 0 | 36 | 4 | 26 | 464 | 42 | 102 |
| Binary | 11000110 | 10001010 | 10111110 | 0 | 11110 | 100 | 10110 | 100110100 | 100010 | 1000010 |
Color Harmonies of #C68ABE
Complementary color
Monochromatic Colors of #C68ABE
Black with #C68ABE
Text Example
Text Example
White with #C68ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68ABE; }
p { color: rgb(198,138,190); }
H1.HeaderClassName
{
color: #C68ABE;
}
.AnyTagClassName
{
color: #C68ABE;
}
</style>
background-color css
<style>
a { background-color: #C68ABE; }
a { background-color: rgb(198,138,190); }
div.DivClassName
{
background-color: #C68ABE;
}
.BgClassName
{
background-color: #C68ABE;
}
</style>
border-color css
<style>
span { border-color: #C68ABE; }
span { border-color: rgb(198,138,190); }
td.TdClassName
{
border-color: #C68ABE;
}
.TagClassName
{
border-color: #C68ABE;
}
</style>