#CD8BB7

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

Shades of Lily #CD8BB7

Tints of Lily #CD8BB7

Color information

#CD8BB7 (or 0xCD8BB7) is unknown color: approx Lily. HEX triplet: CD, 8B and B7. RGB value is (205,139,183). Sum of RGB (Red+Green+Blue) = 205+139+183=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BB7 is #327448. Grayscale: #A3A3A3. Windows color (decimal): -3306569 or 12028877. OLE color: 12028877.

HSL color Cylindrical-coordinate representation of color #CD8BB7: hue angle of 320º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8BB7 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB205139183-
CMYK00.320.110.20
HSL320º39.76%67.45%-
HSV(B)320º32.2%80.39%-
XYZ42.9634.8649.26-
YUV163.75138.87157.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 139 (54.69% from 255) = 26.38%
BLUE value IS 183 (71.88% from 255) = 34.72%
R=38.90%
G=26.38%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513918300.320.110.2032039.7667.45
HexCD8BB7020B141402843
Octal315213267040132450050103
Binary11001101100010111011011101000001011101001010000001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8BB7; }

 p { color: rgb(205,139,183); }

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

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

 a { background-color: rgb(205,139,183); }

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

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

 span { border-color: rgb(205,139,183); }

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