#CA80B3

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

Shades of Lily #CA80B3

Tints of Lily #CA80B3

Color information

#CA80B3 (or 0xCA80B3) is unknown color: approx Lily. HEX triplet: CA, 80 and B3. RGB value is (202,128,179). Sum of RGB (Red+Green+Blue) = 202+128+179=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80B3 is #357F4C. Grayscale: #9B9B9B. Windows color (decimal): -3505997 or 11763914. OLE color: 11763914.

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

Color convert

RGB202128179-
CMYK00.370.110.21
HSL318.65º41.11%64.71%-
HSV(B)318.65º36.63%79.22%-
XYZ40.2131.2546.56-
YUV155.94141.02160.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 128 (50.39% from 255) = 25.15%
BLUE value IS 179 (70.31% from 255) = 35.17%
R=39.69%
G=25.15%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212817900.370.110.21318.6541.1164.71
HexCA80B3025B1513f2941
Octal312200263045132547751101
Binary11001010100000001011001101001011011101011001111111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80B3; }

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

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

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

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

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

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

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

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