#C48ECA

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

Shades of Lilac #C48ECA

Tints of Lilac #C48ECA

Color information

#C48ECA (or 0xC48ECA) is unknown color: approx Lilac. HEX triplet: C4, 8E and CA. RGB value is (196,142,202). Sum of RGB (Red+Green+Blue) = 196+142+202=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #C48ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ECA is #3B7135. Grayscale: #A4A4A4. Windows color (decimal): -3895606 or 13274820. OLE color: 13274820.

HSL color Cylindrical-coordinate representation of color #C48ECA: hue angle of 294º 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 #C48ECA is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196142202-
CMYK0.030.3000.21
HSL294º36.14%67.45%-
HSV(B)294º29.7%79.22%-
XYZ43.135.3560.43-
YUV164.99148.89150.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.30%
GREEN value IS 142 (55.86% from 255) = 26.30%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=36.30%
G=26.30%
B=37.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961422020.030.3000.2129436.1467.45
HexC48ECA31E0151262443
Octal30421631233602544644103
Binary11000100100011101100101011111100101011001001101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48ECA; }

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

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

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

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

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

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

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

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