#CD85B5

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

Shades of Lily #CD85B5

Tints of Lily #CD85B5

Color information

#CD85B5 (or 0xCD85B5) is unknown color: approx Lily. HEX triplet: CD, 85 and B5. RGB value is (205,133,181). Sum of RGB (Red+Green+Blue) = 205+133+181=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85B5 is #327A4A. Grayscale: #9F9F9F. Windows color (decimal): -3308107 or 11896269. OLE color: 11896269.

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

Color convert

RGB205133181-
CMYK00.350.120.20
HSL320º41.86%66.27%-
HSV(B)320º35.12%80.39%-
XYZ41.933.0947.89-
YUV160139.85160.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 181 (71.09% from 255) = 34.87%
R=39.50%
G=25.63%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513318100.350.120.2032041.8666.27
HexCD85B5023C141402a42
Octal315205265043142450052102
Binary11001101100001011011010101000111100101001010000001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85B5; }

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

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

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

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

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

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

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

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