Shades of Lilac #C68ACC
Tints of Lilac #C68ACC
RGB
CMYK
RGB Variations
Color information
#C68ACC (or 0xC68ACC) is known color: Lilac. HEX triplet: C6, 8A and CC. RGB value is (198,138,204). Sum of RGB (Red+Green+Blue) = 198+138+204=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #C68ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ACC is #397533. Grayscale: #A3A3A3. Windows color (decimal): -3765556 or 13404870. OLE color: 13404870.
HSL color Cylindrical-coordinate representation of color #C68ACC: hue angle of 294.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C68ACC is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 138 | 204 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.2 |
| HSL | 294.55º | 0.39% | 0.67% | - |
| HSV(B) | 294.55º | 0.32% | 0.8% | - |
| XYZ | 43.28 | 34.54 | 61.51 | - |
| YUV | 163.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 204 | 0.03 | 0.32 | 0 | 0.2 | 294.55 | 0.39 | 0.67 |
| Hex | C6 | 8A | CC | 3 | 20 | 0 | 14 | 127 | 27 | 43 |
| Octal | 306 | 212 | 314 | 3 | 40 | 0 | 24 | 447 | 47 | 103 |
| Binary | 11000110 | 10001010 | 11001100 | 11 | 100000 | 0 | 10100 | 100100111 | 100111 | 1000011 |
Color Harmonies of #C68ACC
Complementary color
Monochromatic Colors of #C68ACC
Black with #C68ACC
Text Example
Text Example
White with #C68ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68ACC; }
p { color: rgb(198,138,204); }
H1.HeaderClassName
{
color: #C68ACC;
}
.AnyTagClassName
{
color: #C68ACC;
}
</style>
background-color css
<style>
a { background-color: #C68ACC; }
a { background-color: rgb(198,138,204); }
div.DivClassName
{
background-color: #C68ACC;
}
.BgClassName
{
background-color: #C68ACC;
}
</style>
border-color css
<style>
span { border-color: #C68ACC; }
span { border-color: rgb(198,138,204); }
td.TdClassName
{
border-color: #C68ACC;
}
.TagClassName
{
border-color: #C68ACC;
}
</style>