#CE87BE

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

Shades of Lily #CE87BE

Tints of Lily #CE87BE

Color information

#CE87BE (or 0xCE87BE) is unknown color: approx Lily. HEX triplet: CE, 87 and BE. RGB value is (206,135,190). Sum of RGB (Red+Green+Blue) = 206+135+190=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE87BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE87BE is #317841. Grayscale: #A2A2A2. Windows color (decimal): -3242050 or 12486606. OLE color: 12486606.

HSL color Cylindrical-coordinate representation of color #CE87BE: hue angle of 313.52º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE87BE is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206135190-
CMYK00.340.080.19
HSL313.52º42.01%66.86%-
HSV(B)313.52º34.47%80.78%-
XYZ43.4134.1753.02-
YUV162.5143.52159.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 135 (53.12% from 255) = 25.42%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=38.79%
G=25.42%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613519000.340.080.19313.5242.0166.86
HexCE87BE02281313a2a43
Octal316207276042102347252103
Binary11001110100001111011111001000101000100111001110101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE87BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE87BE; }

 p { color: rgb(206,135,190); }

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

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

 a { background-color: rgb(206,135,190); }

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

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

 span { border-color: rgb(206,135,190); }

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