#C480B0

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

Shades of Lily #C480B0

Tints of Lily #C480B0

Color information

#C480B0 (or 0xC480B0) is unknown color: approx Lily. HEX triplet: C4, 80 and B0. RGB value is (196,128,176). Sum of RGB (Red+Green+Blue) = 196+128+176=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C480B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C480B0 is #3B7F4F. Grayscale: #999999. Windows color (decimal): -3899216 or 11567300. OLE color: 11567300.

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

Color convert

RGB196128176-
CMYK00.350.100.23
HSL317.65º36.56%63.53%-
HSV(B)317.65º34.69%76.86%-
XYZ38.3230.3144.9-
YUV153.8140.53158.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=39.2%
G=25.6%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612817600.350.100.23317.6536.5663.53
HexC480B0023A1713e2540
Octal304200260043122747645100
Binary11000100100000001011000001000111010101111001111101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480B0; }

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

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

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

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

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

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

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

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