Shades of Lilac #CA8ACF
Tints of Lilac #CA8ACF
RGB
CMYK
RGB Variations
Color information
#CA8ACF (or 0xCA8ACF) is known color: Lilac. HEX triplet: CA, 8A and CF. RGB value is (202,138,207). Sum of RGB (Red+Green+Blue) = 202+138+207=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA8ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ACF is #357530. Grayscale: #A4A4A4. Windows color (decimal): -3503409 or 13601482. OLE color: 13601482.
HSL color Cylindrical-coordinate representation of color #CA8ACF: hue angle of 295.65º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA8ACF is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 138 | 207 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.19 |
| HSL | 295.65º | 0.42% | 0.68% | - |
| HSV(B) | 295.65º | 0.33% | 0.81% | - |
| XYZ | 44.71 | 35.24 | 63.48 | - |
| YUV | 165 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 207 | 0.02 | 0.33 | 0 | 0.19 | 295.65 | 0.42 | 0.68 |
| Hex | CA | 8A | CF | 2 | 21 | 0 | 13 | 128 | 2A | 44 |
| Octal | 312 | 212 | 317 | 2 | 41 | 0 | 23 | 450 | 52 | 104 |
| Binary | 11001010 | 10001010 | 11001111 | 10 | 100001 | 0 | 10011 | 100101000 | 101010 | 1000100 |
Color Harmonies of #CA8ACF
Complementary color
Monochromatic Colors of #CA8ACF
Black with #CA8ACF
Text Example
Text Example
White with #CA8ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8ACF; }
p { color: rgb(202,138,207); }
H1.HeaderClassName
{
color: #CA8ACF;
}
.AnyTagClassName
{
color: #CA8ACF;
}
</style>
background-color css
<style>
a { background-color: #CA8ACF; }
a { background-color: rgb(202,138,207); }
div.DivClassName
{
background-color: #CA8ACF;
}
.BgClassName
{
background-color: #CA8ACF;
}
</style>
border-color css
<style>
span { border-color: #CA8ACF; }
span { border-color: rgb(202,138,207); }
td.TdClassName
{
border-color: #CA8ACF;
}
.TagClassName
{
border-color: #CA8ACF;
}
</style>