Shades of Lilac #C6A2CC
Tints of Lilac #C6A2CC
RGB
CMYK
RGB Variations
Color information
#C6A2CC (or 0xC6A2CC) is known color: Lilac. HEX triplet: C6, A2 and CC. RGB value is (198,162,204). Sum of RGB (Red+Green+Blue) = 198+162+204=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6A2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A2CC is #395D33. Grayscale: #B1B1B1. Windows color (decimal): -3759412 or 13411014. OLE color: 13411014.
HSL color Cylindrical-coordinate representation of color #C6A2CC: hue angle of 291.43º degrees, saturation: 0.29, 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 #C6A2CC is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 162 | 204 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.2 |
| HSL | 291.43º | 0.29% | 0.72% | - |
| HSV(B) | 291.43º | 0.21% | 0.8% | - |
| XYZ | 47.11 | 42.21 | 62.79 | - |
| YUV | 177.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 162 | 204 | 0.03 | 0.21 | 0 | 0.2 | 291.43 | 0.29 | 0.72 |
| Hex | C6 | A2 | CC | 3 | 15 | 0 | 14 | 123 | 1D | 48 |
| Octal | 306 | 242 | 314 | 3 | 25 | 0 | 24 | 443 | 35 | 110 |
| Binary | 11000110 | 10100010 | 11001100 | 11 | 10101 | 0 | 10100 | 100100011 | 11101 | 1001000 |
Color Harmonies of #C6A2CC
Complementary color
Monochromatic Colors of #C6A2CC
Black with #C6A2CC
Text Example
Text Example
White with #C6A2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A2CC; }
p { color: rgb(198,162,204); }
H1.HeaderClassName
{
color: #C6A2CC;
}
.AnyTagClassName
{
color: #C6A2CC;
}
</style>
background-color css
<style>
a { background-color: #C6A2CC; }
a { background-color: rgb(198,162,204); }
div.DivClassName
{
background-color: #C6A2CC;
}
.BgClassName
{
background-color: #C6A2CC;
}
</style>
border-color css
<style>
span { border-color: #C6A2CC; }
span { border-color: rgb(198,162,204); }
td.TdClassName
{
border-color: #C6A2CC;
}
.TagClassName
{
border-color: #C6A2CC;
}
</style>