COLOR #C78ED2

HEX: #C78ED2
RGB: (199,142,210)

Color info

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

RGB color model

#C78ED2 color RGB value is (199,142,210).

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

RGB channels and saturation

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

199
142
210

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

Portions of RGB colors in percentages

R + G + B =
199 + 142 + 210 = 551 (100%)
R 199 of 551 ~ 36.12%
G 142 of 551 ~ 25.77%
B 210 of 551 ~ 38.11%

%36.12
%25.77
%38.11

CMYK color model

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

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

CMYK percentages

%5.24
%32.38
%0
%17.65

Codes

Color #C78ED2 in popluar color models

C78ED2
RGB199142210
HSL290°43.04%69.02%
HSB/HSV290°32.38%82.35%
CMYK5.24%32.38%0.00%
17.65%

Color #C78ED2 in popluar number systems.

HEXC78ED2
Decimal199142210
Binary110001111000111011010010
Octal307216322

Shades and tints

Shades of #C78ED2

#C78ED2
(199,142,210)
#B582BF
(181,130,191)
#A376AC
(163,118,172)
#916A99
(145,106,153)
#7F5E86
(127,94,134)
#6D5273
(109,82,115)
#5B4660
(91,70,96)
#493A4D
(73,58,77)
#372E3A
(55,46,58)
#252227
(37,34,39)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #C78ED2

#C78ED2
(199,142,210)
#CC98D6
(204,152,214)
#D1A2DA
(209,162,218)
#D6ACDE
(214,172,222)
#DBB6E2
(219,182,226)
#E0C0E6
(224,192,230)
#E5CAEA
(229,202,234)
#EAD4EE
(234,212,238)
#EFDEF2
(239,222,242)
#F4E8F6
(244,232,246)
#F9F2FA
(249,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78ED2; }

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

This text font color is #C78ED2.


Background Color

.myBgColor { background-color: #C78ED2; }

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

This div background color is #C78ED2.


Border color

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

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

This div border color is #C78ED2.


Opacity

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

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

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

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

This text has shadow with #C78ED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78ED2 on black background.


Color preview on white background

This text has color #C78ED2 on white background.



Black color preview on #C78ED2 background

This text has black color on #C78ED2 background.


White color preview on #C78ED2 background

This text has white color on #C78ED2 background.