COLOR #C672D2

HEX: #C672D2
RGB: (198,114,210)

Color info

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

RGB color model

#C672D2 color RGB value is (198,114,210).

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

RGB channels and saturation

R 198 of 255 = 78%
G 114 of 255 = 45%
B 210 of 255 = 82%

198
114
210

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

Portions of RGB colors in percentages

R + G + B =
198 + 114 + 210 = 522 (100%)
R 198 of 522 ~ 37.93%
G 114 of 522 ~ 21.84%
B 210 of 522 ~ 40.23%

%37.93
%21.84
%40.23

CMYK color model

#C672D2 color CMYK value is (6,46,0,18).

  • cyan value is 5.71%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(6,46,0,18)
C6M46Y0K18 
(6%,46%,0%,18%)
(0.06/0.46/0.00/0.18)	

CMYK percentages

%5.71
%45.71
%0
%17.65

Codes

Color #C672D2 in popluar color models

C672D2
RGB198114210
HSL293°51.61%63.53%
HSB/HSV293°45.71%82.35%
CMYK5.71%45.71%0.00%
17.65%

Color #C672D2 in popluar number systems.

HEXC672D2
Decimal198114210
Binary11000110111001011010010
Octal306162322

Shades and tints

Shades of #C672D2

#C672D2
(198,114,210)
#B468BF
(180,104,191)
#A25EAC
(162,94,172)
#905499
(144,84,153)
#7E4A86
(126,74,134)
#6C4073
(108,64,115)
#5A3660
(90,54,96)
#482C4D
(72,44,77)
#36223A
(54,34,58)
#241827
(36,24,39)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #C672D2

#C672D2
(198,114,210)
#CB7ED6
(203,126,214)
#D08ADA
(208,138,218)
#D596DE
(213,150,222)
#DAA2E2
(218,162,226)
#DFAEE6
(223,174,230)
#E4BAEA
(228,186,234)
#E9C6EE
(233,198,238)
#EED2F2
(238,210,242)
#F3DEF6
(243,222,246)
#F8EAFA
(248,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C672D2; }

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

This text font color is #C672D2.


Background Color

.myBgColor { background-color: #C672D2; }

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

This div background color is #C672D2.


Border color

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

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

This div border color is #C672D2.


Opacity

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

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

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

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

This text has shadow with #C672D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C672D2 on black background.


Color preview on white background

This text has color #C672D2 on white background.



Black color preview on #C672D2 background

This text has black color on #C672D2 background.


White color preview on #C672D2 background

This text has white color on #C672D2 background.