#CE80B6

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

Shades of Lily #CE80B6

Tints of Lily #CE80B6

Color information

#CE80B6 (or 0xCE80B6) is unknown color: approx Lily. HEX triplet: CE, 80 and B6. RGB value is (206,128,182). Sum of RGB (Red+Green+Blue) = 206+128+182=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80B6 is #317F49. Grayscale: #9D9D9D. Windows color (decimal): -3243850 or 11960526. OLE color: 11960526.

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

Color convert

RGB206128182-
CMYK00.380.120.19
HSL318.46º44.32%65.49%-
HSV(B)318.46º37.86%80.78%-
XYZ41.6231.9448.23-
YUV157.48141.84162.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 182 (71.48% from 255) = 35.27%
R=39.92%
G=24.81%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612818200.380.120.19318.4644.3265.49
HexCE80B6026C1313e2c41
Octal316200266046142347654101
Binary11001110100000001011011001001101100100111001111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE80B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE80B6; }

 p { color: rgb(206,128,182); }

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

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

 a { background-color: rgb(206,128,182); }

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

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

 span { border-color: rgb(206,128,182); }

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