COLOR #C37FCE

HEX: #C37FCE RGB: (195,127,206)

Color info

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

RGB color model

#C37FCE color RGB value is (195,127,206).

RGB: (195,127,206) (76%, 50%, 81%)

RGB channels and saturation

R 195 of 255 = 76%
G 127 of 255 = 50%
B 206 of 255 = 81%

195
127
206

R + G + B ~ 69%. #C37FCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 127 + 206 = 528 (100%)
R 195 of 528 ~ 36.93%
G 127 of 528 ~ 24.05%
B 206 of 528 ~ 39.02'%

%36.93
%24.05
%39.02

CMYK color model

#C37FCE color CMYK value is (5,38,0,19).

  • cyan value is 5.34%
  • magenta value is 38.35%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (5,38,0,19)
C5M38Y0K19 (5%, 38%, 0%, 19%)
(0.05 / 0.38 / 0.00 / 0.19)

CMYK percentages

%5.34
%38.35
%0
%19.22

Codes

Color #C37FCE in popluar color models

C3 7F CE
RGB 195 127 206
HSL 292° 44.63% 65.29%
HSB/HSV 292° 38.35% 80.78%
CMYK 5.34% 38.35% 0.00%
19.22%

Color #C37FCE in popluar number systems.

HEX C3 7F CE
Decimal 195 127 206
Binary 11000011 1111111 11001110
Octal 303 177 316

Shades and tints

Shades of #C37FCE

#C37FCE
(195,127,206)
#B274BC
(178,116,188)
#A169AA
(161,105,170)
#905E98
(144,94,152)
#7F5386
(127,83,134)
#6E4874
(110,72,116)
#5D3D62
(93,61,98)
#4C3250
(76,50,80)
#3B273E
(59,39,62)
#2A1C2C
(42,28,44)
#19111A
(25,17,26)
#000000
(0,0,0)

Tints of #C37FCE

#C37FCE
(195,127,206)
#C88AD2
(200,138,210)
#CD95D6
(205,149,214)
#D2A0DA
(210,160,218)
#D7ABDE
(215,171,222)
#DCB6E2
(220,182,226)
#E1C1E6
(225,193,230)
#E6CCEA
(230,204,234)
#EBD7EE
(235,215,238)
#F0E2F2
(240,226,242)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37FCE; }

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

This text font color is #C37FCE.

Background Color

.myBgColor { background-color: #C37FCE; }

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

This div background color is #C37FCE.

Border color

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

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

This div border color is #C37FCE.

Opacity

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

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

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

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

This text has shadow with #C37FCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37FCE.

Preview

Color preview on black background

This text has color #C37FCE on black background.


Color preview on white background

This text has color #C37FCE on white background.


Black color preview on #C37FCE background

This text has black color on #C37FCE background.


White color preview on #C37FCE background

This text has white color on #C37FCE background.


Related colors

Complementary color

Complementary color for #hex is #3C8031.


I love getcolorcode.com

Triadic colors

1 #CEC37F and #7FCEC3 with #C37FCE are triadic colors.

2 #CE7FC3 and #7FC3CE with #C37FCE are triadic colors.