COLOR #C478B4

HEX: #C478B4
RGB: (196,120,180)

Color info

#C478B4 contains mainly red and blue colors. Web safe color of #C478B4 is #CC66CC (or #C6C).

RGB color model

#C478B4 color RGB value is (196,120,180).

  • red value is 196;
  • green value is 120;
  • blue value is 180.
RGB:
(196,120,180)
(77%,47%,71%)

RGB channels and saturation

R 196 of 255 = 77%
G 120 of 255 = 47%
B 180 of 255 = 71%

196
120
180

R + G + B ~ 65%. #C478B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 120 + 180 = 496 (100%)
R 196 of 496 ~ 39.52%
G 120 of 496 ~ 24.19%
B 180 of 496 ~ 36.29%

%39.52
%24.19
%36.29

CMYK color model

#C478B4 color CMYK value is (0,39,8,23).

  • cyan value is 0.00%
  • magenta value is 38.78%
  • yellow value is 8.16%
  • key color value is 23.14%
CMYK:
(0,39,8,23)
C0M39Y8K23 
(0%,39%,8%,23%)
(0.00/0.39/0.08/0.23)	

CMYK percentages

%0
%38.78
%8.16
%23.14

Codes

Color #C478B4 in popluar color models

C478B4
RGB196120180
HSL313°39.18%61.96%
HSB/HSV313°38.78%76.86%
CMYK0.00%38.78%8.16%
23.14%

Color #C478B4 in popluar number systems.

HEXC478B4
Decimal196120180
Binary11000100111100010110100
Octal304170264

Shades and tints

Shades of #C478B4

#C478B4
(196,120,180)
#B36EA4
(179,110,164)
#A26494
(162,100,148)
#915A84
(145,90,132)
#805074
(128,80,116)
#6F4664
(111,70,100)
#5E3C54
(94,60,84)
#4D3244
(77,50,68)
#3C2834
(60,40,52)
#2B1E24
(43,30,36)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #C478B4

#C478B4
(196,120,180)
#C984BA
(201,132,186)
#CE90C0
(206,144,192)
#D39CC6
(211,156,198)
#D8A8CC
(216,168,204)
#DDB4D2
(221,180,210)
#E2C0D8
(226,192,216)
#E7CCDE
(231,204,222)
#ECD8E4
(236,216,228)
#F1E4EA
(241,228,234)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C478B4 color. Also use rgb(196,120,180) instead hex code.

Text Font Color

.myTextColor { color: #C478B4; }

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

This text font color is #C478B4.


Background Color

.myBgColor { background-color: #C478B4; }

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

This div background color is #C478B4.


Border color

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

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

This div border color is #C478B4.


Opacity

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

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

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

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

This text has shadow with #C478B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C478B4 on black background.


Color preview on white background

This text has color #C478B4 on white background.



Black color preview on #C478B4 background

This text has black color on #C478B4 background.


White color preview on #C478B4 background

This text has white color on #C478B4 background.