COLOR #C676CE

HEX: #C676CE
RGB: (198,118,206)

Color info

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

RGB color model

#C676CE color RGB value is (198,118,206).

  • red value is 198;
  • green value is 118;
  • blue value is 206.
RGB:
(198,118,206)
(78%,46%,81%)

RGB channels and saturation

R 198 of 255 = 78%
G 118 of 255 = 46%
B 206 of 255 = 81%

198
118
206

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

Portions of RGB colors in percentages

R + G + B =
198 + 118 + 206 = 522 (100%)
R 198 of 522 ~ 37.93%
G 118 of 522 ~ 22.61%
B 206 of 522 ~ 39.46%

%37.93
%22.61
%39.46

CMYK color model

#C676CE color CMYK value is (4,43,0,19).

  • cyan value is 3.88%
  • magenta value is 42.72%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(4,43,0,19)
C4M43Y0K19 
(4%,43%,0%,19%)
(0.04/0.43/0.00/0.19)	

CMYK percentages

%3.88
%42.72
%0
%19.22

Codes

Color #C676CE in popluar color models

C676CE
RGB198118206
HSL295°47.31%63.53%
HSB/HSV295°42.72%80.78%
CMYK3.88%42.72%0.00%
19.22%

Color #C676CE in popluar number systems.

HEXC676CE
Decimal198118206
Binary11000110111011011001110
Octal306166316

Shades and tints

Shades of #C676CE

#C676CE
(198,118,206)
#B46CBC
(180,108,188)
#A262AA
(162,98,170)
#905898
(144,88,152)
#7E4E86
(126,78,134)
#6C4474
(108,68,116)
#5A3A62
(90,58,98)
#483050
(72,48,80)
#36263E
(54,38,62)
#241C2C
(36,28,44)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #C676CE

#C676CE
(198,118,206)
#CB82D2
(203,130,210)
#D08ED6
(208,142,214)
#D59ADA
(213,154,218)
#DAA6DE
(218,166,222)
#DFB2E2
(223,178,226)
#E4BEE6
(228,190,230)
#E9CAEA
(233,202,234)
#EED6EE
(238,214,238)
#F3E2F2
(243,226,242)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C676CE color. Also use rgb(198,118,206) instead hex code.

Text Font Color

.myTextColor { color: #C676CE; }

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

This text font color is #C676CE.


Background Color

.myBgColor { background-color: #C676CE; }

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

This div background color is #C676CE.


Border color

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

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

This div border color is #C676CE.


Opacity

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

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

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

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

This text has shadow with #C676CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C676CE on black background.


Color preview on white background

This text has color #C676CE on white background.



Black color preview on #C676CE background

This text has black color on #C676CE background.


White color preview on #C676CE background

This text has white color on #C676CE background.