COLOR #C78AC8

HEX: #C78AC8
RGB: (199,138,200)

Color info

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

RGB color model

#C78AC8 color RGB value is (199,138,200).

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

RGB channels and saturation

R 199 of 255 = 78%
G 138 of 255 = 54%
B 200 of 255 = 78%

199
138
200

R + G + B ~ 70%. #C78AC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 138 + 200 = 537 (100%)
R 199 of 537 ~ 37.06%
G 138 of 537 ~ 25.7%
B 200 of 537 ~ 37.24%

%37.06
%25.7
%37.24

CMYK color model

#C78AC8 color CMYK value is (0,31,0,22).

  • cyan value is 0.50%
  • magenta value is 31.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(0,31,0,22)
C0M31Y0K22 
(0%,31%,0%,22%)
(0.00/0.31/0.00/0.22)	

CMYK percentages

%0.5
%31
%0
%21.57

Codes

Color #C78AC8 in popluar color models

C78AC8
RGB199138200
HSL299°36.05%66.27%
HSB/HSV299°31.00%78.43%
CMYK0.50%31.00%0.00%
21.57%

Color #C78AC8 in popluar number systems.

HEXC78AC8
Decimal199138200
Binary110001111000101011001000
Octal307212310

Shades and tints

Shades of #C78AC8

#C78AC8
(199,138,200)
#B57EB6
(181,126,182)
#A372A4
(163,114,164)
#916692
(145,102,146)
#7F5A80
(127,90,128)
#6D4E6E
(109,78,110)
#5B425C
(91,66,92)
#49364A
(73,54,74)
#372A38
(55,42,56)
#251E26
(37,30,38)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #C78AC8

#C78AC8
(199,138,200)
#CC94CD
(204,148,205)
#D19ED2
(209,158,210)
#D6A8D7
(214,168,215)
#DBB2DC
(219,178,220)
#E0BCE1
(224,188,225)
#E5C6E6
(229,198,230)
#EAD0EB
(234,208,235)
#EFDAF0
(239,218,240)
#F4E4F5
(244,228,245)
#F9EEFA
(249,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78AC8; }

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

This text font color is #C78AC8.


Background Color

.myBgColor { background-color: #C78AC8; }

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

This div background color is #C78AC8.


Border color

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

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

This div border color is #C78AC8.


Opacity

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

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

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

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

This text has shadow with #C78AC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78AC8 on black background.


Color preview on white background

This text has color #C78AC8 on white background.



Black color preview on #C78AC8 background

This text has black color on #C78AC8 background.


White color preview on #C78AC8 background

This text has white color on #C78AC8 background.