#CD86B8

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

Shades of Lily #CD86B8

Tints of Lily #CD86B8

Color information

#CD86B8 (or 0xCD86B8) is unknown color: approx Lily. HEX triplet: CD, 86 and B8. RGB value is (205,134,184). Sum of RGB (Red+Green+Blue) = 205+134+184=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD86B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD86B8 is #327947. Grayscale: #A0A0A0. Windows color (decimal): -3307848 or 12093133. OLE color: 12093133.

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

Color convert

RGB205134184-
CMYK00.350.100.20
HSL317.75º41.52%66.47%-
HSV(B)317.75º34.63%80.39%-
XYZ42.3533.4949.58-
YUV160.93141.02159.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 134 (52.73% from 255) = 25.62%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=39.20%
G=25.62%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513418400.350.100.20317.7541.5266.47
HexCD86B8023A1413e2a42
Octal315206270043122447652102
Binary11001101100001101011100001000111010101001001111101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD86B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD86B8; }

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

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

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

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

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

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

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

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