COLOR #C747C2

HEX: #C747C2
RGB: (199,71,194)

Color info

#C747C2 contains mainly red and blue colors. Web safe color of #C747C2 is #CC33CC (or #C3C).

RGB color model

#C747C2 color RGB value is (199,71,194).

  • red value is 199;
  • green value is 71;
  • blue value is 194.
RGB:
(199,71,194)
(78%,28%,76%)

RGB channels and saturation

R 199 of 255 = 78%
G 71 of 255 = 28%
B 194 of 255 = 76%

199
71
194

R + G + B ~ 61%. #C747C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 71 + 194 = 464 (100%)
R 199 of 464 ~ 42.89%
G 71 of 464 ~ 15.3%
B 194 of 464 ~ 41.81%

%42.89
%15.3
%41.81

CMYK color model

#C747C2 color CMYK value is (0,64,3,22).

  • cyan value is 0.00%
  • magenta value is 64.32%
  • yellow value is 2.51%
  • key color value is 21.96%
CMYK:
(0,64,3,22)
C0M64Y3K22 
(0%,64%,3%,22%)
(0.00/0.64/0.03/0.22)	

CMYK percentages

%0
%64.32
%2.51
%21.96

Codes

Color #C747C2 in popluar color models

C747C2
RGB19971194
HSL302°53.33%52.94%
HSB/HSV302°64.32%78.04%
CMYK0.00%64.32%2.51%
21.96%

Color #C747C2 in popluar number systems.

HEXC747C2
Decimal19971194
Binary11000111100011111000010
Octal307107302

Shades and tints

Shades of #C747C2

#C747C2
(199,71,194)
#B541B1
(181,65,177)
#A33BA0
(163,59,160)
#91358F
(145,53,143)
#7F2F7E
(127,47,126)
#6D296D
(109,41,109)
#5B235C
(91,35,92)
#491D4B
(73,29,75)
#37173A
(55,23,58)
#251129
(37,17,41)
#130B18
(19,11,24)
#000000
(0,0,0)

Tints of #C747C2

#C747C2
(199,71,194)
#CC57C7
(204,87,199)
#D167CC
(209,103,204)
#D677D1
(214,119,209)
#DB87D6
(219,135,214)
#E097DB
(224,151,219)
#E5A7E0
(229,167,224)
#EAB7E5
(234,183,229)
#EFC7EA
(239,199,234)
#F4D7EF
(244,215,239)
#F9E7F4
(249,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C747C2 color. Also use rgb(199,71,194) instead hex code.

Text Font Color

.myTextColor { color: #C747C2; }

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

This text font color is #C747C2.


Background Color

.myBgColor { background-color: #C747C2; }

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

This div background color is #C747C2.


Border color

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

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

This div border color is #C747C2.


Opacity

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

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

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

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

This text has shadow with #C747C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C747C2 on black background.


Color preview on white background

This text has color #C747C2 on white background.



Black color preview on #C747C2 background

This text has black color on #C747C2 background.


White color preview on #C747C2 background

This text has white color on #C747C2 background.