COLOR #C387DD

HEX: #C387DD
RGB: (195,135,221)

Color info

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

RGB color model

#C387DD color RGB value is (195,135,221).

  • red value is 195;
  • green value is 135;
  • blue value is 221.
RGB:
(195,135,221)
(76%,53%,87%)

RGB channels and saturation

R 195 of 255 = 76%
G 135 of 255 = 53%
B 221 of 255 = 87%

195
135
221

R + G + B ~ 72%. #C387DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 135 + 221 = 551 (100%)
R 195 of 551 ~ 35.39%
G 135 of 551 ~ 24.5%
B 221 of 551 ~ 40.11%

%35.39
%24.5
%40.11

CMYK color model

#C387DD color CMYK value is (12,39,0,13).

  • cyan value is 11.76%
  • magenta value is 38.91%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(12,39,0,13)
C12M39Y0K13 
(12%,39%,0%,13%)
(0.12/0.39/0.00/0.13)	

CMYK percentages

%11.76
%38.91
%0
%13.33

Codes

Color #C387DD in popluar color models

C387DD
RGB195135221
HSL282°55.84%69.80%
HSB/HSV282°38.91%86.67%
CMYK11.76%38.91%0.00%
13.33%

Color #C387DD in popluar number systems.

HEXC387DD
Decimal195135221
Binary110000111000011111011101
Octal303207335

Shades and tints

Shades of #C387DD

#C387DD
(195,135,221)
#B27BC9
(178,123,201)
#A16FB5
(161,111,181)
#9063A1
(144,99,161)
#7F578D
(127,87,141)
#6E4B79
(110,75,121)
#5D3F65
(93,63,101)
#4C3351
(76,51,81)
#3B273D
(59,39,61)
#2A1B29
(42,27,41)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #C387DD

#C387DD
(195,135,221)
#C891E0
(200,145,224)
#CD9BE3
(205,155,227)
#D2A5E6
(210,165,230)
#D7AFE9
(215,175,233)
#DCB9EC
(220,185,236)
#E1C3EF
(225,195,239)
#E6CDF2
(230,205,242)
#EBD7F5
(235,215,245)
#F0E1F8
(240,225,248)
#F5EBFB
(245,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C387DD; }

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

This text font color is #C387DD.


Background Color

.myBgColor { background-color: #C387DD; }

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

This div background color is #C387DD.


Border color

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

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

This div border color is #C387DD.


Opacity

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

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

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

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

This text has shadow with #C387DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C387DD on black background.


Color preview on white background

This text has color #C387DD on white background.



Black color preview on #C387DD background

This text has black color on #C387DD background.


White color preview on #C387DD background

This text has white color on #C387DD background.