#CA87BB

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

Shades of Lily #CA87BB

Tints of Lily #CA87BB

Color information

#CA87BB (or 0xCA87BB) is unknown color: approx Lily. HEX triplet: CA, 87 and BB. RGB value is (202,135,187). Sum of RGB (Red+Green+Blue) = 202+135+187=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87BB is #357844. Grayscale: #A0A0A0. Windows color (decimal): -3504197 or 12289994. OLE color: 12289994.

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

Color convert

RGB202135187-
CMYK00.330.070.21
HSL313.43º38.73%66.08%-
HSV(B)313.43º33.17%79.22%-
XYZ41.9933.4751.26-
YUV160.96142.7157.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 135 (53.12% from 255) = 25.76%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=38.55%
G=25.76%
B=35.69%

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
Decimal20213518700.330.070.21313.4338.7366.08
HexCA87BB0217151392742
Octal31220727304172547147102
Binary1100101010000111101110110100001111101011001110011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87BB; }

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

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

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

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

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

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

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

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