#C48FCD

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

Shades of Lilac #C48FCD

Tints of Lilac #C48FCD

Color information

#C48FCD (or 0xC48FCD) is unknown color: approx Lilac. HEX triplet: C4, 8F and CD. RGB value is (196,143,205). Sum of RGB (Red+Green+Blue) = 196+143+205=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #C48FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FCD is #3B7032. Grayscale: #A5A5A5. Windows color (decimal): -3895347 or 13471684. OLE color: 13471684.

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

Color convert

RGB196143205-
CMYK0.040.3000.20
HSL291.29º38.27%68.24%-
HSV(B)291.29º30.24%80.39%-
XYZ43.6135.7962.37-
YUV165.92150.06149.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.03%
GREEN value IS 143 (56.25% from 255) = 26.29%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=36.03%
G=26.29%
B=37.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961432050.040.3000.20291.2938.2768.24
HexC48FCD41E0141232644
Octal30421731543602444346104
Binary110001001000111111001101100111100101001001000111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FCD; }

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

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

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

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

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

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

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

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