COLOR #C78AD6

HEX: #C78AD6
RGB: (199,138,214)

Color info

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

RGB color model

#C78AD6 color RGB value is (199,138,214).

  • red value is 199;
  • green value is 138;
  • blue value is 214.
RGB:
(199,138,214)
(78%,54%,84%)

RGB channels and saturation

R 199 of 255 = 78%
G 138 of 255 = 54%
B 214 of 255 = 84%

199
138
214

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

Portions of RGB colors in percentages

R + G + B =
199 + 138 + 214 = 551 (100%)
R 199 of 551 ~ 36.12%
G 138 of 551 ~ 25.05%
B 214 of 551 ~ 38.84%

%36.12
%25.05
%38.84

CMYK color model

#C78AD6 color CMYK value is (7,36,0,16).

  • cyan value is 7.01%
  • magenta value is 35.51%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(7,36,0,16)
C7M36Y0K16 
(7%,36%,0%,16%)
(0.07/0.36/0.00/0.16)	

CMYK percentages

%7.01
%35.51
%0
%16.08

Codes

Color #C78AD6 in popluar color models

C78AD6
RGB199138214
HSL288°48.10%69.02%
HSB/HSV288°35.51%83.92%
CMYK7.01%35.51%0.00%
16.08%

Color #C78AD6 in popluar number systems.

HEXC78AD6
Decimal199138214
Binary110001111000101011010110
Octal307212326

Shades and tints

Shades of #C78AD6

#C78AD6
(199,138,214)
#B57EC3
(181,126,195)
#A372B0
(163,114,176)
#91669D
(145,102,157)
#7F5A8A
(127,90,138)
#6D4E77
(109,78,119)
#5B4264
(91,66,100)
#493651
(73,54,81)
#372A3E
(55,42,62)
#251E2B
(37,30,43)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #C78AD6

#C78AD6
(199,138,214)
#CC94D9
(204,148,217)
#D19EDC
(209,158,220)
#D6A8DF
(214,168,223)
#DBB2E2
(219,178,226)
#E0BCE5
(224,188,229)
#E5C6E8
(229,198,232)
#EAD0EB
(234,208,235)
#EFDAEE
(239,218,238)
#F4E4F1
(244,228,241)
#F9EEF4
(249,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78AD6 color. Also use rgb(199,138,214) instead hex code.

Text Font Color

.myTextColor { color: #C78AD6; }

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

This text font color is #C78AD6.


Background Color

.myBgColor { background-color: #C78AD6; }

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

This div background color is #C78AD6.


Border color

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

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

This div border color is #C78AD6.


Opacity

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

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

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

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

This text has shadow with #C78AD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78AD6 on black background.


Color preview on white background

This text has color #C78AD6 on white background.



Black color preview on #C78AD6 background

This text has black color on #C78AD6 background.


White color preview on #C78AD6 background

This text has white color on #C78AD6 background.