COLOR #C78EE5

HEX: #C78EE5
RGB: (199,142,229)

Color info

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

RGB color model

#C78EE5 color RGB value is (199,142,229).

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

RGB channels and saturation

R 199 of 255 = 78%
G 142 of 255 = 56%
B 229 of 255 = 90%

199
142
229

R + G + B ~ 75%. #C78EE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 142 + 229 = 570 (100%)
R 199 of 570 ~ 34.91%
G 142 of 570 ~ 24.91%
B 229 of 570 ~ 40.18%

%34.91
%24.91
%40.18

CMYK color model

#C78EE5 color CMYK value is (13,38,0,10).

  • cyan value is 13.10%
  • magenta value is 37.99%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(13,38,0,10)
C13M38Y0K10 
(13%,38%,0%,10%)
(0.13/0.38/0.00/0.10)	

CMYK percentages

%13.1
%37.99
%0
%10.2

Codes

Color #C78EE5 in popluar color models

C78EE5
RGB199142229
HSL279°62.59%72.75%
HSB/HSV279°37.99%89.80%
CMYK13.10%37.99%0.00%
10.20%

Color #C78EE5 in popluar number systems.

HEXC78EE5
Decimal199142229
Binary110001111000111011100101
Octal307216345

Shades and tints

Shades of #C78EE5

#C78EE5
(199,142,229)
#B582D1
(181,130,209)
#A376BD
(163,118,189)
#916AA9
(145,106,169)
#7F5E95
(127,94,149)
#6D5281
(109,82,129)
#5B466D
(91,70,109)
#493A59
(73,58,89)
#372E45
(55,46,69)
#252231
(37,34,49)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #C78EE5

#C78EE5
(199,142,229)
#CC98E7
(204,152,231)
#D1A2E9
(209,162,233)
#D6ACEB
(214,172,235)
#DBB6ED
(219,182,237)
#E0C0EF
(224,192,239)
#E5CAF1
(229,202,241)
#EAD4F3
(234,212,243)
#EFDEF5
(239,222,245)
#F4E8F7
(244,232,247)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78EE5; }

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

This text font color is #C78EE5.


Background Color

.myBgColor { background-color: #C78EE5; }

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

This div background color is #C78EE5.


Border color

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

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

This div border color is #C78EE5.


Opacity

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

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

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

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

This text has shadow with #C78EE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78EE5 on black background.


Color preview on white background

This text has color #C78EE5 on white background.



Black color preview on #C78EE5 background

This text has black color on #C78EE5 background.


White color preview on #C78EE5 background

This text has white color on #C78EE5 background.