#C480AD

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

Shades of Lily #C480AD

Tints of Lily #C480AD

Color information

#C480AD (or 0xC480AD) is unknown color: approx Lily. HEX triplet: C4, 80 and AD. RGB value is (196,128,173). Sum of RGB (Red+Green+Blue) = 196+128+173=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C480AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C480AD is #3B7F52. Grayscale: #999999. Windows color (decimal): -3899219 or 11370692. OLE color: 11370692.

HSL color Cylindrical-coordinate representation of color #C480AD: hue angle of 320.29º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C480AD is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB196128173-
CMYK00.350.120.23
HSL320.29º36.56%63.53%-
HSV(B)320.29º34.69%76.86%-
XYZ38.0330.1943.36-
YUV153.46139.03158.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=39.44%
G=25.75%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612817300.350.120.23320.2936.5663.53
HexC480AD023C171402540
Octal304200255043142750045100
Binary11000100100000001010110101000111100101111010000001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480AD; }

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

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

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

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

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

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

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

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