#CD8DB2

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

Shades of Lily #CD8DB2

Tints of Lily #CD8DB2

Color information

#CD8DB2 (or 0xCD8DB2) is unknown color: approx Lily. HEX triplet: CD, 8D and B2. RGB value is (205,141,178). Sum of RGB (Red+Green+Blue) = 205+141+178=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8DB2 is #32724D. Grayscale: #A4A4A4. Windows color (decimal): -3306062 or 11701709. OLE color: 11701709.

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

Color convert

RGB205141178-
CMYK00.310.130.20
HSL325.31º39.02%67.84%-
HSV(B)325.31º31.22%80.39%-
XYZ42.7435.2446.67-
YUV164.35135.7156.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 178 (69.92% from 255) = 33.97%
R=39.12%
G=26.91%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514117800.310.130.20325.3139.0267.84
HexCD8DB201FD141452744
Octal315215262037152450547104
Binary1100110110001101101100100111111101101001010001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DB2; }

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

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

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

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

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

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

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

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