#C48AC8

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

Shades of Lilac #C48AC8

Tints of Lilac #C48AC8

Color information

#C48AC8 (or 0xC48AC8) is unknown color: approx Lilac. HEX triplet: C4, 8A and C8. RGB value is (196,138,200). Sum of RGB (Red+Green+Blue) = 196+138+200=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 200 - color contains mainly: blue. Hex color #C48AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48AC8 is #3B7537. Grayscale: #A2A2A2. Windows color (decimal): -3896632 or 13142724. OLE color: 13142724.

HSL color Cylindrical-coordinate representation of color #C48AC8: hue angle of 296.13º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48AC8 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB196138200-
CMYK0.020.3100.22
HSL296.13º36.05%66.27%-
HSV(B)296.13º31%78.43%-
XYZ42.2834.0858.99-
YUV162.41149.22151.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.70%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 200 (78.52% from 255) = 37.45%
R=36.70%
G=25.84%
B=37.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961382000.020.3100.22296.1336.0566.27
HexC48AC821F0161282442
Octal30421231023702645044102
Binary11000100100010101100100010111110101101001010001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48AC8; }

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

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

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

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

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

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

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

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