#CD86B7

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

Shades of Lily #CD86B7

Tints of Lily #CD86B7

Color information

#CD86B7 (or 0xCD86B7) is unknown color: approx Lily. HEX triplet: CD, 86 and B7. RGB value is (205,134,183). Sum of RGB (Red+Green+Blue) = 205+134+183=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD86B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD86B7 is #327948. Grayscale: #A0A0A0. Windows color (decimal): -3307849 or 12027597. OLE color: 12027597.

HSL color Cylindrical-coordinate representation of color #CD86B7: hue angle of 318.59º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD86B7 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB205134183-
CMYK00.350.110.20
HSL318.59º41.52%66.47%-
HSV(B)318.59º34.63%80.39%-
XYZ42.2533.4549.03-
YUV160.82140.52159.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 134 (52.73% from 255) = 25.67%
BLUE value IS 183 (71.88% from 255) = 35.06%
R=39.27%
G=25.67%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513418300.350.110.20318.5941.5266.47
HexCD86B7023B1413f2a42
Octal315206267043132447752102
Binary11001101100001101011011101000111011101001001111111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD86B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD86B7; }

 p { color: rgb(205,134,183); }

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

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

 a { background-color: rgb(205,134,183); }

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

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

 span { border-color: rgb(205,134,183); }

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