#C48EC1

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

Shades of Lilac #C48EC1

Tints of Lilac #C48EC1

Color information

#C48EC1 (or 0xC48EC1) is unknown color: approx Lilac. HEX triplet: C4, 8E and C1. RGB value is (196,142,193). Sum of RGB (Red+Green+Blue) = 196+142+193=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EC1 is #3B713E. Grayscale: #A3A3A3. Windows color (decimal): -3895615 or 12684996. OLE color: 12684996.

HSL color Cylindrical-coordinate representation of color #C48EC1: hue angle of 303.33º degrees, saturation: 0.31, 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 #C48EC1 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB196142193-
CMYK00.280.020.23
HSL303.33º31.4%66.27%-
HSV(B)303.33º27.55%76.86%-
XYZ42.0634.9354.98-
YUV163.96144.39150.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 193 (75.78% from 255) = 36.35%
R=36.91%
G=26.74%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614219300.280.020.23303.3331.466.27
HexC48EC101C21712f1f42
Octal30421630103422745737102
Binary1100010010001110110000010111001010111100101111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48EC1; }

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

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

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

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

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

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

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

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