#C585B3

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

Shades of Lily #C585B3

Tints of Lily #C585B3

Color information

#C585B3 (or 0xC585B3) is unknown color: approx Lily. HEX triplet: C5, 85 and B3. RGB value is (197,133,179). Sum of RGB (Red+Green+Blue) = 197+133+179=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C585B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585B3 is #3A7A4C. Grayscale: #9D9D9D. Windows color (decimal): -3832397 or 11765189. OLE color: 11765189.

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

Color convert

RGB197133179-
CMYK00.320.090.23
HSL316.88º35.56%64.71%-
HSV(B)316.88º32.49%77.25%-
XYZ39.5531.946.72-
YUV157.38140.2156.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 179 (70.31% from 255) = 35.17%
R=38.70%
G=26.13%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713317900.320.090.23316.8835.5664.71
HexC585B302091713d2441
Octal305205263040112747544101
Binary11000101100001011011001101000001001101111001111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585B3; }

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

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

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

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

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

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

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

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