#CA89B4

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

Shades of Lily #CA89B4

Tints of Lily #CA89B4

Color information

#CA89B4 (or 0xCA89B4) is unknown color: approx Lily. HEX triplet: CA, 89 and B4. RGB value is (202,137,180). Sum of RGB (Red+Green+Blue) = 202+137+180=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89B4 is #35764B. Grayscale: #A1A1A1. Windows color (decimal): -3503692 or 11831754. OLE color: 11831754.

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

Color convert

RGB202137180-
CMYK00.320.110.21
HSL320.31º38.01%66.47%-
HSV(B)320.31º32.18%79.22%-
XYZ41.5433.7447.5-
YUV161.34138.53157-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=38.92%
G=26.40%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213718000.320.110.21320.3138.0166.47
HexCA89B4020B151402642
Octal312211264040132550046102
Binary11001010100010011011010001000001011101011010000001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA89B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA89B4; }

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

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

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

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

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

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

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

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