#C28EC5

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

Shades of Lilac #C28EC5

Tints of Lilac #C28EC5

Color information

#C28EC5 (or 0xC28EC5) is unknown color: approx Lilac. HEX triplet: C2, 8E and C5. RGB value is (194,142,197). Sum of RGB (Red+Green+Blue) = 194+142+197=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 197 - color contains mainly: blue. Hex color #C28EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EC5 is #3D713A. Grayscale: #A3A3A3. Windows color (decimal): -4026683 or 12947138. OLE color: 12947138.

HSL color Cylindrical-coordinate representation of color #C28EC5: hue angle of 296.73º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28EC5 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB194142197-
CMYK0.020.2800.23
HSL296.73º32.16%66.47%-
HSV(B)296.73º27.92%77.25%-
XYZ4234.8557.34-
YUV163.82146.73149.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 142 (55.86% from 255) = 26.64%
BLUE value IS 197 (77.34% from 255) = 36.96%
R=36.40%
G=26.64%
B=36.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941421970.020.2800.23296.7332.1666.47
HexC28EC521C0171292042
Octal30221630523402745140102
Binary11000010100011101100010110111000101111001010011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EC5; }

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

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

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

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

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

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

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

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