#CA80BB

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

Shades of Lily #CA80BB

Tints of Lily #CA80BB

Color information

#CA80BB (or 0xCA80BB) is unknown color: approx Lily. HEX triplet: CA, 80 and BB. RGB value is (202,128,187). Sum of RGB (Red+Green+Blue) = 202+128+187=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80BB is #357F44. Grayscale: #9C9C9C. Windows color (decimal): -3505989 or 12288202. OLE color: 12288202.

HSL color Cylindrical-coordinate representation of color #CA80BB: hue angle of 312.16º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA80BB is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202128187-
CMYK00.370.070.21
HSL312.16º41.11%64.71%-
HSV(B)312.16º36.63%79.22%-
XYZ41.0531.5850.95-
YUV156.85145.02160.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 128 (50.39% from 255) = 24.76%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=39.07%
G=24.76%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212818700.370.070.21312.1641.1164.71
HexCA80BB0257151382941
Octal31220027304572547051101
Binary1100101010000000101110110100101111101011001110001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80BB; }

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

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

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

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

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

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

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

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