COLOR #C37DF1

HEX: #C37DF1
RGB: (195,125,241)

Color info

#C37DF1 contains mainly red and blue colors. Web safe color of #C37DF1 is #CC66FF (or #C6F).

RGB color model

#C37DF1 color RGB value is (195,125,241).

  • red value is 195;
  • green value is 125;
  • blue value is 241.
RGB:
(195,125,241)
(76%,49%,95%)

RGB channels and saturation

R 195 of 255 = 76%
G 125 of 255 = 49%
B 241 of 255 = 95%

195
125
241

R + G + B ~ 73%. #C37DF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 125 + 241 = 561 (100%)
R 195 of 561 ~ 34.76%
G 125 of 561 ~ 22.28%
B 241 of 561 ~ 42.96%

%34.76
%22.28
%42.96

CMYK color model

#C37DF1 color CMYK value is (19,48,0,5).

  • cyan value is 19.09%
  • magenta value is 48.13%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(19,48,0,5)
C19M48Y0K5 
(19%,48%,0%,5%)
(0.19/0.48/0.00/0.05)	

CMYK percentages

%19.09
%48.13
%0
%5.49

Codes

Color #C37DF1 in popluar color models

C37DF1
RGB195125241
HSL276°80.56%71.76%
HSB/HSV276°48.13%94.51%
CMYK19.09%48.13%0.00%
5.49%

Color #C37DF1 in popluar number systems.

HEXC37DF1
Decimal195125241
Binary11000011111110111110001
Octal303175361

Shades and tints

Shades of #C37DF1

#C37DF1
(195,125,241)
#B272DC
(178,114,220)
#A167C7
(161,103,199)
#905CB2
(144,92,178)
#7F519D
(127,81,157)
#6E4688
(110,70,136)
#5D3B73
(93,59,115)
#4C305E
(76,48,94)
#3B2549
(59,37,73)
#2A1A34
(42,26,52)
#190F1F
(25,15,31)
#000000
(0,0,0)

Tints of #C37DF1

#C37DF1
(195,125,241)
#C888F2
(200,136,242)
#CD93F3
(205,147,243)
#D29EF4
(210,158,244)
#D7A9F5
(215,169,245)
#DCB4F6
(220,180,246)
#E1BFF7
(225,191,247)
#E6CAF8
(230,202,248)
#EBD5F9
(235,213,249)
#F0E0FA
(240,224,250)
#F5EBFB
(245,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37DF1 color. Also use rgb(195,125,241) instead hex code.

Text Font Color

.myTextColor { color: #C37DF1; }

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

This text font color is #C37DF1.


Background Color

.myBgColor { background-color: #C37DF1; }

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

This div background color is #C37DF1.


Border color

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

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

This div border color is #C37DF1.


Opacity

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

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

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

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

This text has shadow with #C37DF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37DF1 on black background.


Color preview on white background

This text has color #C37DF1 on white background.



Black color preview on #C37DF1 background

This text has black color on #C37DF1 background.


White color preview on #C37DF1 background

This text has white color on #C37DF1 background.