#CD8BB5

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

Shades of Lily #CD8BB5

Tints of Lily #CD8BB5

Color information

#CD8BB5 (or 0xCD8BB5) is unknown color: approx Lily. HEX triplet: CD, 8B and B5. RGB value is (205,139,181). Sum of RGB (Red+Green+Blue) = 205+139+181=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BB5 is #32744A. Grayscale: #A3A3A3. Windows color (decimal): -3306571 or 11897805. OLE color: 11897805.

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

Color convert

RGB205139181-
CMYK00.320.120.20
HSL321.82º39.76%67.45%-
HSV(B)321.82º32.2%80.39%-
XYZ42.7534.7848.18-
YUV163.52137.87157.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 181 (71.09% from 255) = 34.48%
R=39.05%
G=26.48%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513918100.320.120.20321.8239.7667.45
HexCD8BB5020C141422843
Octal315213265040142450250103
Binary11001101100010111011010101000001100101001010000101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8BB5; }

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

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

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

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

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

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

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

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