#C48EBB

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

Shades of Lilac #C48EBB

Tints of Lilac #C48EBB

Color information

#C48EBB (or 0xC48EBB) is unknown color: approx Lilac. HEX triplet: C4, 8E and BB. RGB value is (196,142,187). Sum of RGB (Red+Green+Blue) = 196+142+187=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EBB is #3B7144. Grayscale: #A3A3A3. Windows color (decimal): -3895621 or 12291780. OLE color: 12291780.

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

Color convert

RGB196142187-
CMYK00.280.050.23
HSL310º31.4%66.27%-
HSV(B)310º27.55%76.86%-
XYZ41.4134.6751.52-
YUV163.28141.39151.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 142 (55.86% from 255) = 27.05%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=37.33%
G=27.05%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614218700.280.050.2331031.466.27
HexC48EBB01C5171361f42
Octal30421627303452746637102
Binary11000100100011101011101101110010110111100110110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48EBB; }

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

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

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

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

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

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

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

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