#C585B2

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

Shades of Lily #C585B2

Tints of Lily #C585B2

Color information

#C585B2 (or 0xC585B2) is unknown color: approx Lily. HEX triplet: C5, 85 and B2. RGB value is (197,133,178). Sum of RGB (Red+Green+Blue) = 197+133+178=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C585B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C585B2 is #3A7A4D. Grayscale: #9D9D9D. Windows color (decimal): -3832398 or 11699653. OLE color: 11699653.

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

Color convert

RGB197133178-
CMYK00.320.100.23
HSL317.81º35.56%64.71%-
HSV(B)317.81º32.49%77.25%-
XYZ39.4531.8646.19-
YUV157.27139.7156.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.78%
GREEN value IS 133 (52.34% from 255) = 26.18%
BLUE value IS 178 (69.92% from 255) = 35.04%
R=38.78%
G=26.18%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713317800.320.100.23317.8135.5664.71
HexC585B2020A1713e2441
Octal305205262040122747644101
Binary11000101100001011011001001000001010101111001111101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585B2; }

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

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

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

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

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

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

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

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