COLOR #C676C6

HEX: #C676C6
RGB: (198,118,198)

Color info

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

RGB color model

#C676C6 color RGB value is (198,118,198).

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

RGB channels and saturation

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

198
118
198

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

Portions of RGB colors in percentages

R + G + B =
198 + 118 + 198 = 514 (100%)
R 198 of 514 ~ 38.52%
G 118 of 514 ~ 22.96%
B 198 of 514 ~ 38.52%

%38.52
%22.96
%38.52

CMYK color model

#C676C6 color CMYK value is (0,40,0,22).

  • cyan value is 0.00%
  • magenta value is 40.40%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(0,40,0,22)
C0M40Y0K22 
(0%,40%,0%,22%)
(0.00/0.40/0.00/0.22)	

CMYK percentages

%0
%40.4
%0
%22.35

Codes

Color #C676C6 in popluar color models

C676C6
RGB198118198
HSL300°41.24%61.96%
HSB/HSV300°40.40%77.65%
CMYK0.00%40.40%0.00%
22.35%

Color #C676C6 in popluar number systems.

HEXC676C6
Decimal198118198
Binary11000110111011011000110
Octal306166306

Shades and tints

Shades of #C676C6

#C676C6
(198,118,198)
#B46CB4
(180,108,180)
#A262A2
(162,98,162)
#905890
(144,88,144)
#7E4E7E
(126,78,126)
#6C446C
(108,68,108)
#5A3A5A
(90,58,90)
#483048
(72,48,72)
#362636
(54,38,54)
#241C24
(36,28,36)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #C676C6

#C676C6
(198,118,198)
#CB82CB
(203,130,203)
#D08ED0
(208,142,208)
#D59AD5
(213,154,213)
#DAA6DA
(218,166,218)
#DFB2DF
(223,178,223)
#E4BEE4
(228,190,228)
#E9CAE9
(233,202,233)
#EED6EE
(238,214,238)
#F3E2F3
(243,226,243)
#F8EEF8
(248,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C676C6; }

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

This text font color is #C676C6.


Background Color

.myBgColor { background-color: #C676C6; }

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

This div background color is #C676C6.


Border color

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

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

This div border color is #C676C6.


Opacity

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

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

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

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

This text has shadow with #C676C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C676C6 on black background.


Color preview on white background

This text has color #C676C6 on white background.



Black color preview on #C676C6 background

This text has black color on #C676C6 background.


White color preview on #C676C6 background

This text has white color on #C676C6 background.