#C48BCF

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

Shades of Lilac #C48BCF

Tints of Lilac #C48BCF

Color information

#C48BCF (or 0xC48BCF) is unknown color: approx Lilac. HEX triplet: C4, 8B and CF. RGB value is (196,139,207). Sum of RGB (Red+Green+Blue) = 196+139+207=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #C48BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BCF is #3B7430. Grayscale: #A3A3A3. Windows color (decimal): -3896369 or 13601732. OLE color: 13601732.

HSL color Cylindrical-coordinate representation of color #C48BCF: hue angle of 290.29º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C48BCF is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196139207-
CMYK0.050.3300.19
HSL290.29º41.46%67.84%-
HSV(B)290.29º32.85%81.18%-
XYZ43.2634.7163.45-
YUV163.8152.38150.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.16%
GREEN value IS 139 (54.69% from 255) = 25.65%
BLUE value IS 207 (81.25% from 255) = 38.19%
R=36.16%
G=25.65%
B=38.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961392070.050.3300.19290.2941.4667.84
HexC48BCF5210131222944
Octal30421331754102344251104
Binary1100010010001011110011111011000010100111001000101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BCF; }

 p { color: rgb(196,139,207); }

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

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

 a { background-color: rgb(196,139,207); }

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

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

 span { border-color: rgb(196,139,207); }

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