#CD87B9

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

Shades of Lily #CD87B9

Tints of Lily #CD87B9

Color information

#CD87B9 (or 0xCD87B9) is unknown color: approx Lily. HEX triplet: CD, 87 and B9. RGB value is (205,135,185). Sum of RGB (Red+Green+Blue) = 205+135+185=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD87B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD87B9 is #327846. Grayscale: #A1A1A1. Windows color (decimal): -3307591 or 12158925. OLE color: 12158925.

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

Color convert

RGB205135185-
CMYK00.340.100.20
HSL317.14º41.18%66.67%-
HSV(B)317.14º34.15%80.39%-
XYZ42.633.8150.18-
YUV161.63141.19158.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 135 (53.12% from 255) = 25.71%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=39.05%
G=25.71%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513518500.340.100.20317.1441.1866.67
HexCD87B9022A1413d2943
Octal315207271042122447551103
Binary11001101100001111011100101000101010101001001111011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD87B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD87B9; }

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

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

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

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

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

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

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

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