Shades of Lilac #CCA3C5
Tints of Lilac #CCA3C5
RGB
CMYK
RGB Variations
Color information
#CCA3C5 (or 0xCCA3C5) is known color: Lilac. HEX triplet: CC, A3 and C5. RGB value is (204,163,197). Sum of RGB (Red+Green+Blue) = 204+163+197=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA3C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3C5 is #335C3A. Grayscale: #B3B3B3. Windows color (decimal): -3365947 or 12952524. OLE color: 12952524.
HSL color Cylindrical-coordinate representation of color #CCA3C5: hue angle of 310.24º 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 #CCA3C5 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 197 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.2 |
| HSL | 310.24º | 0.29% | 0.72% | - |
| HSV(B) | 310.24º | 0.2% | 0.8% | - |
| XYZ | 48.08 | 43.06 | 58.6 | - |
| YUV | 179.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 197 | 0 | 0.20 | 0.03 | 0.2 | 310.24 | 0.29 | 0.72 |
| Hex | CC | A3 | C5 | 0 | 14 | 3 | 14 | 136 | 1D | 48 |
| Octal | 314 | 243 | 305 | 0 | 24 | 3 | 24 | 466 | 35 | 110 |
| Binary | 11001100 | 10100011 | 11000101 | 0 | 10100 | 11 | 10100 | 100110110 | 11101 | 1001000 |
Color Harmonies of #CCA3C5
Complementary color
Monochromatic Colors of #CCA3C5
Black with #CCA3C5
Text Example
Text Example
White with #CCA3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA3C5; }
p { color: rgb(204,163,197); }
H1.HeaderClassName
{
color: #CCA3C5;
}
.AnyTagClassName
{
color: #CCA3C5;
}
</style>
background-color css
<style>
a { background-color: #CCA3C5; }
a { background-color: rgb(204,163,197); }
div.DivClassName
{
background-color: #CCA3C5;
}
.BgClassName
{
background-color: #CCA3C5;
}
</style>
border-color css
<style>
span { border-color: #CCA3C5; }
span { border-color: rgb(204,163,197); }
td.TdClassName
{
border-color: #CCA3C5;
}
.TagClassName
{
border-color: #CCA3C5;
}
</style>