#CA89BE

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

Shades of Lilac #CA89BE

Tints of Lilac #CA89BE

Color information

#CA89BE (or 0xCA89BE) is unknown color: approx Lilac. HEX triplet: CA, 89 and BE. RGB value is (202,137,190). Sum of RGB (Red+Green+Blue) = 202+137+190=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89BE is #357641. Grayscale: #A2A2A2. Windows color (decimal): -3503682 or 12487114. OLE color: 12487114.

HSL color Cylindrical-coordinate representation of color #CA89BE: hue angle of 311.08º 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 #CA89BE is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202137190-
CMYK00.320.060.21
HSL311.08º38.01%66.47%-
HSV(B)311.08º32.18%79.22%-
XYZ42.634.1753.06-
YUV162.48143.53156.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 137 (53.91% from 255) = 25.90%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=38.19%
G=25.90%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213719000.320.060.21311.0838.0166.47
HexCA89BE0206151372642
Octal31221127604062546746102
Binary1100101010001001101111100100000110101011001101111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA89BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA89BE; }

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

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

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

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

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

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

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

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