#C48EC3

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

Shades of Lilac #C48EC3

Tints of Lilac #C48EC3

Color information

#C48EC3 (or 0xC48EC3) is unknown color: approx Lilac. HEX triplet: C4, 8E and C3. RGB value is (196,142,195). Sum of RGB (Red+Green+Blue) = 196+142+195=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EC3 is #3B713C. Grayscale: #A4A4A4. Windows color (decimal): -3895613 or 12816068. OLE color: 12816068.

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

Color convert

RGB196142195-
CMYK00.280.010.23
HSL301.11º31.4%66.27%-
HSV(B)301.11º27.55%76.86%-
XYZ42.2935.0256.16-
YUV164.19145.39150.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.77%
GREEN value IS 142 (55.86% from 255) = 26.64%
BLUE value IS 195 (76.56% from 255) = 36.59%
R=36.77%
G=26.64%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614219500.280.010.23301.1131.466.27
HexC48EC301C11712d1f42
Octal30421630303412745537102
Binary110001001000111011000011011100110111100101101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48EC3; }

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

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

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

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

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

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

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

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