COLOR #C37BD9

HEX: #C37BD9 RGB: (195,123,217)

Color info

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

RGB color model

#C37BD9 color RGB value is (195,123,217).

RGB: (195,123,217) (76%, 48%, 85%)

RGB channels and saturation

R 195 of 255 = 76%
G 123 of 255 = 48%
B 217 of 255 = 85%

195
123
217

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

Portions of RGB colors in percentages

R + G + B = 195 + 123 + 217 = 535 (100%)
R 195 of 535 ~ 36.45%
G 123 of 535 ~ 22.99%
B 217 of 535 ~ 40.56'%

%36.45
%22.99
%40.56

CMYK color model

#C37BD9 color CMYK value is (10,43,0,15).

  • cyan value is 10.14%
  • magenta value is 43.32%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (10,43,0,15) C10M43Y0K15 (10%,43%,0%,15%) (0.10/0.43/0.00/0.15) 

CMYK percentages

%10.14
%43.32
%0
%14.9

Codes

Color #C37BD9 in popluar color models

C3 7B D9
RGB 195 123 217
HSL 286° 55.29% 66.67%
HSB/HSV 286° 43.32% 85.10%
CMYK 10.14% 43.32% 0.00%
14.90%

Color #C37BD9 in popluar number systems.

HEX C3 7B D9
Decimal 195 123 217
Binary 11000011 1111011 11011001
Octal 303 173 331

Shades and tints

Shades of #C37BD9

#C37BD9
(195,123,217)
#B270C6
(178,112,198)
#A165B3
(161,101,179)
#905AA0
(144,90,160)
#7F4F8D
(127,79,141)
#6E447A
(110,68,122)
#5D3967
(93,57,103)
#4C2E54
(76,46,84)
#3B2341
(59,35,65)
#2A182E
(42,24,46)
#190D1B
(25,13,27)
#000000
(0,0,0)

Tints of #C37BD9

#C37BD9
(195,123,217)
#C887DC
(200,135,220)
#CD93DF
(205,147,223)
#D29FE2
(210,159,226)
#D7ABE5
(215,171,229)
#DCB7E8
(220,183,232)
#E1C3EB
(225,195,235)
#E6CFEE
(230,207,238)
#EBDBF1
(235,219,241)
#F0E7F4
(240,231,244)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37BD9 color. Also use rgb(195,123,217) instead hex code.

Text Font Color

.myTextColor { color: #C37BD9; }

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

This text font color is #C37BD9.

Background Color

.myBgColor { background-color: #C37BD9; }

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

This div background color is #C37BD9.

Border color

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

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

This div border color is #C37BD9.

Opacity

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

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

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

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

This text has shadow with #C37BD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37BD9.

Preview

Color preview on black background

This text has color #C37BD9 on black background.


Color preview on white background

This text has color #C37BD9 on white background.


Black color preview on #C37BD9 background

This text has black color on #C37BD9 background.


White color preview on #C37BD9 background

This text has white color on #C37BD9 background.


Related colors

Complementary color

Complementary color for #hex is #3C8426.


I love getcolorcode.com

Triadic colors

1 #D9C37B and #7BD9C3 with #C37BD9 are triadic colors.

2 #D97BC3 and #7BC3D9 with #C37BD9 are triadic colors.