#CD8DBA

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

Shades of Lily #CD8DBA

Tints of Lily #CD8DBA

Color information

#CD8DBA (or 0xCD8DBA) is unknown color: approx Lily. HEX triplet: CD, 8D and BA. RGB value is (205,141,186). Sum of RGB (Red+Green+Blue) = 205+141+186=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DBA is #327245. Grayscale: #A5A5A5. Windows color (decimal): -3306054 or 12225997. OLE color: 12225997.

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

Color convert

RGB205141186-
CMYK00.310.090.20
HSL317.81º39.02%67.84%-
HSV(B)317.81º31.22%80.39%-
XYZ43.5635.5751.02-
YUV165.27139.7156.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 141 (55.47% from 255) = 26.50%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=38.53%
G=26.50%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514118600.310.090.20317.8139.0267.84
HexCD8DBA01F91413e2744
Octal315215272037112447647104
Binary1100110110001101101110100111111001101001001111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DBA; }

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

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

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

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

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

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

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

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