#C48ECD

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

Shades of Lilac #C48ECD

Tints of Lilac #C48ECD

Color information

#C48ECD (or 0xC48ECD) is unknown color: approx Lilac. HEX triplet: C4, 8E and CD. RGB value is (196,142,205). Sum of RGB (Red+Green+Blue) = 196+142+205=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #C48ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ECD is #3B7132. Grayscale: #A5A5A5. Windows color (decimal): -3895603 or 13471428. OLE color: 13471428.

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

Color convert

RGB196142205-
CMYK0.040.3100.20
HSL291.43º38.65%68.04%-
HSV(B)291.43º30.73%80.39%-
XYZ43.4635.4962.32-
YUV165.33150.39149.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.10%
GREEN value IS 142 (55.86% from 255) = 26.15%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=36.10%
G=26.15%
B=37.75%

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
Decimal1961422050.040.3100.20291.4338.6568.04
HexC48ECD41F0141232744
Octal30421631543702444347104
Binary110001001000111011001101100111110101001001000111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48ECD; }

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

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

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

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

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

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

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

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