COLOR #C76EC3

HEX: #C76EC3
RGB: (199,110,195)

Color info

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

RGB color model

#C76EC3 color RGB value is (199,110,195).

  • red value is 199;
  • green value is 110;
  • blue value is 195.
RGB:
(199,110,195)
(78%,43%,76%)

RGB channels and saturation

R 199 of 255 = 78%
G 110 of 255 = 43%
B 195 of 255 = 76%

199
110
195

R + G + B ~ 66%. #C76EC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 110 + 195 = 504 (100%)
R 199 of 504 ~ 39.48%
G 110 of 504 ~ 21.83%
B 195 of 504 ~ 38.69%

%39.48
%21.83
%38.69

CMYK color model

#C76EC3 color CMYK value is (0,45,2,22).

  • cyan value is 0.00%
  • magenta value is 44.72%
  • yellow value is 2.01%
  • key color value is 21.96%
CMYK:
(0,45,2,22)
C0M45Y2K22 
(0%,45%,2%,22%)
(0.00/0.45/0.02/0.22)	

CMYK percentages

%0
%44.72
%2.01
%21.96

Codes

Color #C76EC3 in popluar color models

C76EC3
RGB199110195
HSL303°44.28%60.59%
HSB/HSV303°44.72%78.04%
CMYK0.00%44.72%2.01%
21.96%

Color #C76EC3 in popluar number systems.

HEXC76EC3
Decimal199110195
Binary11000111110111011000011
Octal307156303

Shades and tints

Shades of #C76EC3

#C76EC3
(199,110,195)
#B564B2
(181,100,178)
#A35AA1
(163,90,161)
#915090
(145,80,144)
#7F467F
(127,70,127)
#6D3C6E
(109,60,110)
#5B325D
(91,50,93)
#49284C
(73,40,76)
#371E3B
(55,30,59)
#25142A
(37,20,42)
#130A19
(19,10,25)
#000000
(0,0,0)

Tints of #C76EC3

#C76EC3
(199,110,195)
#CC7BC8
(204,123,200)
#D188CD
(209,136,205)
#D695D2
(214,149,210)
#DBA2D7
(219,162,215)
#E0AFDC
(224,175,220)
#E5BCE1
(229,188,225)
#EAC9E6
(234,201,230)
#EFD6EB
(239,214,235)
#F4E3F0
(244,227,240)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76EC3 color. Also use rgb(199,110,195) instead hex code.

Text Font Color

.myTextColor { color: #C76EC3; }

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

This text font color is #C76EC3.


Background Color

.myBgColor { background-color: #C76EC3; }

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

This div background color is #C76EC3.


Border color

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

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

This div border color is #C76EC3.


Opacity

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

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

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

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

This text has shadow with #C76EC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76EC3 on black background.


Color preview on white background

This text has color #C76EC3 on white background.



Black color preview on #C76EC3 background

This text has black color on #C76EC3 background.


White color preview on #C76EC3 background

This text has white color on #C76EC3 background.