#CD80B2

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

Shades of Lily #CD80B2

Tints of Lily #CD80B2

Color information

#CD80B2 (or 0xCD80B2) is unknown color: approx Lily. HEX triplet: CD, 80 and B2. RGB value is (205,128,178). Sum of RGB (Red+Green+Blue) = 205+128+178=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD80B2 is #327F4D. Grayscale: #9C9C9C. Windows color (decimal): -3309390 or 11698381. OLE color: 11698381.

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

Color convert

RGB205128178-
CMYK00.380.130.20
HSL321.04º43.5%65.29%-
HSV(B)321.04º37.56%80.39%-
XYZ40.9331.6346.07-
YUV156.72140.01162.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 178 (69.92% from 255) = 34.83%
R=40.12%
G=25.05%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512817800.380.130.20321.0443.565.29
HexCD80B2026D141412c41
Octal315200262046152450154101
Binary11001101100000001011001001001101101101001010000011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80B2; }

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

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

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

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

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

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

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

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