#C48DCD

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

Shades of Lilac #C48DCD

Tints of Lilac #C48DCD

Color information

#C48DCD (or 0xC48DCD) is unknown color: approx Lilac. HEX triplet: C4, 8D and CD. RGB value is (196,141,205). Sum of RGB (Red+Green+Blue) = 196+141+205=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #C48DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DCD is #3B7232. Grayscale: #A4A4A4. Windows color (decimal): -3895859 or 13471172. OLE color: 13471172.

HSL color Cylindrical-coordinate representation of color #C48DCD: hue angle of 291.56º degrees, saturation: 0.39, 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 #C48DCD is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196141205-
CMYK0.040.3100.20
HSL291.56º39.02%67.84%-
HSV(B)291.56º31.22%80.39%-
XYZ43.3135.1962.27-
YUV164.74150.72150.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.16%
GREEN value IS 141 (55.47% from 255) = 26.01%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=36.16%
G=26.01%
B=37.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961412050.040.3100.20291.5639.0267.84
HexC48DCD41F0141242744
Octal30421531543702444447104
Binary110001001000110111001101100111110101001001001001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DCD; }

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

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

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

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

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

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

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

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