COLOR #C37ED5

HEX: #C37ED5
RGB: (195,126,213)

Color info

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

RGB color model

#C37ED5 color RGB value is (195,126,213).

  • red value is 195;
  • green value is 126;
  • blue value is 213.
RGB:
(195,126,213)
(76%,49%,84%)

RGB channels and saturation

R 195 of 255 = 76%
G 126 of 255 = 49%
B 213 of 255 = 84%

195
126
213

R + G + B ~ 70%. #C37ED5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 126 + 213 = 534 (100%)
R 195 of 534 ~ 36.52%
G 126 of 534 ~ 23.6%
B 213 of 534 ~ 39.89%

%36.52
%23.6
%39.89

CMYK color model

#C37ED5 color CMYK value is (8,41,0,16).

  • cyan value is 8.45%
  • magenta value is 40.85%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(8,41,0,16)
C8M41Y0K16 
(8%,41%,0%,16%)
(0.08/0.41/0.00/0.16)	

CMYK percentages

%8.45
%40.85
%0
%16.47

Codes

Color #C37ED5 in popluar color models

C37ED5
RGB195126213
HSL288°50.88%66.47%
HSB/HSV288°40.85%83.53%
CMYK8.45%40.85%0.00%
16.47%

Color #C37ED5 in popluar number systems.

HEXC37ED5
Decimal195126213
Binary11000011111111011010101
Octal303176325

Shades and tints

Shades of #C37ED5

#C37ED5
(195,126,213)
#B273C2
(178,115,194)
#A168AF
(161,104,175)
#905D9C
(144,93,156)
#7F5289
(127,82,137)
#6E4776
(110,71,118)
#5D3C63
(93,60,99)
#4C3150
(76,49,80)
#3B263D
(59,38,61)
#2A1B2A
(42,27,42)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #C37ED5

#C37ED5
(195,126,213)
#C889D8
(200,137,216)
#CD94DB
(205,148,219)
#D29FDE
(210,159,222)
#D7AAE1
(215,170,225)
#DCB5E4
(220,181,228)
#E1C0E7
(225,192,231)
#E6CBEA
(230,203,234)
#EBD6ED
(235,214,237)
#F0E1F0
(240,225,240)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37ED5 color. Also use rgb(195,126,213) instead hex code.

Text Font Color

.myTextColor { color: #C37ED5; }

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

This text font color is #C37ED5.


Background Color

.myBgColor { background-color: #C37ED5; }

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

This div background color is #C37ED5.


Border color

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

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

This div border color is #C37ED5.


Opacity

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

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

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

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

This text has shadow with #C37ED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37ED5 on black background.


Color preview on white background

This text has color #C37ED5 on white background.



Black color preview on #C37ED5 background

This text has black color on #C37ED5 background.


White color preview on #C37ED5 background

This text has white color on #C37ED5 background.