COLOR #C78FCC

HEX: #C78FCC
RGB: (199,143,204)

Color info

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

RGB color model

#C78FCC color RGB value is (199,143,204).

  • red value is 199;
  • green value is 143;
  • blue value is 204.
RGB:
(199,143,204)
(78%,56%,80%)

RGB channels and saturation

R 199 of 255 = 78%
G 143 of 255 = 56%
B 204 of 255 = 80%

199
143
204

R + G + B ~ 71%. #C78FCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 143 + 204 = 546 (100%)
R 199 of 546 ~ 36.45%
G 143 of 546 ~ 26.19%
B 204 of 546 ~ 37.36%

%36.45
%26.19
%37.36

CMYK color model

#C78FCC color CMYK value is (2,30,0,20).

  • cyan value is 2.45%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(2,30,0,20)
C2M30Y0K20 
(2%,30%,0%,20%)
(0.02/0.30/0.00/0.20)	

CMYK percentages

%2.45
%29.9
%0
%20

Codes

Color #C78FCC in popluar color models

C78FCC
RGB199143204
HSL295°37.42%68.04%
HSB/HSV295°29.90%80.00%
CMYK2.45%29.90%0.00%
20.00%

Color #C78FCC in popluar number systems.

HEXC78FCC
Decimal199143204
Binary110001111000111111001100
Octal307217314

Shades and tints

Shades of #C78FCC

#C78FCC
(199,143,204)
#B582BA
(181,130,186)
#A375A8
(163,117,168)
#916896
(145,104,150)
#7F5B84
(127,91,132)
#6D4E72
(109,78,114)
#5B4160
(91,65,96)
#49344E
(73,52,78)
#37273C
(55,39,60)
#251A2A
(37,26,42)
#130D18
(19,13,24)
#000000
(0,0,0)

Tints of #C78FCC

#C78FCC
(199,143,204)
#CC99D0
(204,153,208)
#D1A3D4
(209,163,212)
#D6ADD8
(214,173,216)
#DBB7DC
(219,183,220)
#E0C1E0
(224,193,224)
#E5CBE4
(229,203,228)
#EAD5E8
(234,213,232)
#EFDFEC
(239,223,236)
#F4E9F0
(244,233,240)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78FCC; }

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

This text font color is #C78FCC.


Background Color

.myBgColor { background-color: #C78FCC; }

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

This div background color is #C78FCC.


Border color

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

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

This div border color is #C78FCC.


Opacity

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

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

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

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

This text has shadow with #C78FCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78FCC on black background.


Color preview on white background

This text has color #C78FCC on white background.



Black color preview on #C78FCC background

This text has black color on #C78FCC background.


White color preview on #C78FCC background

This text has white color on #C78FCC background.