Shades of Lilac #CA8CCD
Tints of Lilac #CA8CCD
RGB
CMYK
RGB Variations
Color information
#CA8CCD (or 0xCA8CCD) is known color: Lilac. HEX triplet: CA, 8C and CD. RGB value is (202,140,205). Sum of RGB (Red+Green+Blue) = 202+140+205=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA8CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CCD is #357332. Grayscale: #A5A5A5. Windows color (decimal): -3502899 or 13470922. OLE color: 13470922.
HSL color Cylindrical-coordinate representation of color #CA8CCD: hue angle of 297.23º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8CCD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 140 | 205 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.20 |
| HSL | 297.23º | 0.39% | 0.68% | - |
| HSV(B) | 297.23º | 0.32% | 0.8% | - |
| XYZ | 44.75 | 35.72 | 62.29 | - |
| YUV | 165.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 205 | 0.01 | 0.32 | 0 | 0.20 | 297.23 | 0.39 | 0.68 |
| Hex | CA | 8C | CD | 1 | 20 | 0 | 14 | 129 | 27 | 44 |
| Octal | 312 | 214 | 315 | 1 | 40 | 0 | 24 | 451 | 47 | 104 |
| Binary | 11001010 | 10001100 | 11001101 | 1 | 100000 | 0 | 10100 | 100101001 | 100111 | 1000100 |
Color Harmonies of #CA8CCD
Complementary color
Monochromatic Colors of #CA8CCD
Black with #CA8CCD
Text Example
Text Example
White with #CA8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8CCD; }
p { color: rgb(202,140,205); }
H1.HeaderClassName
{
color: #CA8CCD;
}
.AnyTagClassName
{
color: #CA8CCD;
}
</style>
background-color css
<style>
a { background-color: #CA8CCD; }
a { background-color: rgb(202,140,205); }
div.DivClassName
{
background-color: #CA8CCD;
}
.BgClassName
{
background-color: #CA8CCD;
}
</style>
border-color css
<style>
span { border-color: #CA8CCD; }
span { border-color: rgb(202,140,205); }
td.TdClassName
{
border-color: #CA8CCD;
}
.TagClassName
{
border-color: #CA8CCD;
}
</style>