#CA88B6

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

Shades of Lily #CA88B6

Tints of Lily #CA88B6

Color information

#CA88B6 (or 0xCA88B6) is unknown color: approx Lily. HEX triplet: CA, 88 and B6. RGB value is (202,136,182). Sum of RGB (Red+Green+Blue) = 202+136+182=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA88B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88B6 is #357749. Grayscale: #A0A0A0. Windows color (decimal): -3503946 or 11962570. OLE color: 11962570.

HSL color Cylindrical-coordinate representation of color #CA88B6: hue angle of 318.18º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA88B6 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB202136182-
CMYK00.330.100.21
HSL318.18º38.37%66.27%-
HSV(B)318.18º32.67%79.22%-
XYZ41.633.5448.54-
YUV160.98139.87157.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 182 (71.48% from 255) = 35%
R=38.85%
G=26.15%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213618200.330.100.21318.1838.3766.27
HexCA88B6021A1513e2642
Octal312210266041122547646102
Binary11001010100010001011011001000011010101011001111101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88B6; }

 p { color: rgb(202,136,182); }

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

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

 a { background-color: rgb(202,136,182); }

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

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

 span { border-color: rgb(202,136,182); }

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