#C48ECC

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

Shades of Lilac #C48ECC

Tints of Lilac #C48ECC

Color information

#C48ECC (or 0xC48ECC) is unknown color: approx Lilac. HEX triplet: C4, 8E and CC. RGB value is (196,142,204). Sum of RGB (Red+Green+Blue) = 196+142+204=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #C48ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ECC is #3B7133. Grayscale: #A5A5A5. Windows color (decimal): -3895604 or 13405892. OLE color: 13405892.

HSL color Cylindrical-coordinate representation of color #C48ECC: hue angle of 292.26º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48ECC is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB196142204-
CMYK0.040.3000.2
HSL292.26º37.8%67.84%-
HSV(B)292.26º30.39%80%-
XYZ43.3435.4461.68-
YUV165.21149.89149.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.16%
GREEN value IS 142 (55.86% from 255) = 26.20%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=36.16%
G=26.20%
B=37.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961422040.040.3000.2292.2637.867.84
HexC48ECC41E0141242644
Octal30421631443602444446104
Binary110001001000111011001100100111100101001001001001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48ECC; }

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

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

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

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

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

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

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

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