COLOR #C37FC2

HEX: #C37FC2 RGB: (195,127,194)

Color info

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

RGB color model

#C37FC2 color RGB value is (195,127,194).

RGB: (195,127,194) (76%, 50%, 76%)

RGB channels and saturation

R 195 of 255 = 76%
G 127 of 255 = 50%
B 194 of 255 = 76%

195
127
194

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

Portions of RGB colors in percentages

R + G + B = 195 + 127 + 194 = 516 (100%)
R 195 of 516 ~ 37.79%
G 127 of 516 ~ 24.61%
B 194 of 516 ~ 37.6'%

%37.79
%24.61
%37.6

CMYK color model

#C37FC2 color CMYK value is (0,35,1,24).

  • cyan value is 0.00%
  • magenta value is 34.87%
  • yellow value is 0.51%
  • key color value is 23.53%

CMYK: (0,35,1,24)
C0M35Y1K24 (0%, 35%, 1%, 24%)
(0.00 / 0.35 / 0.01 / 0.24)

CMYK percentages

%0
%34.87
%0.51
%23.53

Codes

Color #C37FC2 in popluar color models

C3 7F C2
RGB 195 127 194
HSL 301° 36.17% 63.14%
HSB/HSV 301° 34.87% 76.47%
CMYK 0.00% 34.87% 0.51%
23.53%

Color #C37FC2 in popluar number systems.

HEX C3 7F C2
Decimal 195 127 194
Binary 11000011 1111111 11000010
Octal 303 177 302

Shades and tints

Shades of #C37FC2

#C37FC2
(195,127,194)
#B274B1
(178,116,177)
#A169A0
(161,105,160)
#905E8F
(144,94,143)
#7F537E
(127,83,126)
#6E486D
(110,72,109)
#5D3D5C
(93,61,92)
#4C324B
(76,50,75)
#3B273A
(59,39,58)
#2A1C29
(42,28,41)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #C37FC2

#C37FC2
(195,127,194)
#C88AC7
(200,138,199)
#CD95CC
(205,149,204)
#D2A0D1
(210,160,209)
#D7ABD6
(215,171,214)
#DCB6DB
(220,182,219)
#E1C1E0
(225,193,224)
#E6CCE5
(230,204,229)
#EBD7EA
(235,215,234)
#F0E2EF
(240,226,239)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37FC2 color. Also use rgb(195,127,194) instead hex code.

Text Font Color

.myTextColor { color: #C37FC2; }

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

This text font color is #C37FC2.

Background Color

.myBgColor { background-color: #C37FC2; }

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

This div background color is #C37FC2.

Border color

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

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

This div border color is #C37FC2.

Opacity

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

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

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

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

This text has shadow with #C37FC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37FC2.

Preview

Color preview on black background

This text has color #C37FC2 on black background.


Color preview on white background

This text has color #C37FC2 on white background.


Black color preview on #C37FC2 background

This text has black color on #C37FC2 background.


White color preview on #C37FC2 background

This text has white color on #C37FC2 background.


Related colors

Complementary color

Complementary color for #hex is #3C803D.


I love getcolorcode.com

Triadic colors

1 #C2C37F and #7FC2C3 with #C37FC2 are triadic colors.

2 #C27FC3 and #7FC3C2 with #C37FC2 are triadic colors.