#CE84B0

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

Shades of Lily #CE84B0

Tints of Lily #CE84B0

Color information

#CE84B0 (or 0xCE84B0) is unknown color: approx Lily. HEX triplet: CE, 84 and B0. RGB value is (206,132,176). Sum of RGB (Red+Green+Blue) = 206+132+176=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE84B0 is #317B4F. Grayscale: #9F9F9F. Windows color (decimal): -3242832 or 11568334. OLE color: 11568334.

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

Color convert

RGB206132176-
CMYK00.360.150.19
HSL324.32º43.02%66.27%-
HSV(B)324.32º35.92%80.78%-
XYZ41.5432.7645.21-
YUV159.14137.52161.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.08%
GREEN value IS 132 (51.95% from 255) = 25.68%
BLUE value IS 176 (69.14% from 255) = 34.24%
R=40.08%
G=25.68%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613217600.360.150.19324.3243.0266.27
HexCE84B0024F131442b42
Octal316204260044172350453102
Binary11001110100001001011000001001001111100111010001001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE84B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE84B0; }

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

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

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

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

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

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

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

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