Shades of Lilac #CCA8CA
Tints of Lilac #CCA8CA
RGB
CMYK
RGB Variations
Color information
#CCA8CA (or 0xCCA8CA) is known color: Lilac. HEX triplet: CC, A8 and CA. RGB value is (204,168,202). Sum of RGB (Red+Green+Blue) = 204+168+202=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8CA is #335735. Grayscale: #B6B6B6. Windows color (decimal): -3364662 or 13281484. OLE color: 13281484.
HSL color Cylindrical-coordinate representation of color #CCA8CA: hue angle of 303.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA8CA is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 202 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.2 |
| HSL | 303.33º | 0.26% | 0.73% | - |
| HSV(B) | 303.33º | 0.18% | 0.8% | - |
| XYZ | 49.57 | 45.11 | 61.97 | - |
| YUV | 182.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 202 | 0 | 0.18 | 0.01 | 0.2 | 303.33 | 0.26 | 0.73 |
| Hex | CC | A8 | CA | 0 | 12 | 1 | 14 | 12F | 1A | 49 |
| Octal | 314 | 250 | 312 | 0 | 22 | 1 | 24 | 457 | 32 | 111 |
| Binary | 11001100 | 10101000 | 11001010 | 0 | 10010 | 1 | 10100 | 100101111 | 11010 | 1001001 |
Color Harmonies of #CCA8CA
Complementary color
Monochromatic Colors of #CCA8CA
Black with #CCA8CA
Text Example
Text Example
White with #CCA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8CA; }
p { color: rgb(204,168,202); }
H1.HeaderClassName
{
color: #CCA8CA;
}
.AnyTagClassName
{
color: #CCA8CA;
}
</style>
background-color css
<style>
a { background-color: #CCA8CA; }
a { background-color: rgb(204,168,202); }
div.DivClassName
{
background-color: #CCA8CA;
}
.BgClassName
{
background-color: #CCA8CA;
}
</style>
border-color css
<style>
span { border-color: #CCA8CA; }
span { border-color: rgb(204,168,202); }
td.TdClassName
{
border-color: #CCA8CA;
}
.TagClassName
{
border-color: #CCA8CA;
}
</style>