#CD82BC

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

Shades of Lily #CD82BC

Tints of Lily #CD82BC

Color information

#CD82BC (or 0xCD82BC) is unknown color: approx Lily. HEX triplet: CD, 82 and BC. RGB value is (205,130,188). Sum of RGB (Red+Green+Blue) = 205+130+188=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD82BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD82BC is #327D43. Grayscale: #9E9E9E. Windows color (decimal): -3308868 or 12354253. OLE color: 12354253.

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

Color convert

RGB205130188-
CMYK00.370.080.20
HSL313.6º42.86%65.69%-
HSV(B)313.6º36.59%80.39%-
XYZ42.2432.5851.64-
YUV159.04144.35160.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 130 (51.17% from 255) = 24.86%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=39.20%
G=24.86%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513018800.370.080.20313.642.8665.69
HexCD82BC02581413a2b42
Octal315202274045102447253102
Binary11001101100000101011110001001011000101001001110101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82BC; }

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

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

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

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

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

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

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

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