#C28EC2

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

Shades of Lilac #C28EC2

Tints of Lilac #C28EC2

Color information

#C28EC2 (or 0xC28EC2) is unknown color: approx Lilac. HEX triplet: C2, 8E and C2. RGB value is (194,142,194). Sum of RGB (Red+Green+Blue) = 194+142+194=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C28EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EC2 is #3D713D. Grayscale: #A3A3A3. Windows color (decimal): -4026686 or 12750530. OLE color: 12750530.

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

Color convert

RGB194142194-
CMYK00.2700.24
HSL300º29.89%65.88%-
HSV(B)300º26.8%76.08%-
XYZ41.6634.7155.54-
YUV163.48145.23149.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 142 (55.86% from 255) = 26.79%
BLUE value IS 194 (76.17% from 255) = 36.60%
R=36.60%
G=26.79%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414219400.2700.2430029.8965.88
HexC28EC201B01812c1e42
Octal30221630203303045436102
Binary110000101000111011000010011011011000100101100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EC2; }

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

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

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

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

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

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

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

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