#CD85AF

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

Shades of Lily #CD85AF

Tints of Lily #CD85AF

Color information

#CD85AF (or 0xCD85AF) is unknown color: approx Lily. HEX triplet: CD, 85 and AF. RGB value is (205,133,175). Sum of RGB (Red+Green+Blue) = 205+133+175=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD85AF is #327A50. Grayscale: #9F9F9F. Windows color (decimal): -3308113 or 11503053. OLE color: 11503053.

HSL color Cylindrical-coordinate representation of color #CD85AF: hue angle of 325º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD85AF is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB205133175-
CMYK00.350.150.20
HSL325º41.86%66.27%-
HSV(B)325º35.12%80.39%-
XYZ41.332.8544.72-
YUV159.32136.85160.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=39.96%
G=25.93%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513317500.350.150.2032541.8666.27
HexCD85AF023F141452a42
Octal315205257043172450552102
Binary11001101100001011010111101000111111101001010001011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85AF; }

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

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

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

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

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

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

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

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