#CD86B1

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

Shades of Lily #CD86B1

Tints of Lily #CD86B1

Color information

#CD86B1 (or 0xCD86B1) is unknown color: approx Lily. HEX triplet: CD, 86 and B1. RGB value is (205,134,177). Sum of RGB (Red+Green+Blue) = 205+134+177=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CD86B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD86B1 is #32794E. Grayscale: #A0A0A0. Windows color (decimal): -3307855 or 11634381. OLE color: 11634381.

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

Color convert

RGB205134177-
CMYK00.350.140.20
HSL323.66º41.52%66.47%-
HSV(B)323.66º34.63%80.39%-
XYZ41.6433.245.81-
YUV160.13137.52160-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=39.73%
G=25.97%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513417700.350.140.20323.6641.5266.47
HexCD86B1023E141442a42
Octal315206261043162450452102
Binary11001101100001101011000101000111110101001010001001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD86B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD86B1; }

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

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

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

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

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

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

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

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