COLOR #C39DC2

HEX: #C39DC2 RGB: (195,157,194)

Color info

#C39DC2 contains red, green and blue colors in about the same proportion. Web safe color of #C39DC2 is #CC99CC (or #C9C).

RGB color model

#C39DC2 color RGB value is (195,157,194).

RGB: (195,157,194) (76%, 62%, 76%)

RGB channels and saturation

R 195 of 255 = 76%
G 157 of 255 = 62%
B 194 of 255 = 76%

195
157
194

R + G + B ~ 71%. #C39DC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 157 + 194 = 546 (100%)
R 195 of 546 ~ 35.71%
G 157 of 546 ~ 28.75%
B 194 of 546 ~ 35.53'%

%35.71
%28.75
%35.53

CMYK color model

#C39DC2 color CMYK value is (0,19,1,24).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 0.51%
  • key color value is 23.53%

CMYK: (0,19,1,24)
C0M19Y1K24 (0%, 19%, 1%, 24%)
(0.00 / 0.19 / 0.01 / 0.24)

CMYK percentages

%0
%19.49
%0.51
%23.53

Codes

Color #C39DC2 in popluar color models

C3 9D C2
RGB 195 157 194
HSL 302° 24.05% 69.02%
HSB/HSV 302° 19.49% 76.47%
CMYK 0.00% 19.49% 0.51%
23.53%

Color #C39DC2 in popluar number systems.

HEX C3 9D C2
Decimal 195 157 194
Binary 11000011 10011101 11000010
Octal 303 235 302

Shades and tints

Shades of #C39DC2

#C39DC2
(195,157,194)
#B28FB1
(178,143,177)
#A181A0
(161,129,160)
#90738F
(144,115,143)
#7F657E
(127,101,126)
#6E576D
(110,87,109)
#5D495C
(93,73,92)
#4C3B4B
(76,59,75)
#3B2D3A
(59,45,58)
#2A1F29
(42,31,41)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #C39DC2

#C39DC2
(195,157,194)
#C8A5C7
(200,165,199)
#CDADCC
(205,173,204)
#D2B5D1
(210,181,209)
#D7BDD6
(215,189,214)
#DCC5DB
(220,197,219)
#E1CDE0
(225,205,224)
#E6D5E5
(230,213,229)
#EBDDEA
(235,221,234)
#F0E5EF
(240,229,239)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39DC2; }

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

This text font color is #C39DC2.

Background Color

.myBgColor { background-color: #C39DC2; }

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

This div background color is #C39DC2.

Border color

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

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

This div border color is #C39DC2.

Opacity

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

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

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

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

This text has shadow with #C39DC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39DC2.

Preview

Color preview on black background

This text has color #C39DC2 on black background.


Color preview on white background

This text has color #C39DC2 on white background.


Black color preview on #C39DC2 background

This text has black color on #C39DC2 background.


White color preview on #C39DC2 background

This text has white color on #C39DC2 background.


Related colors

Complementary color

Complementary color for #hex is #3C623D.


I love getcolorcode.com

Triadic colors

1 #C2C39D and #9DC2C3 with #C39DC2 are triadic colors.

2 #C29DC3 and #9DC3C2 with #C39DC2 are triadic colors.