#C585AF

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

Shades of Lily #C585AF

Tints of Lily #C585AF

Color information

#C585AF (or 0xC585AF) is unknown color: approx Lily. HEX triplet: C5, 85 and AF. RGB value is (197,133,175). Sum of RGB (Red+Green+Blue) = 197+133+175=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C585AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C585AF is #3A7A50. Grayscale: #9C9C9C. Windows color (decimal): -3832401 or 11503045. OLE color: 11503045.

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

Color convert

RGB197133175-
CMYK00.320.110.23
HSL320.62º35.56%64.71%-
HSV(B)320.62º32.49%77.25%-
XYZ39.1531.7444.62-
YUV156.92138.2156.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=39.01%
G=26.34%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713317500.320.110.23320.6235.5664.71
HexC585AF020B171412441
Octal305205257040132750144101
Binary11000101100001011010111101000001011101111010000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585AF; }

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

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

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

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

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

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

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

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