Shades of Lilac #CA8FD3
Tints of Lilac #CA8FD3
RGB
CMYK
RGB Variations
Color information
#CA8FD3 (or 0xCA8FD3) is known color: Lilac. HEX triplet: CA, 8F and D3. RGB value is (202,143,211). Sum of RGB (Red+Green+Blue) = 202+143+211=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA8FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FD3 is #35702C. Grayscale: #A8A8A8. Windows color (decimal): -3502125 or 13864906. OLE color: 13864906.
HSL color Cylindrical-coordinate representation of color #CA8FD3: hue angle of 292.06º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8FD3 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 143 | 211 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.17 |
| HSL | 292.06º | 0.44% | 0.69% | - |
| HSV(B) | 292.06º | 0.32% | 0.83% | - |
| XYZ | 45.94 | 36.9 | 66.33 | - |
| YUV | 168.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 211 | 0.04 | 0.32 | 0 | 0.17 | 292.06 | 0.44 | 0.69 |
| Hex | CA | 8F | D3 | 4 | 20 | 0 | 11 | 124 | 2C | 45 |
| Octal | 312 | 217 | 323 | 4 | 40 | 0 | 21 | 444 | 54 | 105 |
| Binary | 11001010 | 10001111 | 11010011 | 100 | 100000 | 0 | 10001 | 100100100 | 101100 | 1000101 |
Color Harmonies of #CA8FD3
Complementary color
Monochromatic Colors of #CA8FD3
Black with #CA8FD3
Text Example
Text Example
White with #CA8FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FD3; }
p { color: rgb(202,143,211); }
H1.HeaderClassName
{
color: #CA8FD3;
}
.AnyTagClassName
{
color: #CA8FD3;
}
</style>
background-color css
<style>
a { background-color: #CA8FD3; }
a { background-color: rgb(202,143,211); }
div.DivClassName
{
background-color: #CA8FD3;
}
.BgClassName
{
background-color: #CA8FD3;
}
</style>
border-color css
<style>
span { border-color: #CA8FD3; }
span { border-color: rgb(202,143,211); }
td.TdClassName
{
border-color: #CA8FD3;
}
.TagClassName
{
border-color: #CA8FD3;
}
</style>