#CD86BC

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

Shades of Lily #CD86BC

Tints of Lily #CD86BC

Color information

#CD86BC (or 0xCD86BC) is unknown color: approx Lily. HEX triplet: CD, 86 and BC. RGB value is (205,134,188). Sum of RGB (Red+Green+Blue) = 205+134+188=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD86BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD86BC is #327943. Grayscale: #A1A1A1. Windows color (decimal): -3307844 or 12355277. OLE color: 12355277.

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

Color convert

RGB205134188-
CMYK00.350.080.20
HSL314.37º41.52%66.47%-
HSV(B)314.37º34.63%80.39%-
XYZ42.7833.6651.82-
YUV161.38143.02159.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 134 (52.73% from 255) = 25.43%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=38.90%
G=25.43%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513418800.350.080.20314.3741.5266.47
HexCD86BC02381413a2a42
Octal315206274043102447252102
Binary11001101100001101011110001000111000101001001110101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD86BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD86BC; }

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

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

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

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

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

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

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

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