COLOR #C385CC

HEX: #C385CC
RGB: (195,133,204)

Color info

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

RGB color model

#C385CC color RGB value is (195,133,204).

  • red value is 195;
  • green value is 133;
  • blue value is 204.
RGB:
(195,133,204)
(76%,52%,80%)

RGB channels and saturation

R 195 of 255 = 76%
G 133 of 255 = 52%
B 204 of 255 = 80%

195
133
204

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

Portions of RGB colors in percentages

R + G + B =
195 + 133 + 204 = 532 (100%)
R 195 of 532 ~ 36.65%
G 133 of 532 ~ 25%
B 204 of 532 ~ 38.35%

%36.65
%25
%38.35

CMYK color model

#C385CC color CMYK value is (4,35,0,20).

  • cyan value is 4.41%
  • magenta value is 34.80%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(4,35,0,20)
C4M35Y0K20 
(4%,35%,0%,20%)
(0.04/0.35/0.00/0.20)	

CMYK percentages

%4.41
%34.8
%0
%20

Codes

Color #C385CC in popluar color models

C385CC
RGB195133204
HSL292°41.04%66.08%
HSB/HSV292°34.80%80.00%
CMYK4.41%34.80%0.00%
20.00%

Color #C385CC in popluar number systems.

HEXC385CC
Decimal195133204
Binary110000111000010111001100
Octal303205314

Shades and tints

Shades of #C385CC

#C385CC
(195,133,204)
#B279BA
(178,121,186)
#A16DA8
(161,109,168)
#906196
(144,97,150)
#7F5584
(127,85,132)
#6E4972
(110,73,114)
#5D3D60
(93,61,96)
#4C314E
(76,49,78)
#3B253C
(59,37,60)
#2A192A
(42,25,42)
#190D18
(25,13,24)
#000000
(0,0,0)

Tints of #C385CC

#C385CC
(195,133,204)
#C890D0
(200,144,208)
#CD9BD4
(205,155,212)
#D2A6D8
(210,166,216)
#D7B1DC
(215,177,220)
#DCBCE0
(220,188,224)
#E1C7E4
(225,199,228)
#E6D2E8
(230,210,232)
#EBDDEC
(235,221,236)
#F0E8F0
(240,232,240)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C385CC; }

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

This text font color is #C385CC.


Background Color

.myBgColor { background-color: #C385CC; }

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

This div background color is #C385CC.


Border color

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

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

This div border color is #C385CC.


Opacity

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

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

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

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

This text has shadow with #C385CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C385CC on black background.


Color preview on white background

This text has color #C385CC on white background.



Black color preview on #C385CC background

This text has black color on #C385CC background.


White color preview on #C385CC background

This text has white color on #C385CC background.