#C48FCA

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

Shades of Lilac #C48FCA

Tints of Lilac #C48FCA

Color information

#C48FCA (or 0xC48FCA) is unknown color: approx Lilac. HEX triplet: C4, 8F and CA. RGB value is (196,143,202). Sum of RGB (Red+Green+Blue) = 196+143+202=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #C48FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FCA is #3B7035. Grayscale: #A5A5A5. Windows color (decimal): -3895350 or 13275076. OLE color: 13275076.

HSL color Cylindrical-coordinate representation of color #C48FCA: hue angle of 293.9º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48FCA is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196143202-
CMYK0.030.2900.21
HSL293.9º35.76%67.65%-
HSV(B)293.9º29.21%79.22%-
XYZ43.2535.6460.48-
YUV165.57148.56149.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.23%
GREEN value IS 143 (56.25% from 255) = 26.43%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=36.23%
G=26.43%
B=37.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961432020.030.2900.21293.935.7667.65
HexC48FCA31D0151262444
Octal30421731233502544644104
Binary11000100100011111100101011111010101011001001101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FCA; }

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

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

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

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

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

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

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

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