#C48DCE

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

Shades of Lilac #C48DCE

Tints of Lilac #C48DCE

Color information

#C48DCE (or 0xC48DCE) is unknown color: approx Lilac. HEX triplet: C4, 8D and CE. RGB value is (196,141,206). Sum of RGB (Red+Green+Blue) = 196+141+206=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #C48DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DCE is #3B7231. Grayscale: #A4A4A4. Windows color (decimal): -3895858 or 13536708. OLE color: 13536708.

HSL color Cylindrical-coordinate representation of color #C48DCE: hue angle of 290.77º 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 #C48DCE is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196141206-
CMYK0.050.3200.19
HSL290.77º39.88%68.04%-
HSV(B)290.77º31.55%80.78%-
XYZ43.4335.2462.91-
YUV164.86151.22150.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.10%
GREEN value IS 141 (55.47% from 255) = 25.97%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=36.10%
G=25.97%
B=37.94%

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
Decimal1961412060.050.3200.19290.7739.8868.04
HexC48DCE5200131232844
Octal30421531654002344350104
Binary1100010010001101110011101011000000100111001000111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48DCE; }

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

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

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

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

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

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

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

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