COLOR #C38FB7

HEX: #C38FB7 RGB: (195,143,183)

Color info

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

RGB color model

#C38FB7 color RGB value is (195,143,183).

RGB: (195,143,183) (76%, 56%, 72%)

RGB channels and saturation

R 195 of 255 = 76%
G 143 of 255 = 56%
B 183 of 255 = 72%

195
143
183

R + G + B ~ 68%. #C38FB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 143 + 183 = 521 (100%)
R 195 of 521 ~ 37.43%
G 143 of 521 ~ 27.45%
B 183 of 521 ~ 35.12'%

%37.43
%27.45
%35.12

CMYK color model

#C38FB7 color CMYK value is (0,27,6,24).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 6.15%
  • key color value is 23.53%

CMYK: (0,27,6,24)
C0M27Y6K24 (0%, 27%, 6%, 24%)
(0.00 / 0.27 / 0.06 / 0.24)

CMYK percentages

%0
%26.67
%6.15
%23.53

Codes

Color #C38FB7 in popluar color models

C3 8F B7
RGB 195 143 183
HSL 314° 30.23% 66.27%
HSB/HSV 314° 26.67% 76.47%
CMYK 0.00% 26.67% 6.15%
23.53%

Color #C38FB7 in popluar number systems.

HEX C3 8F B7
Decimal 195 143 183
Binary 11000011 10001111 10110111
Octal 303 217 267

Shades and tints

Shades of #C38FB7

#C38FB7
(195,143,183)
#B282A7
(178,130,167)
#A17597
(161,117,151)
#906887
(144,104,135)
#7F5B77
(127,91,119)
#6E4E67
(110,78,103)
#5D4157
(93,65,87)
#4C3447
(76,52,71)
#3B2737
(59,39,55)
#2A1A27
(42,26,39)
#190D17
(25,13,23)
#000000
(0,0,0)

Tints of #C38FB7

#C38FB7
(195,143,183)
#C899BD
(200,153,189)
#CDA3C3
(205,163,195)
#D2ADC9
(210,173,201)
#D7B7CF
(215,183,207)
#DCC1D5
(220,193,213)
#E1CBDB
(225,203,219)
#E6D5E1
(230,213,225)
#EBDFE7
(235,223,231)
#F0E9ED
(240,233,237)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38FB7; }

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

This text font color is #C38FB7.

Background Color

.myBgColor { background-color: #C38FB7; }

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

This div background color is #C38FB7.

Border color

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

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

This div border color is #C38FB7.

Opacity

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

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

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

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

This text has shadow with #C38FB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C38FB7.

Preview

Color preview on black background

This text has color #C38FB7 on black background.


Color preview on white background

This text has color #C38FB7 on white background.


Black color preview on #C38FB7 background

This text has black color on #C38FB7 background.


White color preview on #C38FB7 background

This text has white color on #C38FB7 background.


Related colors

Complementary color

Complementary color for #hex is #3C7048.


I love getcolorcode.com

Triadic colors

1 #B7C38F and #8FB7C3 with #C38FB7 are triadic colors.

2 #B78FC3 and #8FC3B7 with #C38FB7 are triadic colors.