#C48CCE

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

Shades of Lilac #C48CCE

Tints of Lilac #C48CCE

Color information

#C48CCE (or 0xC48CCE) is unknown color: approx Lilac. HEX triplet: C4, 8C and CE. RGB value is (196,140,206). Sum of RGB (Red+Green+Blue) = 196+140+206=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #C48CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CCE is #3B7331. Grayscale: #A4A4A4. Windows color (decimal): -3896114 or 13536452. OLE color: 13536452.

HSL color Cylindrical-coordinate representation of color #C48CCE: hue angle of 290.91º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C48CCE is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196140206-
CMYK0.050.3200.19
HSL290.91º40.24%67.84%-
HSV(B)290.91º32.04%80.78%-
XYZ43.2834.9562.86-
YUV164.27151.55150.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.16%
GREEN value IS 140 (55.08% from 255) = 25.83%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=36.16%
G=25.83%
B=38.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961402060.050.3200.19290.9140.2467.84
HexC48CCE5200131232844
Octal30421431654002344350104
Binary1100010010001100110011101011000000100111001000111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48CCE; }

 p { color: rgb(196,140,206); }

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

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

 a { background-color: rgb(196,140,206); }

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

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

 span { border-color: rgb(196,140,206); }

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