#CD82AF

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

Shades of Lily #CD82AF

Tints of Lily #CD82AF

Color information

#CD82AF (or 0xCD82AF) is unknown color: approx Lily. HEX triplet: CD, 82 and AF. RGB value is (205,130,175). Sum of RGB (Red+Green+Blue) = 205+130+175=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD82AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD82AF is #327D50. Grayscale: #9D9D9D. Windows color (decimal): -3308881 or 11502285. OLE color: 11502285.

HSL color Cylindrical-coordinate representation of color #CD82AF: hue angle of 324º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD82AF is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB205130175-
CMYK00.370.150.20
HSL324º42.86%65.69%-
HSV(B)324º36.59%80.39%-
XYZ40.932.0444.59-
YUV157.55137.85161.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 130 (51.17% from 255) = 25.49%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=40.20%
G=25.49%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513017500.370.150.2032442.8665.69
HexCD82AF025F141442b42
Octal315202257045172450453102
Binary11001101100000101010111101001011111101001010001001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82AF; }

 p { color: rgb(205,130,175); }

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

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

 a { background-color: rgb(205,130,175); }

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

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

 span { border-color: rgb(205,130,175); }

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