#CA89BC

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

Shades of Lily #CA89BC

Tints of Lily #CA89BC

Color information

#CA89BC (or 0xCA89BC) is unknown color: approx Lily. HEX triplet: CA, 89 and BC. RGB value is (202,137,188). Sum of RGB (Red+Green+Blue) = 202+137+188=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89BC is #357643. Grayscale: #A2A2A2. Windows color (decimal): -3503684 or 12356042. OLE color: 12356042.

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

Color convert

RGB202137188-
CMYK00.320.070.21
HSL312.92º38.01%66.47%-
HSV(B)312.92º32.18%79.22%-
XYZ42.3834.0851.92-
YUV162.25142.53156.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 137 (53.91% from 255) = 26.00%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=38.33%
G=26.00%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213718800.320.070.21312.9238.0166.47
HexCA89BC0207151392642
Octal31221127404072547146102
Binary1100101010001001101111000100000111101011001110011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA89BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA89BC; }

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

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

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

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

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

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

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

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