Shades of Lilac #CA8FCC
Tints of Lilac #CA8FCC
RGB
CMYK
RGB Variations
Color information
#CA8FCC (or 0xCA8FCC) is known color: Lilac. HEX triplet: CA, 8F and CC. RGB value is (202,143,204). Sum of RGB (Red+Green+Blue) = 202+143+204=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FCC is #357033. Grayscale: #A7A7A7. Windows color (decimal): -3502132 or 13406154. OLE color: 13406154.
HSL color Cylindrical-coordinate representation of color #CA8FCC: hue angle of 298.03º degrees, saturation: 0.37, 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 #CA8FCC is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 143 | 204 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.2 |
| HSL | 298.03º | 0.37% | 0.68% | - |
| HSV(B) | 298.03º | 0.3% | 0.8% | - |
| XYZ | 45.08 | 36.56 | 61.81 | - |
| YUV | 167.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 204 | 0.01 | 0.30 | 0 | 0.2 | 298.03 | 0.37 | 0.68 |
| Hex | CA | 8F | CC | 1 | 1E | 0 | 14 | 12A | 25 | 44 |
| Octal | 312 | 217 | 314 | 1 | 36 | 0 | 24 | 452 | 45 | 104 |
| Binary | 11001010 | 10001111 | 11001100 | 1 | 11110 | 0 | 10100 | 100101010 | 100101 | 1000100 |
Color Harmonies of #CA8FCC
Complementary color
Monochromatic Colors of #CA8FCC
Black with #CA8FCC
Text Example
Text Example
White with #CA8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FCC; }
p { color: rgb(202,143,204); }
H1.HeaderClassName
{
color: #CA8FCC;
}
.AnyTagClassName
{
color: #CA8FCC;
}
</style>
background-color css
<style>
a { background-color: #CA8FCC; }
a { background-color: rgb(202,143,204); }
div.DivClassName
{
background-color: #CA8FCC;
}
.BgClassName
{
background-color: #CA8FCC;
}
</style>
border-color css
<style>
span { border-color: #CA8FCC; }
span { border-color: rgb(202,143,204); }
td.TdClassName
{
border-color: #CA8FCC;
}
.TagClassName
{
border-color: #CA8FCC;
}
</style>