#C28ECA

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

Shades of Lilac #C28ECA

Tints of Lilac #C28ECA

Color information

#C28ECA (or 0xC28ECA) is unknown color: approx Lilac. HEX triplet: C2, 8E and CA. RGB value is (194,142,202). Sum of RGB (Red+Green+Blue) = 194+142+202=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #C28ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ECA is #3D7135. Grayscale: #A4A4A4. Windows color (decimal): -4026678 or 13274818. OLE color: 13274818.

HSL color Cylindrical-coordinate representation of color #C28ECA: hue angle of 292º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C28ECA is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194142202-
CMYK0.040.3000.21
HSL292º36.14%67.45%-
HSV(B)292º29.7%79.22%-
XYZ42.5835.0860.4-
YUV164.39149.23149.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.06%
GREEN value IS 142 (55.86% from 255) = 26.39%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=36.06%
G=26.39%
B=37.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941422020.040.3000.2129236.1467.45
HexC28ECA41E0151242443
Octal30221631243602544444103
Binary110000101000111011001010100111100101011001001001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28ECA; }

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

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

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

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

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

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

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

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