COLOR #C37CEE

HEX: #C37CEE RGB: (195,124,238)

Color info

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

RGB color model

#C37CEE color RGB value is (195,124,238).

RGB: (195,124,238) (76%, 49%, 93%)

RGB channels and saturation

R 195 of 255 = 76%
G 124 of 255 = 49%
B 238 of 255 = 93%

195
124
238

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

Portions of RGB colors in percentages

R + G + B = 195 + 124 + 238 = 557 (100%)
R 195 of 557 ~ 35.01%
G 124 of 557 ~ 22.26%
B 238 of 557 ~ 42.73'%

%35.01
%22.26
%42.73

CMYK color model

#C37CEE color CMYK value is (18,48,0,7).

  • cyan value is 18.07%
  • magenta value is 47.90%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (18,48,0,7) C18M48Y0K7 (18%,48%,0%,7%) (0.18/0.48/0.00/0.07) 

CMYK percentages

%18.07
%47.9
%0
%6.67

Codes

Color #C37CEE in popluar color models

C3 7C EE
RGB 195 124 238
HSL 277° 77.03% 70.98%
HSB/HSV 277° 47.90% 93.33%
CMYK 18.07% 47.90% 0.00%
6.67%

Color #C37CEE in popluar number systems.

HEX C3 7C EE
Decimal 195 124 238
Binary 11000011 1111100 11101110
Octal 303 174 356

Shades and tints

Shades of #C37CEE

#C37CEE
(195,124,238)
#B271D9
(178,113,217)
#A166C4
(161,102,196)
#905BAF
(144,91,175)
#7F509A
(127,80,154)
#6E4585
(110,69,133)
#5D3A70
(93,58,112)
#4C2F5B
(76,47,91)
#3B2446
(59,36,70)
#2A1931
(42,25,49)
#190E1C
(25,14,28)
#000000
(0,0,0)

Tints of #C37CEE

#C37CEE
(195,124,238)
#C887EF
(200,135,239)
#CD92F0
(205,146,240)
#D29DF1
(210,157,241)
#D7A8F2
(215,168,242)
#DCB3F3
(220,179,243)
#E1BEF4
(225,190,244)
#E6C9F5
(230,201,245)
#EBD4F6
(235,212,246)
#F0DFF7
(240,223,247)
#F5EAF8
(245,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37CEE color. Also use rgb(195,124,238) instead hex code.

Text Font Color

.myTextColor { color: #C37CEE; }

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

This text font color is #C37CEE.

Background Color

.myBgColor { background-color: #C37CEE; }

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

This div background color is #C37CEE.

Border color

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

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

This div border color is #C37CEE.

Opacity

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

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

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

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

This text has shadow with #C37CEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37CEE.

Preview

Color preview on black background

This text has color #C37CEE on black background.


Color preview on white background

This text has color #C37CEE on white background.


Black color preview on #C37CEE background

This text has black color on #C37CEE background.


White color preview on #C37CEE background

This text has white color on #C37CEE background.


Related colors

Complementary color

Complementary color for #hex is #3C8311.


I love getcolorcode.com

Triadic colors

1 #EEC37C and #7CEEC3 with #C37CEE are triadic colors.

2 #EE7CC3 and #7CC3EE with #C37CEE are triadic colors.