#CD87BA

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

Shades of Lily #CD87BA

Tints of Lily #CD87BA

Color information

#CD87BA (or 0xCD87BA) is unknown color: approx Lily. HEX triplet: CD, 87 and BA. RGB value is (205,135,186). Sum of RGB (Red+Green+Blue) = 205+135+186=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CD87BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD87BA is #327845. Grayscale: #A1A1A1. Windows color (decimal): -3307590 or 12224461. OLE color: 12224461.

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

Color convert

RGB205135186-
CMYK00.340.090.20
HSL316.29º41.18%66.67%-
HSV(B)316.29º34.15%80.39%-
XYZ42.733.8550.74-
YUV161.74141.69158.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 135 (53.12% from 255) = 25.67%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=38.97%
G=25.67%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513518600.340.090.20316.2941.1866.67
HexCD87BA02291413c2943
Octal315207272042112447451103
Binary11001101100001111011101001000101001101001001111001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD87BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD87BA; }

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

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

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

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

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

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

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

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