#CA88B4

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

Shades of Lily #CA88B4

Tints of Lily #CA88B4

Color information

#CA88B4 (or 0xCA88B4) is unknown color: approx Lily. HEX triplet: CA, 88 and B4. RGB value is (202,136,180). Sum of RGB (Red+Green+Blue) = 202+136+180=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA88B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88B4 is #35774B. Grayscale: #A0A0A0. Windows color (decimal): -3503948 or 11831498. OLE color: 11831498.

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

Color convert

RGB202136180-
CMYK00.330.110.21
HSL320º38.37%66.27%-
HSV(B)320º32.67%79.22%-
XYZ41.433.4647.46-
YUV160.75138.87157.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 136 (53.52% from 255) = 26.25%
BLUE value IS 180 (70.70% from 255) = 34.75%
R=39.00%
G=26.25%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213618000.330.110.2132038.3766.27
HexCA88B4021B151402642
Octal312210264041132550046102
Binary11001010100010001011010001000011011101011010000001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88B4; }

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

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

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

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

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

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

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

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