COLOR #C37FDC

HEX: #C37FDC
RGB: (195,127,220)

Color info

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

RGB color model

#C37FDC color RGB value is (195,127,220).

  • red value is 195;
  • green value is 127;
  • blue value is 220.
RGB:
(195,127,220)
(76%,50%,86%)

RGB channels and saturation

R 195 of 255 = 76%
G 127 of 255 = 50%
B 220 of 255 = 86%

195
127
220

R + G + B ~ 71%. #C37FDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 127 + 220 = 542 (100%)
R 195 of 542 ~ 35.98%
G 127 of 542 ~ 23.43%
B 220 of 542 ~ 40.59%

%35.98
%23.43
%40.59

CMYK color model

#C37FDC color CMYK value is (11,42,0,14).

  • cyan value is 11.36%
  • magenta value is 42.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(11,42,0,14)
C11M42Y0K14 
(11%,42%,0%,14%)
(0.11/0.42/0.00/0.14)	

CMYK percentages

%11.36
%42.27
%0
%13.73

Codes

Color #C37FDC in popluar color models

C37FDC
RGB195127220
HSL284°57.06%68.04%
HSB/HSV284°42.27%86.27%
CMYK11.36%42.27%0.00%
13.73%

Color #C37FDC in popluar number systems.

HEXC37FDC
Decimal195127220
Binary11000011111111111011100
Octal303177334

Shades and tints

Shades of #C37FDC

#C37FDC
(195,127,220)
#B274C8
(178,116,200)
#A169B4
(161,105,180)
#905EA0
(144,94,160)
#7F538C
(127,83,140)
#6E4878
(110,72,120)
#5D3D64
(93,61,100)
#4C3250
(76,50,80)
#3B273C
(59,39,60)
#2A1C28
(42,28,40)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #C37FDC

#C37FDC
(195,127,220)
#C88ADF
(200,138,223)
#CD95E2
(205,149,226)
#D2A0E5
(210,160,229)
#D7ABE8
(215,171,232)
#DCB6EB
(220,182,235)
#E1C1EE
(225,193,238)
#E6CCF1
(230,204,241)
#EBD7F4
(235,215,244)
#F0E2F7
(240,226,247)
#F5EDFA
(245,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37FDC; }

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

This text font color is #C37FDC.


Background Color

.myBgColor { background-color: #C37FDC; }

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

This div background color is #C37FDC.


Border color

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

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

This div border color is #C37FDC.


Opacity

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

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

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

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

This text has shadow with #C37FDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37FDC on black background.


Color preview on white background

This text has color #C37FDC on white background.



Black color preview on #C37FDC background

This text has black color on #C37FDC background.


White color preview on #C37FDC background

This text has white color on #C37FDC background.