COLOR #C78BD1

HEX: #C78BD1
RGB: (199,139,209)

Color info

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

RGB color model

#C78BD1 color RGB value is (199,139,209).

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

RGB channels and saturation

R 199 of 255 = 78%
G 139 of 255 = 55%
B 209 of 255 = 82%

199
139
209

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

Portions of RGB colors in percentages

R + G + B =
199 + 139 + 209 = 547 (100%)
R 199 of 547 ~ 36.38%
G 139 of 547 ~ 25.41%
B 209 of 547 ~ 38.21%

%36.38
%25.41
%38.21

CMYK color model

#C78BD1 color CMYK value is (5,33,0,18).

  • cyan value is 4.78%
  • magenta value is 33.49%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(5,33,0,18)
C5M33Y0K18 
(5%,33%,0%,18%)
(0.05/0.33/0.00/0.18)	

CMYK percentages

%4.78
%33.49
%0
%18.04

Codes

Color #C78BD1 in popluar color models

C78BD1
RGB199139209
HSL291°43.21%68.24%
HSB/HSV291°33.49%81.96%
CMYK4.78%33.49%0.00%
18.04%

Color #C78BD1 in popluar number systems.

HEXC78BD1
Decimal199139209
Binary110001111000101111010001
Octal307213321

Shades and tints

Shades of #C78BD1

#C78BD1
(199,139,209)
#B57FBE
(181,127,190)
#A373AB
(163,115,171)
#916798
(145,103,152)
#7F5B85
(127,91,133)
#6D4F72
(109,79,114)
#5B435F
(91,67,95)
#49374C
(73,55,76)
#372B39
(55,43,57)
#251F26
(37,31,38)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #C78BD1

#C78BD1
(199,139,209)
#CC95D5
(204,149,213)
#D19FD9
(209,159,217)
#D6A9DD
(214,169,221)
#DBB3E1
(219,179,225)
#E0BDE5
(224,189,229)
#E5C7E9
(229,199,233)
#EAD1ED
(234,209,237)
#EFDBF1
(239,219,241)
#F4E5F5
(244,229,245)
#F9EFF9
(249,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78BD1; }

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

This text font color is #C78BD1.


Background Color

.myBgColor { background-color: #C78BD1; }

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

This div background color is #C78BD1.


Border color

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

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

This div border color is #C78BD1.


Opacity

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

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

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

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

This text has shadow with #C78BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78BD1 on black background.


Color preview on white background

This text has color #C78BD1 on white background.



Black color preview on #C78BD1 background

This text has black color on #C78BD1 background.


White color preview on #C78BD1 background

This text has white color on #C78BD1 background.