#C48EC2

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

Shades of Lilac #C48EC2

Tints of Lilac #C48EC2

Color information

#C48EC2 (or 0xC48EC2) is unknown color: approx Lilac. HEX triplet: C4, 8E and C2. RGB value is (196,142,194). Sum of RGB (Red+Green+Blue) = 196+142+194=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EC2 is #3B713D. Grayscale: #A3A3A3. Windows color (decimal): -3895614 or 12750532. OLE color: 12750532.

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

Color convert

RGB196142194-
CMYK00.280.010.23
HSL302.22º31.4%66.27%-
HSV(B)302.22º27.55%76.86%-
XYZ42.1834.9855.57-
YUV164.07144.89150.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.84%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 194 (76.17% from 255) = 36.47%
R=36.84%
G=26.69%
B=36.47%

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
Decimal19614219400.280.010.23302.2231.466.27
HexC48EC201C11712e1f42
Octal30421630203412745637102
Binary110001001000111011000010011100110111100101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48EC2; }

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

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

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

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

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

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

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

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