Shades of Lilac #C6ACC3
Tints of Lilac #C6ACC3
RGB
CMYK
RGB Variations
Color information
#C6ACC3 (or 0xC6ACC3) is known color: Lilac. HEX triplet: C6, AC and C3. RGB value is (198,172,195). Sum of RGB (Red+Green+Blue) = 198+172+195=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACC3 is #39533C. Grayscale: #B6B6B6. Windows color (decimal): -3756861 or 12823750. OLE color: 12823750.
HSL color Cylindrical-coordinate representation of color #C6ACC3: hue angle of 306.92º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6ACC3 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 172 | 195 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.22 |
| HSL | 306.92º | 0.19% | 0.73% | - |
| HSV(B) | 306.92º | 0.13% | 0.78% | - |
| XYZ | 47.89 | 45.45 | 57.88 | - |
| YUV | 182.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 195 | 0 | 0.13 | 0.02 | 0.22 | 306.92 | 0.19 | 0.73 |
| Hex | C6 | AC | C3 | 0 | D | 2 | 16 | 133 | 13 | 49 |
| Octal | 306 | 254 | 303 | 0 | 15 | 2 | 26 | 463 | 23 | 111 |
| Binary | 11000110 | 10101100 | 11000011 | 0 | 1101 | 10 | 10110 | 100110011 | 10011 | 1001001 |
Color Harmonies of #C6ACC3
Complementary color
Monochromatic Colors of #C6ACC3
Black with #C6ACC3
Text Example
Text Example
White with #C6ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ACC3; }
p { color: rgb(198,172,195); }
H1.HeaderClassName
{
color: #C6ACC3;
}
.AnyTagClassName
{
color: #C6ACC3;
}
</style>
background-color css
<style>
a { background-color: #C6ACC3; }
a { background-color: rgb(198,172,195); }
div.DivClassName
{
background-color: #C6ACC3;
}
.BgClassName
{
background-color: #C6ACC3;
}
</style>
border-color css
<style>
span { border-color: #C6ACC3; }
span { border-color: rgb(198,172,195); }
td.TdClassName
{
border-color: #C6ACC3;
}
.TagClassName
{
border-color: #C6ACC3;
}
</style>