COLOR #C78DEF

HEX: #C78DEF
RGB: (199,141,239)

Color info

#C78DEF contains mainly red and blue colors. Web safe color of #C78DEF is #CC99FF (or #C9F).

RGB color model

#C78DEF color RGB value is (199,141,239).

  • red value is 199;
  • green value is 141;
  • blue value is 239.
RGB:
(199,141,239)
(78%,55%,94%)

RGB channels and saturation

R 199 of 255 = 78%
G 141 of 255 = 55%
B 239 of 255 = 94%

199
141
239

R + G + B ~ 76%. #C78DEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 141 + 239 = 579 (100%)
R 199 of 579 ~ 34.37%
G 141 of 579 ~ 24.35%
B 239 of 579 ~ 41.28%

%34.37
%24.35
%41.28

CMYK color model

#C78DEF color CMYK value is (17,41,0,6).

  • cyan value is 16.74%
  • magenta value is 41.00%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(17,41,0,6)
C17M41Y0K6 
(17%,41%,0%,6%)
(0.17/0.41/0.00/0.06)	

CMYK percentages

%16.74
%41
%0
%6.27

Codes

Color #C78DEF in popluar color models

C78DEF
RGB199141239
HSL276°75.38%74.51%
HSB/HSV276°41.00%93.73%
CMYK16.74%41.00%0.00%
6.27%

Color #C78DEF in popluar number systems.

HEXC78DEF
Decimal199141239
Binary110001111000110111101111
Octal307215357

Shades and tints

Shades of #C78DEF

#C78DEF
(199,141,239)
#B581DA
(181,129,218)
#A375C5
(163,117,197)
#9169B0
(145,105,176)
#7F5D9B
(127,93,155)
#6D5186
(109,81,134)
#5B4571
(91,69,113)
#49395C
(73,57,92)
#372D47
(55,45,71)
#252132
(37,33,50)
#13151D
(19,21,29)
#000000
(0,0,0)

Tints of #C78DEF

#C78DEF
(199,141,239)
#CC97F0
(204,151,240)
#D1A1F1
(209,161,241)
#D6ABF2
(214,171,242)
#DBB5F3
(219,181,243)
#E0BFF4
(224,191,244)
#E5C9F5
(229,201,245)
#EAD3F6
(234,211,246)
#EFDDF7
(239,221,247)
#F4E7F8
(244,231,248)
#F9F1F9
(249,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78DEF color. Also use rgb(199,141,239) instead hex code.

Text Font Color

.myTextColor { color: #C78DEF; }

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

This text font color is #C78DEF.


Background Color

.myBgColor { background-color: #C78DEF; }

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

This div background color is #C78DEF.


Border color

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

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

This div border color is #C78DEF.


Opacity

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

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

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

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

This text has shadow with #C78DEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78DEF on black background.


Color preview on white background

This text has color #C78DEF on white background.



Black color preview on #C78DEF background

This text has black color on #C78DEF background.


White color preview on #C78DEF background

This text has white color on #C78DEF background.