#C48BCA

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

Shades of Lilac #C48BCA

Tints of Lilac #C48BCA

Color information

#C48BCA (or 0xC48BCA) is unknown color: approx Lilac. HEX triplet: C4, 8B and CA. RGB value is (196,139,202). Sum of RGB (Red+Green+Blue) = 196+139+202=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #C48BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BCA is #3B7435. Grayscale: #A3A3A3. Windows color (decimal): -3896374 or 13274052. OLE color: 13274052.

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

Color convert

RGB196139202-
CMYK0.030.3100.21
HSL294.29º37.28%66.86%-
HSV(B)294.29º31.19%79.22%-
XYZ42.6634.4760.28-
YUV163.22149.88151.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.50%
GREEN value IS 139 (54.69% from 255) = 25.88%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=36.50%
G=25.88%
B=37.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961392020.030.3100.21294.2937.2866.86
HexC48BCA31F0151262543
Octal30421331233702544645103
Binary11000100100010111100101011111110101011001001101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BCA; }

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

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

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

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

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

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

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

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