#C28EC1

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

Shades of Lilac #C28EC1

Tints of Lilac #C28EC1

Color information

#C28EC1 (or 0xC28EC1) is unknown color: approx Lilac. HEX triplet: C2, 8E and C1. RGB value is (194,142,193). Sum of RGB (Red+Green+Blue) = 194+142+193=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EC1 is #3D713E. Grayscale: #A3A3A3. Windows color (decimal): -4026687 or 12684994. OLE color: 12684994.

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

Color convert

RGB194142193-
CMYK00.270.010.24
HSL301.15º29.89%65.88%-
HSV(B)301.15º26.8%76.08%-
XYZ41.5534.6754.95-
YUV163.36144.73149.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.67%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 193 (75.78% from 255) = 36.48%
R=36.67%
G=26.84%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414219300.270.010.24301.1529.8965.88
HexC28EC101B11812d1e42
Octal30221630103313045536102
Binary110000101000111011000001011011111000100101101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EC1; }

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

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

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

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

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

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

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

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