#C48FCC

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

Shades of Lilac #C48FCC

Tints of Lilac #C48FCC

Color information

#C48FCC (or 0xC48FCC) is unknown color: approx Lilac. HEX triplet: C4, 8F and CC. RGB value is (196,143,204). Sum of RGB (Red+Green+Blue) = 196+143+204=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #C48FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FCC is #3B7033. Grayscale: #A5A5A5. Windows color (decimal): -3895348 or 13406148. OLE color: 13406148.

HSL color Cylindrical-coordinate representation of color #C48FCC: hue angle of 292.13º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48FCC is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB196143204-
CMYK0.040.3000.2
HSL292.13º37.42%68.04%-
HSV(B)292.13º29.9%80%-
XYZ43.4935.7461.73-
YUV165.8149.56149.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.10%
GREEN value IS 143 (56.25% from 255) = 26.34%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=36.10%
G=26.34%
B=37.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961432040.040.3000.2292.1337.4268.04
HexC48FCC41E0141242544
Octal30421731443602444445104
Binary110001001000111111001100100111100101001001001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FCC; }

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

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

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

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

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

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

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

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