COLOR #C389CD

HEX: #C389CD
RGB: (195,137,205)

Color info

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

RGB color model

#C389CD color RGB value is (195,137,205).

  • red value is 195;
  • green value is 137;
  • blue value is 205.
RGB:
(195,137,205)
(76%,54%,80%)

RGB channels and saturation

R 195 of 255 = 76%
G 137 of 255 = 54%
B 205 of 255 = 80%

195
137
205

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

Portions of RGB colors in percentages

R + G + B =
195 + 137 + 205 = 537 (100%)
R 195 of 537 ~ 36.31%
G 137 of 537 ~ 25.51%
B 205 of 537 ~ 38.18%

%36.31
%25.51
%38.18

CMYK color model

#C389CD color CMYK value is (5,33,0,20).

  • cyan value is 4.88%
  • magenta value is 33.17%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(5,33,0,20)
C5M33Y0K20 
(5%,33%,0%,20%)
(0.05/0.33/0.00/0.20)	

CMYK percentages

%4.88
%33.17
%0
%19.61

Codes

Color #C389CD in popluar color models

C389CD
RGB195137205
HSL291°40.48%67.06%
HSB/HSV291°33.17%80.39%
CMYK4.88%33.17%0.00%
19.61%

Color #C389CD in popluar number systems.

HEXC389CD
Decimal195137205
Binary110000111000100111001101
Octal303211315

Shades and tints

Shades of #C389CD

#C389CD
(195,137,205)
#B27DBB
(178,125,187)
#A171A9
(161,113,169)
#906597
(144,101,151)
#7F5985
(127,89,133)
#6E4D73
(110,77,115)
#5D4161
(93,65,97)
#4C354F
(76,53,79)
#3B293D
(59,41,61)
#2A1D2B
(42,29,43)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #C389CD

#C389CD
(195,137,205)
#C893D1
(200,147,209)
#CD9DD5
(205,157,213)
#D2A7D9
(210,167,217)
#D7B1DD
(215,177,221)
#DCBBE1
(220,187,225)
#E1C5E5
(225,197,229)
#E6CFE9
(230,207,233)
#EBD9ED
(235,217,237)
#F0E3F1
(240,227,241)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C389CD color. Also use rgb(195,137,205) instead hex code.

Text Font Color

.myTextColor { color: #C389CD; }

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

This text font color is #C389CD.


Background Color

.myBgColor { background-color: #C389CD; }

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

This div background color is #C389CD.


Border color

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

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

This div border color is #C389CD.


Opacity

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

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

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

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

This text has shadow with #C389CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C389CD on black background.


Color preview on white background

This text has color #C389CD on white background.



Black color preview on #C389CD background

This text has black color on #C389CD background.


White color preview on #C389CD background

This text has white color on #C389CD background.