#CA89B7

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

Shades of Lily #CA89B7

Tints of Lily #CA89B7

Color information

#CA89B7 (or 0xCA89B7) is unknown color: approx Lily. HEX triplet: CA, 89 and B7. RGB value is (202,137,183). Sum of RGB (Red+Green+Blue) = 202+137+183=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89B7 is #357648. Grayscale: #A1A1A1. Windows color (decimal): -3503689 or 12028362. OLE color: 12028362.

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

Color convert

RGB202137183-
CMYK00.320.090.21
HSL317.54º38.01%66.47%-
HSV(B)317.54º32.18%79.22%-
XYZ41.8533.8749.13-
YUV161.68140.03156.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 137 (53.91% from 255) = 26.25%
BLUE value IS 183 (71.88% from 255) = 35.06%
R=38.70%
G=26.25%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213718300.320.090.21317.5438.0166.47
HexCA89B702091513e2642
Octal312211267040112547646102
Binary11001010100010011011011101000001001101011001111101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA89B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA89B7; }

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

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

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

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

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

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

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

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