COLOR #C879D6

HEX: #C879D6 RGB: (200,121,214)

Color info

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

RGB color model

#C879D6 color RGB value is (200,121,214).

RGB: (200,121,214) (78%, 47%, 84%)

RGB channels and saturation

R 200 of 255 = 78%
G 121 of 255 = 47%
B 214 of 255 = 84%

200
121
214

R + G + B ~ 70%. #C879D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 121 + 214 = 535 (100%)
R 200 of 535 ~ 37.38%
G 121 of 535 ~ 22.62%
B 214 of 535 ~ 40'%

%37.38
%22.62
%40

CMYK color model

#C879D6 color CMYK value is (7,43,0,16).

  • cyan value is 6.54%
  • magenta value is 43.46%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (7,43,0,16)
C7M43Y0K16 (7%, 43%, 0%, 16%)
(0.07 / 0.43 / 0.00 / 0.16)

CMYK percentages

%6.54
%43.46
%0
%16.08

Codes

Color #C879D6 in popluar color models

C8 79 D6
RGB 200 121 214
HSL 291° 53.14% 65.69%
HSB/HSV 291° 43.46% 83.92%
CMYK 6.54% 43.46% 0.00%
16.08%

Color #C879D6 in popluar number systems.

HEX C8 79 D6
Decimal 200 121 214
Binary 11001000 1111001 11010110
Octal 310 171 326

Shades and tints

Shades of #C879D6

#C879D6
(200,121,214)
#B66EC3
(182,110,195)
#A463B0
(164,99,176)
#92589D
(146,88,157)
#804D8A
(128,77,138)
#6E4277
(110,66,119)
#5C3764
(92,55,100)
#4A2C51
(74,44,81)
#38213E
(56,33,62)
#26162B
(38,22,43)
#140B18
(20,11,24)
#000000
(0,0,0)

Tints of #C879D6

#C879D6
(200,121,214)
#CD85D9
(205,133,217)
#D291DC
(210,145,220)
#D79DDF
(215,157,223)
#DCA9E2
(220,169,226)
#E1B5E5
(225,181,229)
#E6C1E8
(230,193,232)
#EBCDEB
(235,205,235)
#F0D9EE
(240,217,238)
#F5E5F1
(245,229,241)
#FAF1F4
(250,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C879D6 color. Also use rgb(200,121,214) instead hex code.

Text Font Color

.myTextColor { color: #C879D6; }

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

This text font color is #C879D6.

Background Color

.myBgColor { background-color: #C879D6; }

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

This div background color is #C879D6.

Border color

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

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

This div border color is #C879D6.

Opacity

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

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

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

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

This text has shadow with #C879D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C879D6.

Preview

Color preview on black background

This text has color #C879D6 on black background.


Color preview on white background

This text has color #C879D6 on white background.


Black color preview on #C879D6 background

This text has black color on #C879D6 background.


White color preview on #C879D6 background

This text has white color on #C879D6 background.


Related colors

Complementary color

Complementary color for #hex is #378629.


I love getcolorcode.com

Triadic colors

1 #D6C879 and #79D6C8 with #C879D6 are triadic colors.

2 #D679C8 and #79C8D6 with #C879D6 are triadic colors.