#C48EBE

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

Shades of Lilac #C48EBE

Tints of Lilac #C48EBE

Color information

#C48EBE (or 0xC48EBE) is unknown color: approx Lilac. HEX triplet: C4, 8E and BE. RGB value is (196,142,190). Sum of RGB (Red+Green+Blue) = 196+142+190=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EBE is #3B7141. Grayscale: #A3A3A3. Windows color (decimal): -3895618 or 12488388. OLE color: 12488388.

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

Color convert

RGB196142190-
CMYK00.280.030.23
HSL306.67º31.4%66.27%-
HSV(B)306.67º27.55%76.86%-
XYZ41.7334.853.23-
YUV163.62142.89151.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.12%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=37.12%
G=26.89%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614219000.280.030.23306.6731.466.27
HexC48EBE01C3171331f42
Octal30421627603432746337102
Binary1100010010001110101111100111001110111100110011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48EBE; }

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

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

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

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

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

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

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

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