COLOR #C38CCC

HEX: #C38CCC RGB: (195,140,204)

Color info

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

RGB color model

#C38CCC color RGB value is (195,140,204).

RGB: (195,140,204) (76%, 55%, 80%)

RGB channels and saturation

R 195 of 255 = 76%
G 140 of 255 = 55%
B 204 of 255 = 80%

195
140
204

R + G + B ~ 70%. #C38CCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 140 + 204 = 539 (100%)
R 195 of 539 ~ 36.18%
G 140 of 539 ~ 25.97%
B 204 of 539 ~ 37.85'%

%36.18
%25.97
%37.85

CMYK color model

#C38CCC color CMYK value is (4,31,0,20).

  • cyan value is 4.41%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (4,31,0,20)
C4M31Y0K20 (4%, 31%, 0%, 20%)
(0.04 / 0.31 / 0.00 / 0.20)

CMYK percentages

%4.41
%31.37
%0
%20

Codes

Color #C38CCC in popluar color models

C3 8C CC
RGB 195 140 204
HSL 292° 38.55% 67.45%
HSB/HSV 292° 31.37% 80.00%
CMYK 4.41% 31.37% 0.00%
20.00%

Color #C38CCC in popluar number systems.

HEX C3 8C CC
Decimal 195 140 204
Binary 11000011 10001100 11001100
Octal 303 214 314

Shades and tints

Shades of #C38CCC

#C38CCC
(195,140,204)
#B280BA
(178,128,186)
#A174A8
(161,116,168)
#906896
(144,104,150)
#7F5C84
(127,92,132)
#6E5072
(110,80,114)
#5D4460
(93,68,96)
#4C384E
(76,56,78)
#3B2C3C
(59,44,60)
#2A202A
(42,32,42)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #C38CCC

#C38CCC
(195,140,204)
#C896D0
(200,150,208)
#CDA0D4
(205,160,212)
#D2AAD8
(210,170,216)
#D7B4DC
(215,180,220)
#DCBEE0
(220,190,224)
#E1C8E4
(225,200,228)
#E6D2E8
(230,210,232)
#EBDCEC
(235,220,236)
#F0E6F0
(240,230,240)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38CCC; }

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

This text font color is #C38CCC.

Background Color

.myBgColor { background-color: #C38CCC; }

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

This div background color is #C38CCC.

Border color

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

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

This div border color is #C38CCC.

Opacity

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

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

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

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

This text has shadow with #C38CCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C38CCC.

Preview

Color preview on black background

This text has color #C38CCC on black background.


Color preview on white background

This text has color #C38CCC on white background.


Black color preview on #C38CCC background

This text has black color on #C38CCC background.


White color preview on #C38CCC background

This text has white color on #C38CCC background.


Related colors

Complementary color

Complementary color for #hex is #3C7333.


I love getcolorcode.com

Triadic colors

1 #CCC38C and #8CCCC3 with #C38CCC are triadic colors.

2 #CC8CC3 and #8CC3CC with #C38CCC are triadic colors.