COLOR #C873D2

HEX: #C873D2
RGB: (200,115,210)

Color info

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

RGB color model

#C873D2 color RGB value is (200,115,210).

  • red value is 200;
  • green value is 115;
  • blue value is 210.
RGB:
(200,115,210)
(78%,45%,82%)

RGB channels and saturation

R 200 of 255 = 78%
G 115 of 255 = 45%
B 210 of 255 = 82%

200
115
210

R + G + B ~ 68%. #C873D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 115 + 210 = 525 (100%)
R 200 of 525 ~ 38.1%
G 115 of 525 ~ 21.9%
B 210 of 525 ~ 40%

%38.1
%21.9
%40

CMYK color model

#C873D2 color CMYK value is (5,45,0,18).

  • cyan value is 4.76%
  • magenta value is 45.24%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(5,45,0,18)
C5M45Y0K18 
(5%,45%,0%,18%)
(0.05/0.45/0.00/0.18)	

CMYK percentages

%4.76
%45.24
%0
%17.65

Codes

Color #C873D2 in popluar color models

C873D2
RGB200115210
HSL294°51.35%63.73%
HSB/HSV294°45.24%82.35%
CMYK4.76%45.24%0.00%
17.65%

Color #C873D2 in popluar number systems.

HEXC873D2
Decimal200115210
Binary11001000111001111010010
Octal310163322

Shades and tints

Shades of #C873D2

#C873D2
(200,115,210)
#B669BF
(182,105,191)
#A45FAC
(164,95,172)
#925599
(146,85,153)
#804B86
(128,75,134)
#6E4173
(110,65,115)
#5C3760
(92,55,96)
#4A2D4D
(74,45,77)
#38233A
(56,35,58)
#261927
(38,25,39)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #C873D2

#C873D2
(200,115,210)
#CD7FD6
(205,127,214)
#D28BDA
(210,139,218)
#D797DE
(215,151,222)
#DCA3E2
(220,163,226)
#E1AFE6
(225,175,230)
#E6BBEA
(230,187,234)
#EBC7EE
(235,199,238)
#F0D3F2
(240,211,242)
#F5DFF6
(245,223,246)
#FAEBFA
(250,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C873D2 color. Also use rgb(200,115,210) instead hex code.

Text Font Color

.myTextColor { color: #C873D2; }

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

This text font color is #C873D2.


Background Color

.myBgColor { background-color: #C873D2; }

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

This div background color is #C873D2.


Border color

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

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

This div border color is #C873D2.


Opacity

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

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

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

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

This text has shadow with #C873D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C873D2 on black background.


Color preview on white background

This text has color #C873D2 on white background.



Black color preview on #C873D2 background

This text has black color on #C873D2 background.


White color preview on #C873D2 background

This text has white color on #C873D2 background.