Shades of Lilac #C68AC8
Tints of Lilac #C68AC8
RGB
CMYK
RGB Variations
Color information
#C68AC8 (or 0xC68AC8) is known color: Lilac. HEX triplet: C6, 8A and C8. RGB value is (198,138,200). Sum of RGB (Red+Green+Blue) = 198+138+200=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 200 - color contains mainly: blue. Hex color #C68AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68AC8 is #397537. Grayscale: #A2A2A2. Windows color (decimal): -3765560 or 13142726. OLE color: 13142726.
HSL color Cylindrical-coordinate representation of color #C68AC8: hue angle of 298.06º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C68AC8 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 200 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.22 |
| HSL | 298.06º | 0.36% | 0.66% | - |
| HSV(B) | 298.06º | 0.31% | 0.78% | - |
| XYZ | 42.8 | 34.35 | 59.02 | - |
| YUV | 163.01 | 148.88 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 200 | 0.01 | 0.31 | 0 | 0.22 | 298.06 | 0.36 | 0.66 |
| Hex | C6 | 8A | C8 | 1 | 1F | 0 | 16 | 12A | 24 | 42 |
| Octal | 306 | 212 | 310 | 1 | 37 | 0 | 26 | 452 | 44 | 102 |
| Binary | 11000110 | 10001010 | 11001000 | 1 | 11111 | 0 | 10110 | 100101010 | 100100 | 1000010 |
Color Harmonies of #C68AC8
Complementary color
Monochromatic Colors of #C68AC8
Black with #C68AC8
Text Example
Text Example
White with #C68AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68AC8; }
p { color: rgb(198,138,200); }
H1.HeaderClassName
{
color: #C68AC8;
}
.AnyTagClassName
{
color: #C68AC8;
}
</style>
background-color css
<style>
a { background-color: #C68AC8; }
a { background-color: rgb(198,138,200); }
div.DivClassName
{
background-color: #C68AC8;
}
.BgClassName
{
background-color: #C68AC8;
}
</style>
border-color css
<style>
span { border-color: #C68AC8; }
span { border-color: rgb(198,138,200); }
td.TdClassName
{
border-color: #C68AC8;
}
.TagClassName
{
border-color: #C68AC8;
}
</style>