COLOR #C39DD9

HEX: #C39DD9 RGB: (195,157,217)

Color info

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

RGB color model

#C39DD9 color RGB value is (195,157,217).

RGB: (195,157,217) (76%, 62%, 85%)

RGB channels and saturation

R 195 of 255 = 76%
G 157 of 255 = 62%
B 217 of 255 = 85%

195
157
217

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

Portions of RGB colors in percentages

R + G + B = 195 + 157 + 217 = 569 (100%)
R 195 of 569 ~ 34.27%
G 157 of 569 ~ 27.59%
B 217 of 569 ~ 38.14'%

%34.27
%27.59
%38.14

CMYK color model

#C39DD9 color CMYK value is (10,28,0,15).

  • cyan value is 10.14%
  • magenta value is 27.65%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (10,28,0,15)
C10M28Y0K15 (10%, 28%, 0%, 15%)
(0.10 / 0.28 / 0.00 / 0.15)

CMYK percentages

%10.14
%27.65
%0
%14.9

Codes

Color #C39DD9 in popluar color models

C3 9D D9
RGB 195 157 217
HSL 278° 44.12% 73.33%
HSB/HSV 278° 27.65% 85.10%
CMYK 10.14% 27.65% 0.00%
14.90%

Color #C39DD9 in popluar number systems.

HEX C3 9D D9
Decimal 195 157 217
Binary 11000011 10011101 11011001
Octal 303 235 331

Shades and tints

Shades of #C39DD9

#C39DD9
(195,157,217)
#B28FC6
(178,143,198)
#A181B3
(161,129,179)
#9073A0
(144,115,160)
#7F658D
(127,101,141)
#6E577A
(110,87,122)
#5D4967
(93,73,103)
#4C3B54
(76,59,84)
#3B2D41
(59,45,65)
#2A1F2E
(42,31,46)
#19111B
(25,17,27)
#000000
(0,0,0)

Tints of #C39DD9

#C39DD9
(195,157,217)
#C8A5DC
(200,165,220)
#CDADDF
(205,173,223)
#D2B5E2
(210,181,226)
#D7BDE5
(215,189,229)
#DCC5E8
(220,197,232)
#E1CDEB
(225,205,235)
#E6D5EE
(230,213,238)
#EBDDF1
(235,221,241)
#F0E5F4
(240,229,244)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39DD9; }

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

This text font color is #C39DD9.

Background Color

.myBgColor { background-color: #C39DD9; }

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

This div background color is #C39DD9.

Border color

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

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

This div border color is #C39DD9.

Opacity

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

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

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

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

This text has shadow with #C39DD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39DD9.

Preview

Color preview on black background

This text has color #C39DD9 on black background.


Color preview on white background

This text has color #C39DD9 on white background.


Black color preview on #C39DD9 background

This text has black color on #C39DD9 background.


White color preview on #C39DD9 background

This text has white color on #C39DD9 background.


Related colors

Complementary color

Complementary color for #hex is #3C6226.


I love getcolorcode.com

Triadic colors

1 #D9C39D and #9DD9C3 with #C39DD9 are triadic colors.

2 #D99DC3 and #9DC3D9 with #C39DD9 are triadic colors.