#CA80AD

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

Shades of Lily #CA80AD

Tints of Lily #CA80AD

Color information

#CA80AD (or 0xCA80AD) is unknown color: approx Lily. HEX triplet: CA, 80 and AD. RGB value is (202,128,173). Sum of RGB (Red+Green+Blue) = 202+128+173=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA80AD is #357F52. Grayscale: #9B9B9B. Windows color (decimal): -3506003 or 11370698. OLE color: 11370698.

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

Color convert

RGB202128173-
CMYK00.370.140.21
HSL323.51º41.11%64.71%-
HSV(B)323.51º36.63%79.22%-
XYZ39.6231.0143.43-
YUV155.26138.02161.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=40.16%
G=25.45%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212817300.370.140.21323.5141.1164.71
HexCA80AD025E151442941
Octal312200255045162550451101
Binary11001010100000001010110101001011110101011010001001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80AD; }

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

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

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

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

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

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

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

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