COLOR #C78FBD

HEX: #C78FBD RGB: (199,143,189)

Color info

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

RGB color model

#C78FBD color RGB value is (199,143,189).

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

RGB channels and saturation

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

199
143
189

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

Portions of RGB colors in percentages

R + G + B = 199 + 143 + 189 = 531 (100%)
R 199 of 531 ~ 37.48%
G 143 of 531 ~ 26.93%
B 189 of 531 ~ 35.59'%

%37.48
%26.93
%35.59

CMYK color model

#C78FBD color CMYK value is (0,28,5,22).

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

CMYK: (0,28,5,22)
C0M28Y5K22 (0%, 28%, 5%, 22%)
(0.00 / 0.28 / 0.05 / 0.22)

CMYK percentages

%0
%28.14
%5.03
%21.96

Codes

Color #C78FBD in popluar color models

C7 8F BD
RGB 199 143 189
HSL 311° 33.33% 67.06%
HSB/HSV 311° 28.14% 78.04%
CMYK 0.00% 28.14% 5.03%
21.96%

Color #C78FBD in popluar number systems.

HEX C7 8F BD
Decimal 199 143 189
Binary 11000111 10001111 10111101
Octal 307 217 275

Shades and tints

Shades of #C78FBD

#C78FBD
(199,143,189)
#B582AC
(181,130,172)
#A3759B
(163,117,155)
#91688A
(145,104,138)
#7F5B79
(127,91,121)
#6D4E68
(109,78,104)
#5B4157
(91,65,87)
#493446
(73,52,70)
#372735
(55,39,53)
#251A24
(37,26,36)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #C78FBD

#C78FBD
(199,143,189)
#CC99C3
(204,153,195)
#D1A3C9
(209,163,201)
#D6ADCF
(214,173,207)
#DBB7D5
(219,183,213)
#E0C1DB
(224,193,219)
#E5CBE1
(229,203,225)
#EAD5E7
(234,213,231)
#EFDFED
(239,223,237)
#F4E9F3
(244,233,243)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78FBD; }

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

This text font color is #C78FBD.

Background Color

.myBgColor { background-color: #C78FBD; }

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

This div background color is #C78FBD.

Border color

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

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

This div border color is #C78FBD.

Opacity

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

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

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

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

This text has shadow with #C78FBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78FBD.

Preview

Color preview on black background

This text has color #C78FBD on black background.


Color preview on white background

This text has color #C78FBD on white background.


Black color preview on #C78FBD background

This text has black color on #C78FBD background.


White color preview on #C78FBD background

This text has white color on #C78FBD background.


Related colors

Complementary color

Complementary color for #hex is #387042.


I love getcolorcode.com

Triadic colors

1 #BDC78F and #8FBDC7 with #C78FBD are triadic colors.

2 #BD8FC7 and #8FC7BD with #C78FBD are triadic colors.