COLOR #C39FD0

HEX: #C39FD0
RGB: (195,159,208)

Color info

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

RGB color model

#C39FD0 color RGB value is (195,159,208).

  • red value is 195;
  • green value is 159;
  • blue value is 208.
RGB:
(195,159,208)
(76%,62%,82%)

RGB channels and saturation

R 195 of 255 = 76%
G 159 of 255 = 62%
B 208 of 255 = 82%

195
159
208

R + G + B ~ 73%. #C39FD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 159 + 208 = 562 (100%)
R 195 of 562 ~ 34.7%
G 159 of 562 ~ 28.29%
B 208 of 562 ~ 37.01%

%34.7
%28.29
%37.01

CMYK color model

#C39FD0 color CMYK value is (6,24,0,18).

  • cyan value is 6.25%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(6,24,0,18)
C6M24Y0K18 
(6%,24%,0%,18%)
(0.06/0.24/0.00/0.18)	

CMYK percentages

%6.25
%23.56
%0
%18.43

Codes

Color #C39FD0 in popluar color models

C39FD0
RGB195159208
HSL284°34.27%71.96%
HSB/HSV284°23.56%81.57%
CMYK6.25%23.56%0.00%
18.43%

Color #C39FD0 in popluar number systems.

HEXC39FD0
Decimal195159208
Binary110000111001111111010000
Octal303237320

Shades and tints

Shades of #C39FD0

#C39FD0
(195,159,208)
#B291BE
(178,145,190)
#A183AC
(161,131,172)
#90759A
(144,117,154)
#7F6788
(127,103,136)
#6E5976
(110,89,118)
#5D4B64
(93,75,100)
#4C3D52
(76,61,82)
#3B2F40
(59,47,64)
#2A212E
(42,33,46)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #C39FD0

#C39FD0
(195,159,208)
#C8A7D4
(200,167,212)
#CDAFD8
(205,175,216)
#D2B7DC
(210,183,220)
#D7BFE0
(215,191,224)
#DCC7E4
(220,199,228)
#E1CFE8
(225,207,232)
#E6D7EC
(230,215,236)
#EBDFF0
(235,223,240)
#F0E7F4
(240,231,244)
#F5EFF8
(245,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39FD0 color. Also use rgb(195,159,208) instead hex code.

Text Font Color

.myTextColor { color: #C39FD0; }

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

This text font color is #C39FD0.


Background Color

.myBgColor { background-color: #C39FD0; }

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

This div background color is #C39FD0.


Border color

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

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

This div border color is #C39FD0.


Opacity

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

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

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

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

This text has shadow with #C39FD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39FD0 on black background.


Color preview on white background

This text has color #C39FD0 on white background.



Black color preview on #C39FD0 background

This text has black color on #C39FD0 background.


White color preview on #C39FD0 background

This text has white color on #C39FD0 background.