#CE82BC

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

Shades of Lily #CE82BC

Tints of Lily #CE82BC

Color information

#CE82BC (or 0xCE82BC) is unknown color: approx Lily. HEX triplet: CE, 82 and BC. RGB value is (206,130,188). Sum of RGB (Red+Green+Blue) = 206+130+188=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82BC is #317D43. Grayscale: #9F9F9F. Windows color (decimal): -3243332 or 12354254. OLE color: 12354254.

HSL color Cylindrical-coordinate representation of color #CE82BC: hue angle of 314.21º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE82BC is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB206130188-
CMYK00.370.090.19
HSL314.21º43.68%65.88%-
HSV(B)314.21º36.89%80.78%-
XYZ42.5132.7251.65-
YUV159.34144.18161.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 130 (51.17% from 255) = 24.81%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=39.31%
G=24.81%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613018800.370.090.19314.2143.6865.88
HexCE82BC02591313a2c42
Octal316202274045112347254102
Binary11001110100000101011110001001011001100111001110101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE82BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE82BC; }

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

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

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

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

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

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

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

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