COLOR #C38DC3

HEX: #C38DC3
RGB: (195,141,195)

Color info

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

RGB color model

#C38DC3 color RGB value is (195,141,195).

  • red value is 195;
  • green value is 141;
  • blue value is 195.
RGB:
(195,141,195)
(76%,55%,76%)

RGB channels and saturation

R 195 of 255 = 76%
G 141 of 255 = 55%
B 195 of 255 = 76%

195
141
195

R + G + B ~ 69%. #C38DC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 141 + 195 = 531 (100%)
R 195 of 531 ~ 36.72%
G 141 of 531 ~ 26.55%
B 195 of 531 ~ 36.72%

%36.72
%26.55
%36.72

CMYK color model

#C38DC3 color CMYK value is (0,28,0,24).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(0,28,0,24)
C0M28Y0K24 
(0%,28%,0%,24%)
(0.00/0.28/0.00/0.24)	

CMYK percentages

%0
%27.69
%0
%23.53

Codes

Color #C38DC3 in popluar color models

C38DC3
RGB195141195
HSL300°31.03%65.88%
HSB/HSV300°27.69%76.47%
CMYK0.00%27.69%0.00%
23.53%

Color #C38DC3 in popluar number systems.

HEXC38DC3
Decimal195141195
Binary110000111000110111000011
Octal303215303

Shades and tints

Shades of #C38DC3

#C38DC3
(195,141,195)
#B281B2
(178,129,178)
#A175A1
(161,117,161)
#906990
(144,105,144)
#7F5D7F
(127,93,127)
#6E516E
(110,81,110)
#5D455D
(93,69,93)
#4C394C
(76,57,76)
#3B2D3B
(59,45,59)
#2A212A
(42,33,42)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #C38DC3

#C38DC3
(195,141,195)
#C897C8
(200,151,200)
#CDA1CD
(205,161,205)
#D2ABD2
(210,171,210)
#D7B5D7
(215,181,215)
#DCBFDC
(220,191,220)
#E1C9E1
(225,201,225)
#E6D3E6
(230,211,230)
#EBDDEB
(235,221,235)
#F0E7F0
(240,231,240)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38DC3; }

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

This text font color is #C38DC3.


Background Color

.myBgColor { background-color: #C38DC3; }

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

This div background color is #C38DC3.


Border color

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

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

This div border color is #C38DC3.


Opacity

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

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

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

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

This text has shadow with #C38DC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38DC3 on black background.


Color preview on white background

This text has color #C38DC3 on white background.



Black color preview on #C38DC3 background

This text has black color on #C38DC3 background.


White color preview on #C38DC3 background

This text has white color on #C38DC3 background.