Shades of Lilac #CCA3C6
Tints of Lilac #CCA3C6
RGB
CMYK
RGB Variations
Color information
#CCA3C6 (or 0xCCA3C6) is known color: Lilac. HEX triplet: CC, A3 and C6. RGB value is (204,163,198). Sum of RGB (Red+Green+Blue) = 204+163+198=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA3C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3C6 is #335C39. Grayscale: #B3B3B3. Windows color (decimal): -3365946 or 13018060. OLE color: 13018060.
HSL color Cylindrical-coordinate representation of color #CCA3C6: hue angle of 308.78º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCA3C6 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 198 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.2 |
| HSL | 308.78º | 0.29% | 0.72% | - |
| HSV(B) | 308.78º | 0.2% | 0.8% | - |
| XYZ | 48.19 | 43.11 | 59.21 | - |
| YUV | 179.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 198 | 0 | 0.20 | 0.03 | 0.2 | 308.78 | 0.29 | 0.72 |
| Hex | CC | A3 | C6 | 0 | 14 | 3 | 14 | 135 | 1D | 48 |
| Octal | 314 | 243 | 306 | 0 | 24 | 3 | 24 | 465 | 35 | 110 |
| Binary | 11001100 | 10100011 | 11000110 | 0 | 10100 | 11 | 10100 | 100110101 | 11101 | 1001000 |
Color Harmonies of #CCA3C6
Complementary color
Monochromatic Colors of #CCA3C6
Black with #CCA3C6
Text Example
Text Example
White with #CCA3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA3C6; }
p { color: rgb(204,163,198); }
H1.HeaderClassName
{
color: #CCA3C6;
}
.AnyTagClassName
{
color: #CCA3C6;
}
</style>
background-color css
<style>
a { background-color: #CCA3C6; }
a { background-color: rgb(204,163,198); }
div.DivClassName
{
background-color: #CCA3C6;
}
.BgClassName
{
background-color: #CCA3C6;
}
</style>
border-color css
<style>
span { border-color: #CCA3C6; }
span { border-color: rgb(204,163,198); }
td.TdClassName
{
border-color: #CCA3C6;
}
.TagClassName
{
border-color: #CCA3C6;
}
</style>