#CE86C2

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

Shades of Lilac #CE86C2

Tints of Lilac #CE86C2

Color information

#CE86C2 (or 0xCE86C2) is unknown color: approx Lilac. HEX triplet: CE, 86 and C2. RGB value is (206,134,194). Sum of RGB (Red+Green+Blue) = 206+134+194=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86C2 is #31793D. Grayscale: #A2A2A2. Windows color (decimal): -3242302 or 12748494. OLE color: 12748494.

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

Color convert

RGB206134194-
CMYK00.350.060.19
HSL310º42.35%66.67%-
HSV(B)310º34.95%80.78%-
XYZ43.7234.0755.31-
YUV162.37145.85159.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 134 (52.73% from 255) = 25.09%
BLUE value IS 194 (76.17% from 255) = 36.33%
R=38.58%
G=25.09%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613419400.350.060.1931042.3566.67
HexCE86C20236131362a43
Octal31620630204362346652103
Binary1100111010000110110000100100011110100111001101101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE86C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE86C2; }

 p { color: rgb(206,134,194); }

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

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

 a { background-color: rgb(206,134,194); }

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

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

 span { border-color: rgb(206,134,194); }

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