#C48DCC

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

Shades of Lilac #C48DCC

Tints of Lilac #C48DCC

Color information

#C48DCC (or 0xC48DCC) is unknown color: approx Lilac. HEX triplet: C4, 8D and CC. RGB value is (196,141,204). Sum of RGB (Red+Green+Blue) = 196+141+204=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #C48DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DCC is #3B7233. Grayscale: #A4A4A4. Windows color (decimal): -3895860 or 13405636. OLE color: 13405636.

HSL color Cylindrical-coordinate representation of color #C48DCC: hue angle of 292.38º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48DCC is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB196141204-
CMYK0.040.3100.2
HSL292.38º38.18%67.65%-
HSV(B)292.38º30.88%80%-
XYZ43.1935.1561.63-
YUV164.63150.22150.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.23%
GREEN value IS 141 (55.47% from 255) = 26.06%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=36.23%
G=26.06%
B=37.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961412040.040.3100.2292.3838.1867.65
HexC48DCC41F0141242644
Octal30421531443702444446104
Binary110001001000110111001100100111110101001001001001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DCC; }

 p { color: rgb(196,141,204); }

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

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

 a { background-color: rgb(196,141,204); }

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

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

 span { border-color: rgb(196,141,204); }

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