#C28EBE

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

Shades of Lilac #C28EBE

Tints of Lilac #C28EBE

Color information

#C28EBE (or 0xC28EBE) is unknown color: approx Lilac. HEX triplet: C2, 8E and BE. RGB value is (194,142,190). Sum of RGB (Red+Green+Blue) = 194+142+190=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EBE is #3D7141. Grayscale: #A2A2A2. Windows color (decimal): -4026690 or 12488386. OLE color: 12488386.

HSL color Cylindrical-coordinate representation of color #C28EBE: hue angle of 304.62º 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 #C28EBE is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194142190-
CMYK00.270.020.24
HSL304.62º29.89%65.88%-
HSV(B)304.62º26.8%76.08%-
XYZ41.2234.5353.21-
YUV163.02143.23150.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 142 (55.86% from 255) = 27.00%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=36.88%
G=27.00%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414219000.270.020.24304.6229.8965.88
HexC28EBE01B2181311e42
Octal30221627603323046136102
Binary1100001010001110101111100110111011000100110001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EBE; }

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

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

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

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

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

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

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

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