#CD87AD

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

Shades of Lily #CD87AD

Tints of Lily #CD87AD

Color information

#CD87AD (or 0xCD87AD) is unknown color: approx Lily. HEX triplet: CD, 87 and AD. RGB value is (205,135,173). Sum of RGB (Red+Green+Blue) = 205+135+173=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD87AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD87AD is #327852. Grayscale: #A0A0A0. Windows color (decimal): -3307603 or 11372493. OLE color: 11372493.

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

Color convert

RGB205135173-
CMYK00.340.160.20
HSL327.43º41.18%66.67%-
HSV(B)327.43º34.15%80.39%-
XYZ41.3833.3243.79-
YUV160.26135.19159.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 135 (53.12% from 255) = 26.32%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=39.96%
G=26.32%
B=33.72%

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
Decimal20513517300.340.160.20327.4341.1866.67
HexCD87AD02210141472943
Octal315207255042202450751103
Binary110011011000011110101101010001010000101001010001111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD87AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD87AD; }

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

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

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

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

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

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

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

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