#C28EBC

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

Shades of Lilac #C28EBC

Tints of Lilac #C28EBC

Color information

#C28EBC (or 0xC28EBC) is unknown color: approx Lilac. HEX triplet: C2, 8E and BC. RGB value is (194,142,188). Sum of RGB (Red+Green+Blue) = 194+142+188=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EBC is #3D7143. Grayscale: #A2A2A2. Windows color (decimal): -4026692 or 12357314. OLE color: 12357314.

HSL color Cylindrical-coordinate representation of color #C28EBC: hue angle of 306.92º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28EBC is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB194142188-
CMYK00.270.030.24
HSL306.92º29.89%65.88%-
HSV(B)306.92º26.8%76.08%-
XYZ4134.4552.06-
YUV162.79142.23150.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.02%
GREEN value IS 142 (55.86% from 255) = 27.10%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=37.02%
G=27.10%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414218800.270.030.24306.9229.8965.88
HexC28EBC01B3181331e42
Octal30221627403333046336102
Binary1100001010001110101111000110111111000100110011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EBC; }

 p { color: rgb(194,142,188); }

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

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

 a { background-color: rgb(194,142,188); }

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

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

 span { border-color: rgb(194,142,188); }

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