#C48FC3

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

Shades of Lilac #C48FC3

Tints of Lilac #C48FC3

Color information

#C48FC3 (or 0xC48FC3) is unknown color: approx Lilac. HEX triplet: C4, 8F and C3. RGB value is (196,143,195). Sum of RGB (Red+Green+Blue) = 196+143+195=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FC3 is #3B703C. Grayscale: #A4A4A4. Windows color (decimal): -3895357 or 12816324. OLE color: 12816324.

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

Color convert

RGB196143195-
CMYK00.270.010.23
HSL301.13º30.99%66.47%-
HSV(B)301.13º27.04%76.86%-
XYZ42.4435.3256.21-
YUV164.77145.06150.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.70%
GREEN value IS 143 (56.25% from 255) = 26.78%
BLUE value IS 195 (76.56% from 255) = 36.52%
R=36.70%
G=26.78%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614319500.270.010.23301.1330.9966.47
HexC48FC301B11712d1f42
Octal30421730303312745537102
Binary110001001000111111000011011011110111100101101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FC3; }

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

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

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

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

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

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

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

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