Shades of Lilac #C68ABD
Tints of Lilac #C68ABD
RGB
CMYK
RGB Variations
Color information
#C68ABD (or 0xC68ABD) is known color: Lilac. HEX triplet: C6, 8A and BD. RGB value is (198,138,189). Sum of RGB (Red+Green+Blue) = 198+138+189=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C68ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ABD is #397542. Grayscale: #A1A1A1. Windows color (decimal): -3765571 or 12421830. OLE color: 12421830.
HSL color Cylindrical-coordinate representation of color #C68ABD: hue angle of 309º 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 #C68ABD is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 189 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.22 |
| HSL | 309º | 0.34% | 0.66% | - |
| HSV(B) | 309º | 0.3% | 0.78% | - |
| XYZ | 41.56 | 33.86 | 52.49 | - |
| YUV | 161.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 189 | 0 | 0.30 | 0.05 | 0.22 | 309 | 0.34 | 0.66 |
| Hex | C6 | 8A | BD | 0 | 1E | 5 | 16 | 135 | 22 | 42 |
| Octal | 306 | 212 | 275 | 0 | 36 | 5 | 26 | 465 | 42 | 102 |
| Binary | 11000110 | 10001010 | 10111101 | 0 | 11110 | 101 | 10110 | 100110101 | 100010 | 1000010 |
Color Harmonies of #C68ABD
Complementary color
Monochromatic Colors of #C68ABD
Black with #C68ABD
Text Example
Text Example
White with #C68ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68ABD; }
p { color: rgb(198,138,189); }
H1.HeaderClassName
{
color: #C68ABD;
}
.AnyTagClassName
{
color: #C68ABD;
}
</style>
background-color css
<style>
a { background-color: #C68ABD; }
a { background-color: rgb(198,138,189); }
div.DivClassName
{
background-color: #C68ABD;
}
.BgClassName
{
background-color: #C68ABD;
}
</style>
border-color css
<style>
span { border-color: #C68ABD; }
span { border-color: rgb(198,138,189); }
td.TdClassName
{
border-color: #C68ABD;
}
.TagClassName
{
border-color: #C68ABD;
}
</style>