#CD82BB

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

Shades of Lily #CD82BB

Tints of Lily #CD82BB

Color information

#CD82BB (or 0xCD82BB) is unknown color: approx Lily. HEX triplet: CD, 82 and BB. RGB value is (205,130,187). Sum of RGB (Red+Green+Blue) = 205+130+187=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD82BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD82BB is #327D44. Grayscale: #9E9E9E. Windows color (decimal): -3308869 or 12288717. OLE color: 12288717.

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

Color convert

RGB205130187-
CMYK00.370.090.20
HSL314.4º42.86%65.69%-
HSV(B)314.4º36.59%80.39%-
XYZ42.1332.5351.07-
YUV158.92143.85160.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 130 (51.17% from 255) = 24.90%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=39.27%
G=24.90%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513018700.370.090.20314.442.8665.69
HexCD82BB02591413a2b42
Octal315202273045112447253102
Binary11001101100000101011101101001011001101001001110101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82BB; }

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

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

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

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

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

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

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

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