COLOR #C78DB3

HEX: #C78DB3 RGB: (199,141,179)

Color info

#C78DB3 contains red, green and blue colors in about the same proportion. Web safe color of #C78DB3 is #CC9999 (or #C99).

RGB color model

#C78DB3 color RGB value is (199,141,179).

RGB: (199,141,179) (78%, 55%, 70%)

RGB channels and saturation

R 199 of 255 = 78%
G 141 of 255 = 55%
B 179 of 255 = 70%

199
141
179

R + G + B ~ 68%. #C78DB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 141 + 179 = 519 (100%)
R 199 of 519 ~ 38.34%
G 141 of 519 ~ 27.17%
B 179 of 519 ~ 34.49'%

%38.34
%27.17
%34.49

CMYK color model

#C78DB3 color CMYK value is (0,29,10,22).

  • cyan value is 0.00%
  • magenta value is 29.15%
  • yellow value is 10.05%
  • key color value is 21.96%

CMYK: (0,29,10,22)
C0M29Y10K22 (0%, 29%, 10%, 22%)
(0.00 / 0.29 / 0.10 / 0.22)

CMYK percentages

%0
%29.15
%10.05
%21.96

Codes

Color #C78DB3 in popluar color models

C7 8D B3
RGB 199 141 179
HSL 321° 34.12% 66.67%
HSB/HSV 321° 29.15% 78.04%
CMYK 0.00% 29.15% 10.05%
21.96%

Color #C78DB3 in popluar number systems.

HEX C7 8D B3
Decimal 199 141 179
Binary 11000111 10001101 10110011
Octal 307 215 263

Shades and tints

Shades of #C78DB3

#C78DB3
(199,141,179)
#B581A3
(181,129,163)
#A37593
(163,117,147)
#916983
(145,105,131)
#7F5D73
(127,93,115)
#6D5163
(109,81,99)
#5B4553
(91,69,83)
#493943
(73,57,67)
#372D33
(55,45,51)
#252123
(37,33,35)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #C78DB3

#C78DB3
(199,141,179)
#CC97B9
(204,151,185)
#D1A1BF
(209,161,191)
#D6ABC5
(214,171,197)
#DBB5CB
(219,181,203)
#E0BFD1
(224,191,209)
#E5C9D7
(229,201,215)
#EAD3DD
(234,211,221)
#EFDDE3
(239,221,227)
#F4E7E9
(244,231,233)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78DB3 color. Also use rgb(199,141,179) instead hex code.

Text Font Color

.myTextColor { color: #C78DB3; }

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

This text font color is #C78DB3.

Background Color

.myBgColor { background-color: #C78DB3; }

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

This div background color is #C78DB3.

Border color

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

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

This div border color is #C78DB3.

Opacity

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

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

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

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

This text has shadow with #C78DB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78DB3.

Preview

Color preview on black background

This text has color #C78DB3 on black background.


Color preview on white background

This text has color #C78DB3 on white background.


Black color preview on #C78DB3 background

This text has black color on #C78DB3 background.


White color preview on #C78DB3 background

This text has white color on #C78DB3 background.


Related colors

Complementary color

Complementary color for #hex is #38724C.


I love getcolorcode.com

Triadic colors

1 #B3C78D and #8DB3C7 with #C78DB3 are triadic colors.

2 #B38DC7 and #8DC7B3 with #C78DB3 are triadic colors.