#CA88BD

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

Shades of Lily #CA88BD

Tints of Lily #CA88BD

Color information

#CA88BD (or 0xCA88BD) is unknown color: approx Lily. HEX triplet: CA, 88 and BD. RGB value is (202,136,189). Sum of RGB (Red+Green+Blue) = 202+136+189=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA88BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88BD is #357742. Grayscale: #A1A1A1. Windows color (decimal): -3503939 or 12421322. OLE color: 12421322.

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

Color convert

RGB202136189-
CMYK00.330.060.21
HSL311.82º38.37%66.27%-
HSV(B)311.82º32.67%79.22%-
XYZ42.3533.8452.44-
YUV161.78143.37156.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 136 (53.52% from 255) = 25.81%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=38.33%
G=25.81%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213618900.330.060.21311.8238.3766.27
HexCA88BD0216151382642
Octal31221027504162547046102
Binary1100101010001000101111010100001110101011001110001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88BD; }

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

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

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

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

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

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

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

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