COLOR #C78FBC

HEX: #C78FBC RGB: (199,143,188)

Color info

#C78FBC contains red, green and blue colors in about the same proportion. Web safe color of #C78FBC is #CC99CC (or #C9C).

RGB color model

#C78FBC color RGB value is (199,143,188).

RGB: (199,143,188) (78%, 56%, 74%)

RGB channels and saturation

R 199 of 255 = 78%
G 143 of 255 = 56%
B 188 of 255 = 74%

199
143
188

R + G + B ~ 69%. #C78FBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 143 + 188 = 530 (100%)
R 199 of 530 ~ 37.55%
G 143 of 530 ~ 26.98%
B 188 of 530 ~ 35.47'%

%37.55
%26.98
%35.47

CMYK color model

#C78FBC color CMYK value is (0,28,6,22).

  • cyan value is 0.00%
  • magenta value is 28.14%
  • yellow value is 5.53%
  • key color value is 21.96%

CMYK: (0,28,6,22)
C0M28Y6K22 (0%, 28%, 6%, 22%)
(0.00 / 0.28 / 0.06 / 0.22)

CMYK percentages

%0
%28.14
%5.53
%21.96

Codes

Color #C78FBC in popluar color models

C7 8F BC
RGB 199 143 188
HSL 312° 33.33% 67.06%
HSB/HSV 312° 28.14% 78.04%
CMYK 0.00% 28.14% 5.53%
21.96%

Color #C78FBC in popluar number systems.

HEX C7 8F BC
Decimal 199 143 188
Binary 11000111 10001111 10111100
Octal 307 217 274

Shades and tints

Shades of #C78FBC

#C78FBC
(199,143,188)
#B582AB
(181,130,171)
#A3759A
(163,117,154)
#916889
(145,104,137)
#7F5B78
(127,91,120)
#6D4E67
(109,78,103)
#5B4156
(91,65,86)
#493445
(73,52,69)
#372734
(55,39,52)
#251A23
(37,26,35)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #C78FBC

#C78FBC
(199,143,188)
#CC99C2
(204,153,194)
#D1A3C8
(209,163,200)
#D6ADCE
(214,173,206)
#DBB7D4
(219,183,212)
#E0C1DA
(224,193,218)
#E5CBE0
(229,203,224)
#EAD5E6
(234,213,230)
#EFDFEC
(239,223,236)
#F4E9F2
(244,233,242)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78FBC color. Also use rgb(199,143,188) instead hex code.

Text Font Color

.myTextColor { color: #C78FBC; }

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

This text font color is #C78FBC.

Background Color

.myBgColor { background-color: #C78FBC; }

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

This div background color is #C78FBC.

Border color

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

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

This div border color is #C78FBC.

Opacity

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

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

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

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

This text has shadow with #C78FBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78FBC.

Preview

Color preview on black background

This text has color #C78FBC on black background.


Color preview on white background

This text has color #C78FBC on white background.


Black color preview on #C78FBC background

This text has black color on #C78FBC background.


White color preview on #C78FBC background

This text has white color on #C78FBC background.


Related colors

Complementary color

Complementary color for #hex is #387043.


I love getcolorcode.com

Triadic colors

1 #BCC78F and #8FBCC7 with #C78FBC are triadic colors.

2 #BC8FC7 and #8FC7BC with #C78FBC are triadic colors.