COLOR #C76CD2

HEX: #C76CD2
RGB: (199,108,210)

Color info

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

RGB color model

#C76CD2 color RGB value is (199,108,210).

  • red value is 199;
  • green value is 108;
  • blue value is 210.
RGB:
(199,108,210)
(78%,42%,82%)

RGB channels and saturation

R 199 of 255 = 78%
G 108 of 255 = 42%
B 210 of 255 = 82%

199
108
210

R + G + B ~ 67%. #C76CD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 108 + 210 = 517 (100%)
R 199 of 517 ~ 38.49%
G 108 of 517 ~ 20.89%
B 210 of 517 ~ 40.62%

%38.49
%20.89
%40.62

CMYK color model

#C76CD2 color CMYK value is (5,49,0,18).

  • cyan value is 5.24%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(5,49,0,18)
C5M49Y0K18 
(5%,49%,0%,18%)
(0.05/0.49/0.00/0.18)	

CMYK percentages

%5.24
%48.57
%0
%17.65

Codes

Color #C76CD2 in popluar color models

C76CD2
RGB199108210
HSL294°53.13%62.35%
HSB/HSV294°48.57%82.35%
CMYK5.24%48.57%0.00%
17.65%

Color #C76CD2 in popluar number systems.

HEXC76CD2
Decimal199108210
Binary11000111110110011010010
Octal307154322

Shades and tints

Shades of #C76CD2

#C76CD2
(199,108,210)
#B563BF
(181,99,191)
#A35AAC
(163,90,172)
#915199
(145,81,153)
#7F4886
(127,72,134)
#6D3F73
(109,63,115)
#5B3660
(91,54,96)
#492D4D
(73,45,77)
#37243A
(55,36,58)
#251B27
(37,27,39)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #C76CD2

#C76CD2
(199,108,210)
#CC79D6
(204,121,214)
#D186DA
(209,134,218)
#D693DE
(214,147,222)
#DBA0E2
(219,160,226)
#E0ADE6
(224,173,230)
#E5BAEA
(229,186,234)
#EAC7EE
(234,199,238)
#EFD4F2
(239,212,242)
#F4E1F6
(244,225,246)
#F9EEFA
(249,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76CD2 color. Also use rgb(199,108,210) instead hex code.

Text Font Color

.myTextColor { color: #C76CD2; }

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

This text font color is #C76CD2.


Background Color

.myBgColor { background-color: #C76CD2; }

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

This div background color is #C76CD2.


Border color

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

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

This div border color is #C76CD2.


Opacity

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

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

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

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

This text has shadow with #C76CD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76CD2 on black background.


Color preview on white background

This text has color #C76CD2 on white background.



Black color preview on #C76CD2 background

This text has black color on #C76CD2 background.


White color preview on #C76CD2 background

This text has white color on #C76CD2 background.