#CD80B1

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

Shades of Lily #CD80B1

Tints of Lily #CD80B1

Color information

#CD80B1 (or 0xCD80B1) is unknown color: approx Lily. HEX triplet: CD, 80 and B1. RGB value is (205,128,177). Sum of RGB (Red+Green+Blue) = 205+128+177=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD80B1 is #327F4E. Grayscale: #9C9C9C. Windows color (decimal): -3309391 or 11632845. OLE color: 11632845.

HSL color Cylindrical-coordinate representation of color #CD80B1: hue angle of 321.82º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD80B1 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB205128177-
CMYK00.380.140.20
HSL321.82º43.5%65.29%-
HSV(B)321.82º37.56%80.39%-
XYZ40.8331.5945.54-
YUV156.61139.51162.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 128 (50.39% from 255) = 25.10%
BLUE value IS 177 (69.53% from 255) = 34.71%
R=40.20%
G=25.10%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512817700.380.140.20321.8243.565.29
HexCD80B1026E141422c41
Octal315200261046162450254101
Binary11001101100000001011000101001101110101001010000101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80B1; }

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

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

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

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

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

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

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

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