Shades of Lilac #CA8FCD
Tints of Lilac #CA8FCD
RGB
CMYK
RGB Variations
Color information
#CA8FCD (or 0xCA8FCD) is known color: Lilac. HEX triplet: CA, 8F and CD. RGB value is (202,143,205). Sum of RGB (Red+Green+Blue) = 202+143+205=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA8FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FCD is #357032. Grayscale: #A7A7A7. Windows color (decimal): -3502131 or 13471690. OLE color: 13471690.
HSL color Cylindrical-coordinate representation of color #CA8FCD: hue angle of 297.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8FCD is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 143 | 205 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.20 |
| HSL | 297.1º | 0.38% | 0.68% | - |
| HSV(B) | 297.1º | 0.3% | 0.8% | - |
| XYZ | 45.2 | 36.61 | 62.44 | - |
| YUV | 167.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 205 | 0.01 | 0.30 | 0 | 0.20 | 297.1 | 0.38 | 0.68 |
| Hex | CA | 8F | CD | 1 | 1E | 0 | 14 | 129 | 26 | 44 |
| Octal | 312 | 217 | 315 | 1 | 36 | 0 | 24 | 451 | 46 | 104 |
| Binary | 11001010 | 10001111 | 11001101 | 1 | 11110 | 0 | 10100 | 100101001 | 100110 | 1000100 |
Color Harmonies of #CA8FCD
Complementary color
Monochromatic Colors of #CA8FCD
Black with #CA8FCD
Text Example
Text Example
White with #CA8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FCD; }
p { color: rgb(202,143,205); }
H1.HeaderClassName
{
color: #CA8FCD;
}
.AnyTagClassName
{
color: #CA8FCD;
}
</style>
background-color css
<style>
a { background-color: #CA8FCD; }
a { background-color: rgb(202,143,205); }
div.DivClassName
{
background-color: #CA8FCD;
}
.BgClassName
{
background-color: #CA8FCD;
}
</style>
border-color css
<style>
span { border-color: #CA8FCD; }
span { border-color: rgb(202,143,205); }
td.TdClassName
{
border-color: #CA8FCD;
}
.TagClassName
{
border-color: #CA8FCD;
}
</style>