#CD87AF

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

Shades of Lily #CD87AF

Tints of Lily #CD87AF

Color information

#CD87AF (or 0xCD87AF) is unknown color: approx Lily. HEX triplet: CD, 87 and AF. RGB value is (205,135,175). Sum of RGB (Red+Green+Blue) = 205+135+175=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD87AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD87AF is #327850. Grayscale: #A0A0A0. Windows color (decimal): -3307601 or 11503565. OLE color: 11503565.

HSL color Cylindrical-coordinate representation of color #CD87AF: hue angle of 325.71º 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 #CD87AF is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB205135175-
CMYK00.340.150.20
HSL325.71º41.18%66.67%-
HSV(B)325.71º34.15%80.39%-
XYZ41.5833.444.81-
YUV160.49136.19159.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 135 (53.12% from 255) = 26.21%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=39.81%
G=26.21%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513517500.340.150.20325.7141.1866.67
HexCD87AF022F141462943
Octal315207257042172450651103
Binary11001101100001111010111101000101111101001010001101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD87AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD87AF; }

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

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

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

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

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

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

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

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