#CD86BD

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

Shades of Lily #CD86BD

Tints of Lily #CD86BD

Color information

#CD86BD (or 0xCD86BD) is unknown color: approx Lily. HEX triplet: CD, 86 and BD. RGB value is (205,134,189). Sum of RGB (Red+Green+Blue) = 205+134+189=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD86BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD86BD is #327942. Grayscale: #A1A1A1. Windows color (decimal): -3307843 or 12420813. OLE color: 12420813.

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

Color convert

RGB205134189-
CMYK00.350.080.20
HSL313.52º41.52%66.47%-
HSV(B)313.52º34.63%80.39%-
XYZ42.8933.752.39-
YUV161.5143.52159.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 134 (52.73% from 255) = 25.38%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=38.83%
G=25.38%
B=35.80%

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
Decimal20513418900.350.080.20313.5241.5266.47
HexCD86BD02381413a2a42
Octal315206275043102447252102
Binary11001101100001101011110101000111000101001001110101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD86BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD86BD; }

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

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

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

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

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

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

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

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