#C48BC1

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

Shades of Lilac #C48BC1

Tints of Lilac #C48BC1

Color information

#C48BC1 (or 0xC48BC1) is unknown color: approx Lilac. HEX triplet: C4, 8B and C1. RGB value is (196,139,193). Sum of RGB (Red+Green+Blue) = 196+139+193=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BC1 is #3B743E. Grayscale: #A2A2A2. Windows color (decimal): -3896383 or 12684228. OLE color: 12684228.

HSL color Cylindrical-coordinate representation of color #C48BC1: hue angle of 303.16º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48BC1 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB196139193-
CMYK00.290.020.23
HSL303.16º32.57%65.69%-
HSV(B)303.16º29.08%76.86%-
XYZ41.6234.0554.83-
YUV162.2145.38152.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.12%
GREEN value IS 139 (54.69% from 255) = 26.33%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=37.12%
G=26.33%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613919300.290.020.23303.1632.5765.69
HexC48BC101D21712f2142
Octal30421330103522745741102
Binary11000100100010111100000101110110101111001011111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BC1; }

 p { color: rgb(196,139,193); }

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

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

 a { background-color: rgb(196,139,193); }

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

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

 span { border-color: rgb(196,139,193); }

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