#C48FC6

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

Shades of Lilac #C48FC6

Tints of Lilac #C48FC6

Color information

#C48FC6 (or 0xC48FC6) is unknown color: approx Lilac. HEX triplet: C4, 8F and C6. RGB value is (196,143,198). Sum of RGB (Red+Green+Blue) = 196+143+198=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 198 - color contains mainly: blue. Hex color #C48FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FC6 is #3B7039. Grayscale: #A4A4A4. Windows color (decimal): -3895354 or 13012932. OLE color: 13012932.

HSL color Cylindrical-coordinate representation of color #C48FC6: hue angle of 297.82º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C48FC6 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB196143198-
CMYK0.010.2800.22
HSL297.82º32.54%66.86%-
HSV(B)297.82º27.78%77.65%-
XYZ42.7835.4658.02-
YUV165.12146.56150.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.50%
GREEN value IS 143 (56.25% from 255) = 26.63%
BLUE value IS 198 (77.73% from 255) = 36.87%
R=36.50%
G=26.63%
B=36.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961431980.010.2800.22297.8232.5466.86
HexC48FC611C01612a2143
Octal30421730613402645241103
Binary1100010010001111110001101111000101101001010101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FC6; }

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

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

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

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

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

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

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

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