#C48ECE

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

Shades of Lilac #C48ECE

Tints of Lilac #C48ECE

Color information

#C48ECE (or 0xC48ECE) is unknown color: approx Lilac. HEX triplet: C4, 8E and CE. RGB value is (196,142,206). Sum of RGB (Red+Green+Blue) = 196+142+206=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #C48ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ECE is #3B7131. Grayscale: #A5A5A5. Windows color (decimal): -3895602 or 13536964. OLE color: 13536964.

HSL color Cylindrical-coordinate representation of color #C48ECE: hue angle of 290.62º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48ECE is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196142206-
CMYK0.050.3100.19
HSL290.62º39.51%68.24%-
HSV(B)290.62º31.07%80.78%-
XYZ43.5835.5462.96-
YUV165.44150.89149.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.03%
GREEN value IS 142 (55.86% from 255) = 26.10%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=36.03%
G=26.10%
B=37.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961422060.050.3100.19290.6239.5168.24
HexC48ECE51F0131232844
Octal30421631653702344350104
Binary110001001000111011001110101111110100111001000111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48ECE; }

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

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

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

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

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

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

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

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