#C48FBC

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

Shades of Lilac #C48FBC

Tints of Lilac #C48FBC

Color information

#C48FBC (or 0xC48FBC) is unknown color: approx Lilac. HEX triplet: C4, 8F and BC. RGB value is (196,143,188). Sum of RGB (Red+Green+Blue) = 196+143+188=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FBC is #3B7043. Grayscale: #A3A3A3. Windows color (decimal): -3895364 or 12357572. OLE color: 12357572.

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

Color convert

RGB196143188-
CMYK00.270.040.23
HSL309.06º30.99%66.47%-
HSV(B)309.06º27.04%76.86%-
XYZ41.6635.0152.14-
YUV163.98141.56150.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.19%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=37.19%
G=27.13%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614318800.270.040.23309.0630.9966.47
HexC48FBC01B4171351f42
Octal30421727403342746537102
Binary11000100100011111011110001101110010111100110101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FBC; }

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

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

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

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

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

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

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

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