#C48DCB

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

Shades of Lilac #C48DCB

Tints of Lilac #C48DCB

Color information

#C48DCB (or 0xC48DCB) is unknown color: approx Lilac. HEX triplet: C4, 8D and CB. RGB value is (196,141,203). Sum of RGB (Red+Green+Blue) = 196+141+203=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #C48DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DCB is #3B7234. Grayscale: #A4A4A4. Windows color (decimal): -3895861 or 13340100. OLE color: 13340100.

HSL color Cylindrical-coordinate representation of color #C48DCB: hue angle of 293.23º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48DCB is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196141203-
CMYK0.030.3100.20
HSL293.23º37.35%67.45%-
HSV(B)293.23º30.54%79.61%-
XYZ43.0735.161-
YUV164.51149.72150.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.30%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=36.30%
G=26.11%
B=37.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961412030.030.3100.20293.2337.3567.45
HexC48DCB31F0141252543
Octal30421531333702444545103
Binary11000100100011011100101111111110101001001001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DCB; }

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

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

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

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

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

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

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

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