#CA80B5

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

Shades of Lily #CA80B5

Tints of Lily #CA80B5

Color information

#CA80B5 (or 0xCA80B5) is unknown color: approx Lily. HEX triplet: CA, 80 and B5. RGB value is (202,128,181). Sum of RGB (Red+Green+Blue) = 202+128+181=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80B5 is #357F4A. Grayscale: #9C9C9C. Windows color (decimal): -3505995 or 11894986. OLE color: 11894986.

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

Color convert

RGB202128181-
CMYK00.370.100.21
HSL317.03º41.11%64.71%-
HSV(B)317.03º36.63%79.22%-
XYZ40.4231.3347.63-
YUV156.17142.02160.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 181 (71.09% from 255) = 35.42%
R=39.53%
G=25.05%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212818100.370.100.21317.0341.1164.71
HexCA80B5025A1513d2941
Octal312200265045122547551101
Binary11001010100000001011010101001011010101011001111011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80B5; }

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

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

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

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

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

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

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

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