COLOR #C38FCB

HEX: #C38FCB
RGB: (195,143,203)

Color info

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

RGB color model

#C38FCB color RGB value is (195,143,203).

  • red value is 195;
  • green value is 143;
  • blue value is 203.
RGB:
(195,143,203)
(76%,56%,80%)

RGB channels and saturation

R 195 of 255 = 76%
G 143 of 255 = 56%
B 203 of 255 = 80%

195
143
203

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

Portions of RGB colors in percentages

R + G + B =
195 + 143 + 203 = 541 (100%)
R 195 of 541 ~ 36.04%
G 143 of 541 ~ 26.43%
B 203 of 541 ~ 37.52%

%36.04
%26.43
%37.52

CMYK color model

#C38FCB color CMYK value is (4,30,0,20).

  • cyan value is 3.94%
  • magenta value is 29.56%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(4,30,0,20)
C4M30Y0K20 
(4%,30%,0%,20%)
(0.04/0.30/0.00/0.20)	

CMYK percentages

%3.94
%29.56
%0
%20.39

Codes

Color #C38FCB in popluar color models

C38FCB
RGB195143203
HSL292°36.59%67.84%
HSB/HSV292°29.56%79.61%
CMYK3.94%29.56%0.00%
20.39%

Color #C38FCB in popluar number systems.

HEXC38FCB
Decimal195143203
Binary110000111000111111001011
Octal303217313

Shades and tints

Shades of #C38FCB

#C38FCB
(195,143,203)
#B282B9
(178,130,185)
#A175A7
(161,117,167)
#906895
(144,104,149)
#7F5B83
(127,91,131)
#6E4E71
(110,78,113)
#5D415F
(93,65,95)
#4C344D
(76,52,77)
#3B273B
(59,39,59)
#2A1A29
(42,26,41)
#190D17
(25,13,23)
#000000
(0,0,0)

Tints of #C38FCB

#C38FCB
(195,143,203)
#C899CF
(200,153,207)
#CDA3D3
(205,163,211)
#D2ADD7
(210,173,215)
#D7B7DB
(215,183,219)
#DCC1DF
(220,193,223)
#E1CBE3
(225,203,227)
#E6D5E7
(230,213,231)
#EBDFEB
(235,223,235)
#F0E9EF
(240,233,239)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38FCB; }

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

This text font color is #C38FCB.


Background Color

.myBgColor { background-color: #C38FCB; }

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

This div background color is #C38FCB.


Border color

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

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

This div border color is #C38FCB.


Opacity

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

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

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

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

This text has shadow with #C38FCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38FCB on black background.


Color preview on white background

This text has color #C38FCB on white background.



Black color preview on #C38FCB background

This text has black color on #C38FCB background.


White color preview on #C38FCB background

This text has white color on #C38FCB background.