#C48FBF

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

Shades of Lilac #C48FBF

Tints of Lilac #C48FBF

Color information

#C48FBF (or 0xC48FBF) is unknown color: approx Lilac. HEX triplet: C4, 8F and BF. RGB value is (196,143,191). Sum of RGB (Red+Green+Blue) = 196+143+191=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FBF is #3B7040. Grayscale: #A4A4A4. Windows color (decimal): -3895361 or 12554180. OLE color: 12554180.

HSL color Cylindrical-coordinate representation of color #C48FBF: hue angle of 305.66º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C48FBF is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196143191-
CMYK00.270.030.23
HSL305.66º30.99%66.47%-
HSV(B)305.66º27.04%76.86%-
XYZ41.9935.1453.86-
YUV164.32143.06150.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.98%
GREEN value IS 143 (56.25% from 255) = 26.98%
BLUE value IS 191 (75% from 255) = 36.04%
R=36.98%
G=26.98%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614319100.270.030.23305.6630.9966.47
HexC48FBF01B3171321f42
Octal30421727703332746237102
Binary1100010010001111101111110110111110111100110010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FBF; }

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

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

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

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

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

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

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

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