#CD80AD

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

Shades of Lily #CD80AD

Tints of Lily #CD80AD

Color information

#CD80AD (or 0xCD80AD) is unknown color: approx Lily. HEX triplet: CD, 80 and AD. RGB value is (205,128,173). Sum of RGB (Red+Green+Blue) = 205+128+173=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD80AD is #327F52. Grayscale: #9C9C9C. Windows color (decimal): -3309395 or 11370701. OLE color: 11370701.

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

Color convert

RGB205128173-
CMYK00.380.160.20
HSL324.94º43.5%65.29%-
HSV(B)324.94º37.56%80.39%-
XYZ40.4431.4343.47-
YUV156.15137.51162.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=40.51%
G=25.30%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512817300.380.160.20324.9443.565.29
HexCD80AD02610141452c41
Octal315200255046202450554101
Binary110011011000000010101101010011010000101001010001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80AD; }

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

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

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

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

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

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

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

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