#CD87AC

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

Shades of Lily #CD87AC

Tints of Lily #CD87AC

Color information

#CD87AC (or 0xCD87AC) is unknown color: approx Lily. HEX triplet: CD, 87 and AC. RGB value is (205,135,172). Sum of RGB (Red+Green+Blue) = 205+135+172=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CD87AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD87AC is #327853. Grayscale: #A0A0A0. Windows color (decimal): -3307604 or 11306957. OLE color: 11306957.

HSL color Cylindrical-coordinate representation of color #CD87AC: hue angle of 328.29º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD87AC is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB205135172-
CMYK00.340.160.20
HSL328.29º41.18%66.67%-
HSV(B)328.29º34.15%80.39%-
XYZ41.2933.2943.28-
YUV160.15134.69159.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 135 (53.12% from 255) = 26.37%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=40.04%
G=26.37%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513517200.340.160.20328.2941.1866.67
HexCD87AC02210141482943
Octal315207254042202451051103
Binary110011011000011110101100010001010000101001010010001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD87AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD87AC; }

 p { color: rgb(205,135,172); }

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

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

 a { background-color: rgb(205,135,172); }

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

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

 span { border-color: rgb(205,135,172); }

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