#CA88BB

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

Shades of Lily #CA88BB

Tints of Lily #CA88BB

Color information

#CA88BB (or 0xCA88BB) is unknown color: approx Lily. HEX triplet: CA, 88 and BB. RGB value is (202,136,187). Sum of RGB (Red+Green+Blue) = 202+136+187=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA88BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88BB is #357744. Grayscale: #A1A1A1. Windows color (decimal): -3503941 or 12290250. OLE color: 12290250.

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

Color convert

RGB202136187-
CMYK00.330.070.21
HSL313.64º38.37%66.27%-
HSV(B)313.64º32.67%79.22%-
XYZ42.1333.7551.31-
YUV161.55142.37156.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 136 (53.52% from 255) = 25.90%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=38.48%
G=25.90%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213618700.330.070.21313.6438.3766.27
HexCA88BB02171513a2642
Octal31221027304172547246102
Binary1100101010001000101110110100001111101011001110101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88BB; }

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

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

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

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

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

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

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

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