#CD85BA

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

Shades of Lily #CD85BA

Tints of Lily #CD85BA

Color information

#CD85BA (or 0xCD85BA) is unknown color: approx Lily. HEX triplet: CD, 85 and BA. RGB value is (205,133,186). Sum of RGB (Red+Green+Blue) = 205+133+186=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85BA is #327A45. Grayscale: #A0A0A0. Windows color (decimal): -3308102 or 12223949. OLE color: 12223949.

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

Color convert

RGB205133186-
CMYK00.350.090.20
HSL315.83º41.86%66.27%-
HSV(B)315.83º35.12%80.39%-
XYZ42.4333.350.65-
YUV160.57142.35159.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=39.12%
G=25.38%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513318600.350.090.20315.8341.8666.27
HexCD85BA02391413c2a42
Octal315205272043112447452102
Binary11001101100001011011101001000111001101001001111001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85BA; }

 p { color: rgb(205,133,186); }

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

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

 a { background-color: rgb(205,133,186); }

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

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

 span { border-color: rgb(205,133,186); }

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