COLOR #C387BD

HEX: #C387BD RGB: (195,135,189)

Color info

#C387BD contains mainly red and blue colors. Web safe color of #C387BD is #CC99CC (or #C9C).

RGB color model

#C387BD color RGB value is (195,135,189).

RGB: (195,135,189) (76%, 53%, 74%)

RGB channels and saturation

R 195 of 255 = 76%
G 135 of 255 = 53%
B 189 of 255 = 74%

195
135
189

R + G + B ~ 68%. #C387BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 135 + 189 = 519 (100%)
R 195 of 519 ~ 37.57%
G 135 of 519 ~ 26.01%
B 189 of 519 ~ 36.42'%

%37.57
%26.01
%36.42

CMYK color model

#C387BD color CMYK value is (0,31,3,24).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 3.08%
  • key color value is 23.53%
CMYK: (0,31,3,24) C0M31Y3K24 (0%,31%,3%,24%) (0.00/0.31/0.03/0.24) 

CMYK percentages

%0
%30.77
%3.08
%23.53

Codes

Color #C387BD in popluar color models

C3 87 BD
RGB 195 135 189
HSL 306° 33.33% 64.71%
HSB/HSV 306° 30.77% 76.47%
CMYK 0.00% 30.77% 3.08%
23.53%

Color #C387BD in popluar number systems.

HEX C3 87 BD
Decimal 195 135 189
Binary 11000011 10000111 10111101
Octal 303 207 275

Shades and tints

Shades of #C387BD

#C387BD
(195,135,189)
#B27BAC
(178,123,172)
#A16F9B
(161,111,155)
#90638A
(144,99,138)
#7F5779
(127,87,121)
#6E4B68
(110,75,104)
#5D3F57
(93,63,87)
#4C3346
(76,51,70)
#3B2735
(59,39,53)
#2A1B24
(42,27,36)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #C387BD

#C387BD
(195,135,189)
#C891C3
(200,145,195)
#CD9BC9
(205,155,201)
#D2A5CF
(210,165,207)
#D7AFD5
(215,175,213)
#DCB9DB
(220,185,219)
#E1C3E1
(225,195,225)
#E6CDE7
(230,205,231)
#EBD7ED
(235,215,237)
#F0E1F3
(240,225,243)
#F5EBF9
(245,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C387BD color. Also use rgb(195,135,189) instead hex code.

Text Font Color

.myTextColor { color: #C387BD; }

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

This text font color is #C387BD.

Background Color

.myBgColor { background-color: #C387BD; }

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

This div background color is #C387BD.

Border color

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

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

This div border color is #C387BD.

Opacity

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

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

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

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

This text has shadow with #C387BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C387BD.

Preview

Color preview on black background

This text has color #C387BD on black background.


Color preview on white background

This text has color #C387BD on white background.


Black color preview on #C387BD background

This text has black color on #C387BD background.


White color preview on #C387BD background

This text has white color on #C387BD background.


Related colors

Complementary color

Complementary color for #hex is #3C7842.


I love getcolorcode.com

Triadic colors

1 #BDC387 and #87BDC3 with #C387BD are triadic colors.

2 #BD87C3 and #87C3BD with #C387BD are triadic colors.