COLOR #C38CDC

HEX: #C38CDC
RGB: (195,140,220)

Color info

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

RGB color model

#C38CDC color RGB value is (195,140,220).

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

RGB channels and saturation

R 195 of 255 = 76%
G 140 of 255 = 55%
B 220 of 255 = 86%

195
140
220

R + G + B ~ 72%. #C38CDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 140 + 220 = 555 (100%)
R 195 of 555 ~ 35.14%
G 140 of 555 ~ 25.23%
B 220 of 555 ~ 39.64%

%35.14
%25.23
%39.64

CMYK color model

#C38CDC color CMYK value is (11,36,0,14).

  • cyan value is 11.36%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(11,36,0,14)
C11M36Y0K14 
(11%,36%,0%,14%)
(0.11/0.36/0.00/0.14)	

CMYK percentages

%11.36
%36.36
%0
%13.73

Codes

Color #C38CDC in popluar color models

C38CDC
RGB195140220
HSL281°53.33%70.59%
HSB/HSV281°36.36%86.27%
CMYK11.36%36.36%0.00%
13.73%

Color #C38CDC in popluar number systems.

HEXC38CDC
Decimal195140220
Binary110000111000110011011100
Octal303214334

Shades and tints

Shades of #C38CDC

#C38CDC
(195,140,220)
#B280C8
(178,128,200)
#A174B4
(161,116,180)
#9068A0
(144,104,160)
#7F5C8C
(127,92,140)
#6E5078
(110,80,120)
#5D4464
(93,68,100)
#4C3850
(76,56,80)
#3B2C3C
(59,44,60)
#2A2028
(42,32,40)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #C38CDC

#C38CDC
(195,140,220)
#C896DF
(200,150,223)
#CDA0E2
(205,160,226)
#D2AAE5
(210,170,229)
#D7B4E8
(215,180,232)
#DCBEEB
(220,190,235)
#E1C8EE
(225,200,238)
#E6D2F1
(230,210,241)
#EBDCF4
(235,220,244)
#F0E6F7
(240,230,247)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38CDC; }

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

This text font color is #C38CDC.


Background Color

.myBgColor { background-color: #C38CDC; }

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

This div background color is #C38CDC.


Border color

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

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

This div border color is #C38CDC.


Opacity

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

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

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

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

This text has shadow with #C38CDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38CDC on black background.


Color preview on white background

This text has color #C38CDC on white background.



Black color preview on #C38CDC background

This text has black color on #C38CDC background.


White color preview on #C38CDC background

This text has white color on #C38CDC background.