#CA8DCF

Color #CA8DCF Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CA8DCF

Tints of Lilac #CA8DCF

Color information

#CA8DCF (or 0xCA8DCF) is unknown color: approx Lilac. HEX triplet: CA, 8D and CF. RGB value is (202,141,207). Sum of RGB (Red+Green+Blue) = 202+141+207=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA8DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DCF is #357230. Grayscale: #A6A6A6. Windows color (decimal): -3502641 or 13602250. OLE color: 13602250.

HSL color Cylindrical-coordinate representation of color #CA8DCF: hue angle of 295.45º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8DCF is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202141207-
CMYK0.020.3200.19
HSL295.45º40.74%68.24%-
HSV(B)295.45º31.88%81.18%-
XYZ45.1436.1163.62-
YUV166.76150.71153.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=36.73%
G=25.64%
B=37.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021412070.020.3200.19295.4540.7468.24
HexCA8DCF2200131272944
Octal31221531724002344751104
Binary110010101000110111001111101000000100111001001111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8DCF; }

 p { color: rgb(202,141,207); }

 H1.HeaderClassName
 {
   color: #CA8DCF;
 }
 .AnyTagClassName
 {
   color: #CA8DCF;
 }
</style>
background-color css

<style>
 a { background-color: #CA8DCF; }

 a { background-color: rgb(202,141,207); }

 div.DivClassName
 {
   background-color: #CA8DCF;
 }
 .BgClassName
 {
   background-color: #CA8DCF;
 }
</style>
border-color css

<style>
 span { border-color: #CA8DCF; }

 span { border-color: rgb(202,141,207); }

 td.TdClassName
 {
   border-color: #CA8DCF;
 }
 .TagClassName
 {
   border-color: #CA8DCF;
 }
</style>