COLOR #C48FCC

HEX: #C48FCC RGB: (196,143,204)

Color info

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

RGB color model

#C48FCC color RGB value is (196,143,204).

RGB: (196,143,204) (77%, 56%, 80%)

RGB channels and saturation

R 196 of 255 = 77%
G 143 of 255 = 56%
B 204 of 255 = 80%

196
143
204

R + G + B ~ 71%. #C48FCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 143 + 204 = 543 (100%)
R 196 of 543 ~ 36.1%
G 143 of 543 ~ 26.34%
B 204 of 543 ~ 37.57'%

%36.1
%26.34
%37.57

CMYK color model

#C48FCC color CMYK value is (4,30,0,20).

  • cyan value is 3.92%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (4,30,0,20)
C4M30Y0K20 (4%, 30%, 0%, 20%)
(0.04 / 0.30 / 0.00 / 0.20)

CMYK percentages

%3.92
%29.9
%0
%20

Codes

Color #C48FCC in popluar color models

C4 8F CC
RGB 196 143 204
HSL 292° 37.42% 68.04%
HSB/HSV 292° 29.90% 80.00%
CMYK 3.92% 29.90% 0.00%
20.00%

Color #C48FCC in popluar number systems.

HEX C4 8F CC
Decimal 196 143 204
Binary 11000100 10001111 11001100
Octal 304 217 314

Shades and tints

Shades of #C48FCC

#C48FCC
(196,143,204)
#B382BA
(179,130,186)
#A275A8
(162,117,168)
#916896
(145,104,150)
#805B84
(128,91,132)
#6F4E72
(111,78,114)
#5E4160
(94,65,96)
#4D344E
(77,52,78)
#3C273C
(60,39,60)
#2B1A2A
(43,26,42)
#1A0D18
(26,13,24)
#000000
(0,0,0)

Tints of #C48FCC

#C48FCC
(196,143,204)
#C999D0
(201,153,208)
#CEA3D4
(206,163,212)
#D3ADD8
(211,173,216)
#D8B7DC
(216,183,220)
#DDC1E0
(221,193,224)
#E2CBE4
(226,203,228)
#E7D5E8
(231,213,232)
#ECDFEC
(236,223,236)
#F1E9F0
(241,233,240)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48FCC; }

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

This text font color is #C48FCC.

Background Color

.myBgColor { background-color: #C48FCC; }

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

This div background color is #C48FCC.

Border color

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

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

This div border color is #C48FCC.

Opacity

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

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

Text with #C48FCC 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 #C48FCC;}

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

This text has shadow with #C48FCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48FCC.

Preview

Color preview on black background

This text has color #C48FCC on black background.


Color preview on white background

This text has color #C48FCC on white background.


Black color preview on #C48FCC background

This text has black color on #C48FCC background.


White color preview on #C48FCC background

This text has white color on #C48FCC background.


Related colors

Complementary color

Complementary color for #hex is #3B7033.


I love getcolorcode.com

Triadic colors

1 #CCC48F and #8FCCC4 with #C48FCC are triadic colors.

2 #CC8FC4 and #8FC4CC with #C48FCC are triadic colors.