#CA89BF

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

Shades of Lilac #CA89BF

Tints of Lilac #CA89BF

Color information

#CA89BF (or 0xCA89BF) is unknown color: approx Lilac. HEX triplet: CA, 89 and BF. RGB value is (202,137,191). Sum of RGB (Red+Green+Blue) = 202+137+191=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89BF is #357640. Grayscale: #A2A2A2. Windows color (decimal): -3503681 or 12552650. OLE color: 12552650.

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

Color convert

RGB202137191-
CMYK00.320.050.21
HSL310.15º38.01%66.47%-
HSV(B)310.15º32.18%79.22%-
XYZ42.7134.2153.64-
YUV162.59144.03156.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 137 (53.91% from 255) = 25.85%
BLUE value IS 191 (75% from 255) = 36.04%
R=38.11%
G=25.85%
B=36.04%

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
Decimal20213719100.320.050.21310.1538.0166.47
HexCA89BF0205151362642
Octal31221127704052546646102
Binary1100101010001001101111110100000101101011001101101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA89BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA89BF; }

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

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

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

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

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

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

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

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