#C585B6

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

Shades of Lily #C585B6

Tints of Lily #C585B6

Color information

#C585B6 (or 0xC585B6) is unknown color: approx Lily. HEX triplet: C5, 85 and B6. RGB value is (197,133,182). Sum of RGB (Red+Green+Blue) = 197+133+182=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C585B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585B6 is #3A7A49. Grayscale: #9D9D9D. Windows color (decimal): -3832394 or 11961797. OLE color: 11961797.

HSL color Cylindrical-coordinate representation of color #C585B6: hue angle of 314.06º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C585B6 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB197133182-
CMYK00.320.080.23
HSL314.06º35.56%64.71%-
HSV(B)314.06º32.49%77.25%-
XYZ39.8632.0248.34-
YUV157.72141.7156.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.48%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 182 (71.48% from 255) = 35.55%
R=38.48%
G=25.98%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713318200.320.080.23314.0635.5664.71
HexC585B602081713a2441
Octal305205266040102747244101
Binary11000101100001011011011001000001000101111001110101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585B6; }

 p { color: rgb(197,133,182); }

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

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

 a { background-color: rgb(197,133,182); }

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

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

 span { border-color: rgb(197,133,182); }

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