#CE80B0

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

Shades of Lily #CE80B0

Tints of Lily #CE80B0

Color information

#CE80B0 (or 0xCE80B0) is unknown color: approx Lily. HEX triplet: CE, 80 and B0. RGB value is (206,128,176). Sum of RGB (Red+Green+Blue) = 206+128+176=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE80B0 is #317F4F. Grayscale: #9C9C9C. Windows color (decimal): -3243856 or 11567310. OLE color: 11567310.

HSL color Cylindrical-coordinate representation of color #CE80B0: hue angle of 323.08º 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 #CE80B0 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB206128176-
CMYK00.380.150.19
HSL323.08º44.32%65.49%-
HSV(B)323.08º37.86%80.78%-
XYZ41.0131.6945.03-
YUV156.79138.84163.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 128 (50.39% from 255) = 25.10%
BLUE value IS 176 (69.14% from 255) = 34.51%
R=40.39%
G=25.10%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612817600.380.150.19323.0844.3265.49
HexCE80B0026F131432c41
Octal316200260046172350354101
Binary11001110100000001011000001001101111100111010000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE80B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE80B0; }

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

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

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

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

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

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

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

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