#C48AC0

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

Shades of Lilac #C48AC0

Tints of Lilac #C48AC0

Color information

#C48AC0 (or 0xC48AC0) is unknown color: approx Lilac. HEX triplet: C4, 8A and C0. RGB value is (196,138,192). Sum of RGB (Red+Green+Blue) = 196+138+192=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48AC0 is #3B753F. Grayscale: #A1A1A1. Windows color (decimal): -3896640 or 12618436. OLE color: 12618436.

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

Color convert

RGB196138192-
CMYK00.300.020.23
HSL304.14º32.95%65.49%-
HSV(B)304.14º29.59%76.86%-
XYZ41.3733.7254.2-
YUV161.5145.22152.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.26%
GREEN value IS 138 (54.30% from 255) = 26.24%
BLUE value IS 192 (75.39% from 255) = 36.50%
R=37.26%
G=26.24%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613819200.300.020.23304.1432.9565.49
HexC48AC001E2171302141
Octal30421230003622746041101
Binary11000100100010101100000001111010101111001100001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48AC0; }

 p { color: rgb(196,138,192); }

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

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

 a { background-color: rgb(196,138,192); }

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

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

 span { border-color: rgb(196,138,192); }

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