#C580AD

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

Shades of Lily #C580AD

Tints of Lily #C580AD

Color information

#C580AD (or 0xC580AD) is unknown color: approx Lily. HEX triplet: C5, 80 and AD. RGB value is (197,128,173). Sum of RGB (Red+Green+Blue) = 197+128+173=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C580AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C580AD is #3A7F52. Grayscale: #999999. Windows color (decimal): -3833683 or 11370693. OLE color: 11370693.

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

Color convert

RGB197128173-
CMYK00.350.120.23
HSL320.87º37.3%63.73%-
HSV(B)320.87º35.03%77.25%-
XYZ38.2930.3343.37-
YUV153.76138.86158.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.56%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=39.56%
G=25.70%
B=34.74%

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
Decimal19712817300.350.120.23320.8737.363.73
HexC580AD023C171412540
Octal305200255043142750145100
Binary11000101100000001010110101000111100101111010000011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C580AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C580AD; }

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

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

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

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

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

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

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

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