Shades of Lilac #C6A1CC
Tints of Lilac #C6A1CC
RGB
CMYK
RGB Variations
Color information
#C6A1CC (or 0xC6A1CC) is known color: Lilac. HEX triplet: C6, A1 and CC. RGB value is (198,161,204). Sum of RGB (Red+Green+Blue) = 198+161+204=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6A1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A1CC is #395E33. Grayscale: #B0B0B0. Windows color (decimal): -3759668 or 13410758. OLE color: 13410758.
HSL color Cylindrical-coordinate representation of color #C6A1CC: hue angle of 291.63º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6A1CC is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 161 | 204 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.2 |
| HSL | 291.63º | 0.3% | 0.72% | - |
| HSV(B) | 291.63º | 0.21% | 0.8% | - |
| XYZ | 46.93 | 41.86 | 62.73 | - |
| YUV | 176.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 161 | 204 | 0.03 | 0.21 | 0 | 0.2 | 291.63 | 0.3 | 0.72 |
| Hex | C6 | A1 | CC | 3 | 15 | 0 | 14 | 124 | 1E | 48 |
| Octal | 306 | 241 | 314 | 3 | 25 | 0 | 24 | 444 | 36 | 110 |
| Binary | 11000110 | 10100001 | 11001100 | 11 | 10101 | 0 | 10100 | 100100100 | 11110 | 1001000 |
Color Harmonies of #C6A1CC
Complementary color
Monochromatic Colors of #C6A1CC
Black with #C6A1CC
Text Example
Text Example
White with #C6A1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A1CC; }
p { color: rgb(198,161,204); }
H1.HeaderClassName
{
color: #C6A1CC;
}
.AnyTagClassName
{
color: #C6A1CC;
}
</style>
background-color css
<style>
a { background-color: #C6A1CC; }
a { background-color: rgb(198,161,204); }
div.DivClassName
{
background-color: #C6A1CC;
}
.BgClassName
{
background-color: #C6A1CC;
}
</style>
border-color css
<style>
span { border-color: #C6A1CC; }
span { border-color: rgb(198,161,204); }
td.TdClassName
{
border-color: #C6A1CC;
}
.TagClassName
{
border-color: #C6A1CC;
}
</style>