COLOR #C78ECD

HEX: #C78ECD
RGB: (199,142,205)

Color info

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

RGB color model

#C78ECD color RGB value is (199,142,205).

  • red value is 199;
  • green value is 142;
  • blue value is 205.
RGB:
(199,142,205)
(78%,56%,80%)

RGB channels and saturation

R 199 of 255 = 78%
G 142 of 255 = 56%
B 205 of 255 = 80%

199
142
205

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

Portions of RGB colors in percentages

R + G + B =
199 + 142 + 205 = 546 (100%)
R 199 of 546 ~ 36.45%
G 142 of 546 ~ 26.01%
B 205 of 546 ~ 37.55%

%36.45
%26.01
%37.55

CMYK color model

#C78ECD color CMYK value is (3,31,0,20).

  • cyan value is 2.93%
  • magenta value is 30.73%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(3,31,0,20)
C3M31Y0K20 
(3%,31%,0%,20%)
(0.03/0.31/0.00/0.20)	

CMYK percentages

%2.93
%30.73
%0
%19.61

Codes

Color #C78ECD in popluar color models

C78ECD
RGB199142205
HSL294°38.65%68.04%
HSB/HSV294°30.73%80.39%
CMYK2.93%30.73%0.00%
19.61%

Color #C78ECD in popluar number systems.

HEXC78ECD
Decimal199142205
Binary110001111000111011001101
Octal307216315

Shades and tints

Shades of #C78ECD

#C78ECD
(199,142,205)
#B582BB
(181,130,187)
#A376A9
(163,118,169)
#916A97
(145,106,151)
#7F5E85
(127,94,133)
#6D5273
(109,82,115)
#5B4661
(91,70,97)
#493A4F
(73,58,79)
#372E3D
(55,46,61)
#25222B
(37,34,43)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #C78ECD

#C78ECD
(199,142,205)
#CC98D1
(204,152,209)
#D1A2D5
(209,162,213)
#D6ACD9
(214,172,217)
#DBB6DD
(219,182,221)
#E0C0E1
(224,192,225)
#E5CAE5
(229,202,229)
#EAD4E9
(234,212,233)
#EFDEED
(239,222,237)
#F4E8F1
(244,232,241)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78ECD color. Also use rgb(199,142,205) instead hex code.

Text Font Color

.myTextColor { color: #C78ECD; }

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

This text font color is #C78ECD.


Background Color

.myBgColor { background-color: #C78ECD; }

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

This div background color is #C78ECD.


Border color

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

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

This div border color is #C78ECD.


Opacity

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

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

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

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

This text has shadow with #C78ECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78ECD on black background.


Color preview on white background

This text has color #C78ECD on white background.



Black color preview on #C78ECD background

This text has black color on #C78ECD background.


White color preview on #C78ECD background

This text has white color on #C78ECD background.