#CD8BB1

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

Shades of Lily #CD8BB1

Tints of Lily #CD8BB1

Color information

#CD8BB1 (or 0xCD8BB1) is unknown color: approx Lily. HEX triplet: CD, 8B and B1. RGB value is (205,139,177). Sum of RGB (Red+Green+Blue) = 205+139+177=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8BB1 is #32744E. Grayscale: #A2A2A2. Windows color (decimal): -3306575 or 11635661. OLE color: 11635661.

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

Color convert

RGB205139177-
CMYK00.320.140.20
HSL325.45º39.76%67.45%-
HSV(B)325.45º32.2%80.39%-
XYZ42.3534.6246.05-
YUV163.07135.87157.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=39.35%
G=26.68%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513917700.320.140.20325.4539.7667.45
HexCD8BB1020E141452843
Octal315213261040162450550103
Binary11001101100010111011000101000001110101001010001011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8BB1; }

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

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

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

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

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

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

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

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