COLOR #C78ED1

HEX: #C78ED1
RGB: (199,142,209)

Color info

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

RGB color model

#C78ED1 color RGB value is (199,142,209).

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

RGB channels and saturation

R 199 of 255 = 78%
G 142 of 255 = 56%
B 209 of 255 = 82%

199
142
209

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

Portions of RGB colors in percentages

R + G + B =
199 + 142 + 209 = 550 (100%)
R 199 of 550 ~ 36.18%
G 142 of 550 ~ 25.82%
B 209 of 550 ~ 38%

%36.18
%25.82
%38

CMYK color model

#C78ED1 color CMYK value is (5,32,0,18).

  • cyan value is 4.78%
  • magenta value is 32.06%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(5,32,0,18)
C5M32Y0K18 
(5%,32%,0%,18%)
(0.05/0.32/0.00/0.18)	

CMYK percentages

%4.78
%32.06
%0
%18.04

Codes

Color #C78ED1 in popluar color models

C78ED1
RGB199142209
HSL291°42.14%68.82%
HSB/HSV291°32.06%81.96%
CMYK4.78%32.06%0.00%
18.04%

Color #C78ED1 in popluar number systems.

HEXC78ED1
Decimal199142209
Binary110001111000111011010001
Octal307216321

Shades and tints

Shades of #C78ED1

#C78ED1
(199,142,209)
#B582BE
(181,130,190)
#A376AB
(163,118,171)
#916A98
(145,106,152)
#7F5E85
(127,94,133)
#6D5272
(109,82,114)
#5B465F
(91,70,95)
#493A4C
(73,58,76)
#372E39
(55,46,57)
#252226
(37,34,38)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #C78ED1

#C78ED1
(199,142,209)
#CC98D5
(204,152,213)
#D1A2D9
(209,162,217)
#D6ACDD
(214,172,221)
#DBB6E1
(219,182,225)
#E0C0E5
(224,192,229)
#E5CAE9
(229,202,233)
#EAD4ED
(234,212,237)
#EFDEF1
(239,222,241)
#F4E8F5
(244,232,245)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78ED1; }

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

This text font color is #C78ED1.


Background Color

.myBgColor { background-color: #C78ED1; }

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

This div background color is #C78ED1.


Border color

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

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

This div border color is #C78ED1.


Opacity

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

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

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

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

This text has shadow with #C78ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78ED1 on black background.


Color preview on white background

This text has color #C78ED1 on white background.



Black color preview on #C78ED1 background

This text has black color on #C78ED1 background.


White color preview on #C78ED1 background

This text has white color on #C78ED1 background.