COLOR #C387EC

HEX: #C387EC RGB: (195,135,236)

Color info

#C387EC contains mainly red and blue colors. Web safe color of #C387EC is #CC99FF (or #C9F).

RGB color model

#C387EC color RGB value is (195,135,236).

RGB: (195,135,236) (76%, 53%, 93%)

RGB channels and saturation

R 195 of 255 = 76%
G 135 of 255 = 53%
B 236 of 255 = 93%

195
135
236

R + G + B ~ 74%. #C387EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 135 + 236 = 566 (100%)
R 195 of 566 ~ 34.45%
G 135 of 566 ~ 23.85%
B 236 of 566 ~ 41.7'%

%34.45
%23.85
%41.7

CMYK color model

#C387EC color CMYK value is (17,43,0,7).

  • cyan value is 17.37%
  • magenta value is 42.80%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (17,43,0,7)
C17M43Y0K7 (17%, 43%, 0%, 7%)
(0.17 / 0.43 / 0.00 / 0.07)

CMYK percentages

%17.37
%42.8
%0
%7.45

Codes

Color #C387EC in popluar color models

C3 87 EC
RGB 195 135 236
HSL 276° 72.66% 72.75%
HSB/HSV 276° 42.80% 92.55%
CMYK 17.37% 42.80% 0.00%
7.45%

Color #C387EC in popluar number systems.

HEX C3 87 EC
Decimal 195 135 236
Binary 11000011 10000111 11101100
Octal 303 207 354

Shades and tints

Shades of #C387EC

#C387EC
(195,135,236)
#B27BD7
(178,123,215)
#A16FC2
(161,111,194)
#9063AD
(144,99,173)
#7F5798
(127,87,152)
#6E4B83
(110,75,131)
#5D3F6E
(93,63,110)
#4C3359
(76,51,89)
#3B2744
(59,39,68)
#2A1B2F
(42,27,47)
#190F1A
(25,15,26)
#000000
(0,0,0)

Tints of #C387EC

#C387EC
(195,135,236)
#C891ED
(200,145,237)
#CD9BEE
(205,155,238)
#D2A5EF
(210,165,239)
#D7AFF0
(215,175,240)
#DCB9F1
(220,185,241)
#E1C3F2
(225,195,242)
#E6CDF3
(230,205,243)
#EBD7F4
(235,215,244)
#F0E1F5
(240,225,245)
#F5EBF6
(245,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C387EC; }

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

This text font color is #C387EC.

Background Color

.myBgColor { background-color: #C387EC; }

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

This div background color is #C387EC.

Border color

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

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

This div border color is #C387EC.

Opacity

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

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

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

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

This text has shadow with #C387EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C387EC.

Preview

Color preview on black background

This text has color #C387EC on black background.


Color preview on white background

This text has color #C387EC on white background.


Black color preview on #C387EC background

This text has black color on #C387EC background.


White color preview on #C387EC background

This text has white color on #C387EC background.


Related colors

Complementary color

Complementary color for #hex is #3C7813.


I love getcolorcode.com

Triadic colors

1 #ECC387 and #87ECC3 with #C387EC are triadic colors.

2 #EC87C3 and #87C3EC with #C387EC are triadic colors.