#CA89C0

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

Shades of Lilac #CA89C0

Tints of Lilac #CA89C0

Color information

#CA89C0 (or 0xCA89C0) is unknown color: approx Lilac. HEX triplet: CA, 89 and C0. RGB value is (202,137,192). Sum of RGB (Red+Green+Blue) = 202+137+192=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89C0 is #35763F. Grayscale: #A2A2A2. Windows color (decimal): -3503680 or 12618186. OLE color: 12618186.

HSL color Cylindrical-coordinate representation of color #CA89C0: hue angle of 309.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA89C0 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB202137192-
CMYK00.320.050.21
HSL309.23º38.01%66.47%-
HSV(B)309.23º32.18%79.22%-
XYZ42.8234.2554.22-
YUV162.71144.53156.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 137 (53.91% from 255) = 25.80%
BLUE value IS 192 (75.39% from 255) = 36.16%
R=38.04%
G=25.80%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213719200.320.050.21309.2338.0166.47
HexCA89C00205151352642
Octal31221130004052546546102
Binary1100101010001001110000000100000101101011001101011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA89C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA89C0; }

 p { color: rgb(202,137,192); }

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

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

 a { background-color: rgb(202,137,192); }

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

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

 span { border-color: rgb(202,137,192); }

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