#CD86BE

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

Shades of Lily #CD86BE

Tints of Lily #CD86BE

Color information

#CD86BE (or 0xCD86BE) is unknown color: approx Lily. HEX triplet: CD, 86 and BE. RGB value is (205,134,190). Sum of RGB (Red+Green+Blue) = 205+134+190=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CD86BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD86BE is #327941. Grayscale: #A1A1A1. Windows color (decimal): -3307842 or 12486349. OLE color: 12486349.

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

Color convert

RGB205134190-
CMYK00.350.070.20
HSL312.68º41.52%66.47%-
HSV(B)312.68º34.63%80.39%-
XYZ4333.7552.96-
YUV161.61144.02158.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 134 (52.73% from 255) = 25.33%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=38.75%
G=25.33%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513419000.350.070.20312.6841.5266.47
HexCD86BE0237141392a42
Octal31520627604372447152102
Binary1100110110000110101111100100011111101001001110011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD86BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD86BE; }

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

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

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

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

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

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

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

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