#CD8DBD

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

Shades of Lily #CD8DBD

Tints of Lily #CD8DBD

Color information

#CD8DBD (or 0xCD8DBD) is unknown color: approx Lily. HEX triplet: CD, 8D and BD. RGB value is (205,141,189). Sum of RGB (Red+Green+Blue) = 205+141+189=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DBD is #327242. Grayscale: #A5A5A5. Windows color (decimal): -3306051 or 12422605. OLE color: 12422605.

HSL color Cylindrical-coordinate representation of color #CD8DBD: hue angle of 315º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD8DBD is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205141189-
CMYK00.310.080.20
HSL315º39.02%67.84%-
HSV(B)315º31.22%80.39%-
XYZ43.8935.752.72-
YUV165.61141.2156.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 141 (55.47% from 255) = 26.36%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=38.32%
G=26.36%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514118900.310.080.2031539.0267.84
HexCD8DBD01F81413b2744
Octal315215275037102447347104
Binary1100110110001101101111010111111000101001001110111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DBD; }

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

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

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

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

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

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

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

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