COLOR #C78AD3

HEX: #C78AD3
RGB: (199,138,211)

Color info

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

RGB color model

#C78AD3 color RGB value is (199,138,211).

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

RGB channels and saturation

R 199 of 255 = 78%
G 138 of 255 = 54%
B 211 of 255 = 83%

199
138
211

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

Portions of RGB colors in percentages

R + G + B =
199 + 138 + 211 = 548 (100%)
R 199 of 548 ~ 36.31%
G 138 of 548 ~ 25.18%
B 211 of 548 ~ 38.5%

%36.31
%25.18
%38.5

CMYK color model

#C78AD3 color CMYK value is (6,35,0,17).

  • cyan value is 5.69%
  • magenta value is 34.60%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(6,35,0,17)
C6M35Y0K17 
(6%,35%,0%,17%)
(0.06/0.35/0.00/0.17)	

CMYK percentages

%5.69
%34.6
%0
%17.25

Codes

Color #C78AD3 in popluar color models

C78AD3
RGB199138211
HSL290°45.34%68.43%
HSB/HSV290°34.60%82.75%
CMYK5.69%34.60%0.00%
17.25%

Color #C78AD3 in popluar number systems.

HEXC78AD3
Decimal199138211
Binary110001111000101011010011
Octal307212323

Shades and tints

Shades of #C78AD3

#C78AD3
(199,138,211)
#B57EC0
(181,126,192)
#A372AD
(163,114,173)
#91669A
(145,102,154)
#7F5A87
(127,90,135)
#6D4E74
(109,78,116)
#5B4261
(91,66,97)
#49364E
(73,54,78)
#372A3B
(55,42,59)
#251E28
(37,30,40)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #C78AD3

#C78AD3
(199,138,211)
#CC94D7
(204,148,215)
#D19EDB
(209,158,219)
#D6A8DF
(214,168,223)
#DBB2E3
(219,178,227)
#E0BCE7
(224,188,231)
#E5C6EB
(229,198,235)
#EAD0EF
(234,208,239)
#EFDAF3
(239,218,243)
#F4E4F7
(244,228,247)
#F9EEFB
(249,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78AD3; }

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

This text font color is #C78AD3.


Background Color

.myBgColor { background-color: #C78AD3; }

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

This div background color is #C78AD3.


Border color

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

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

This div border color is #C78AD3.


Opacity

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

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

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

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

This text has shadow with #C78AD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78AD3 on black background.


Color preview on white background

This text has color #C78AD3 on white background.



Black color preview on #C78AD3 background

This text has black color on #C78AD3 background.


White color preview on #C78AD3 background

This text has white color on #C78AD3 background.