COLOR #C48FDC

HEX: #C48FDC
RGB: (196,143,220)

Color info

#C48FDC contains mainly red and blue colors. Web safe color of #C48FDC is #CC99CC (or #C9C).

RGB color model

#C48FDC color RGB value is (196,143,220).

  • red value is 196;
  • green value is 143;
  • blue value is 220.
RGB:
(196,143,220)
(77%,56%,86%)

RGB channels and saturation

R 196 of 255 = 77%
G 143 of 255 = 56%
B 220 of 255 = 86%

196
143
220

R + G + B ~ 73%. #C48FDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 143 + 220 = 559 (100%)
R 196 of 559 ~ 35.06%
G 143 of 559 ~ 25.58%
B 220 of 559 ~ 39.36%

%35.06
%25.58
%39.36

CMYK color model

#C48FDC color CMYK value is (11,35,0,14).

  • cyan value is 10.91%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(11,35,0,14)
C11M35Y0K14 
(11%,35%,0%,14%)
(0.11/0.35/0.00/0.14)	

CMYK percentages

%10.91
%35
%0
%13.73

Codes

Color #C48FDC in popluar color models

C48FDC
RGB196143220
HSL281°52.38%71.18%
HSB/HSV281°35.00%86.27%
CMYK10.91%35.00%0.00%
13.73%

Color #C48FDC in popluar number systems.

HEXC48FDC
Decimal196143220
Binary110001001000111111011100
Octal304217334

Shades and tints

Shades of #C48FDC

#C48FDC
(196,143,220)
#B382C8
(179,130,200)
#A275B4
(162,117,180)
#9168A0
(145,104,160)
#805B8C
(128,91,140)
#6F4E78
(111,78,120)
#5E4164
(94,65,100)
#4D3450
(77,52,80)
#3C273C
(60,39,60)
#2B1A28
(43,26,40)
#1A0D14
(26,13,20)
#000000
(0,0,0)

Tints of #C48FDC

#C48FDC
(196,143,220)
#C999DF
(201,153,223)
#CEA3E2
(206,163,226)
#D3ADE5
(211,173,229)
#D8B7E8
(216,183,232)
#DDC1EB
(221,193,235)
#E2CBEE
(226,203,238)
#E7D5F1
(231,213,241)
#ECDFF4
(236,223,244)
#F1E9F7
(241,233,247)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48FDC color. Also use rgb(196,143,220) instead hex code.

Text Font Color

.myTextColor { color: #C48FDC; }

<p style="color:#C48FDC">This sample text font color is #C48FDC.</p>

This text font color is #C48FDC.


Background Color

.myBgColor { background-color: #C48FDC; }

<div style="background-color:#C48FDC">Inner text</div>

This div background color is #C48FDC.


Border color

.myBorderColor { border: 1px solid #C48FDC; }

<div style="border:3px solid #C48FDC">Div</div>

This div border color is #C48FDC.


Opacity

.myOpacity80 { color: #C48FDC; opacity: 0.8; }

<p style="color:#C48FDC;opacity:0.8;">80%</p>

Text with #C48FDC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C48FDC;}

<p style="text-shadow: 3px 3px 1px #C48FDC">Text here.</p>

This text has shadow with #C48FDC color.

.textShadow {text-shadow: 3px 3px 1px #C48FDC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C48FDC, 5px 5px 20px red">Text here.</p>

This text has shadow with #C48FDC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C48FDC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C48FDC, Direction=45, Strength=4)">Text</p>

This text has shadow with #C48FDC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C48FDC;
  -webkit-box-shadow:	1px 1px 3px 2px #C48FDC;
  box-shadow:		1px 1px 3px 2px #C48FDC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C48FDC;
-webkit-box-shadow: 1px 1px 3px 2px #C48FDC;
box-shadow:1px 1px 3px 2px #C48FDC;">
Div content here</div>
This div box has shadow with color #C48FDC.

Preview

Color preview on black background

This text has color #C48FDC on black background.


Color preview on white background

This text has color #C48FDC on white background.



Black color preview on #C48FDC background

This text has black color on #C48FDC background.


White color preview on #C48FDC background

This text has white color on #C48FDC background.