#CD85BD

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

Shades of Lily #CD85BD

Tints of Lily #CD85BD

Color information

#CD85BD (or 0xCD85BD) is unknown color: approx Lily. HEX triplet: CD, 85 and BD. RGB value is (205,133,189). Sum of RGB (Red+Green+Blue) = 205+133+189=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85BD is #327A42. Grayscale: #A0A0A0. Windows color (decimal): -3308099 or 12420557. OLE color: 12420557.

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

Color convert

RGB205133189-
CMYK00.350.080.20
HSL313.33º41.86%66.27%-
HSV(B)313.33º35.12%80.39%-
XYZ42.7533.4352.34-
YUV160.91143.85159.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=38.90%
G=25.24%
B=35.86%

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
Decimal20513318900.350.080.20313.3341.8666.27
HexCD85BD0238141392a42
Octal315205275043102447152102
Binary11001101100001011011110101000111000101001001110011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85BD; }

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

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

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

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

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

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

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

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