#CA8DC5

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

Shades of Lilac #CA8DC5

Tints of Lilac #CA8DC5

Color information

#CA8DC5 (or 0xCA8DC5) is unknown color: approx Lilac. HEX triplet: CA, 8D and C5. RGB value is (202,141,197). Sum of RGB (Red+Green+Blue) = 202+141+197=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DC5 is #35723A. Grayscale: #A5A5A5. Windows color (decimal): -3502651 or 12946890. OLE color: 12946890.

HSL color Cylindrical-coordinate representation of color #CA8DC5: hue angle of 304.92º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8DC5 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB202141197-
CMYK00.300.020.21
HSL304.92º36.53%67.25%-
HSV(B)304.92º30.2%79.22%-
XYZ43.9635.6457.39-
YUV165.62145.71153.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 197 (77.34% from 255) = 36.48%
R=37.41%
G=26.11%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214119700.300.020.21304.9236.5367.25
HexCA8DC501E2151312543
Octal31221530503622546145103
Binary11001010100011011100010101111010101011001100011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8DC5; }

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

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

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

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

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

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

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

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