COLOR #C78AC7

HEX: #C78AC7
RGB: (199,138,199)

Color info

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

RGB color model

#C78AC7 color RGB value is (199,138,199).

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

RGB channels and saturation

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

199
138
199

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

Portions of RGB colors in percentages

R + G + B =
199 + 138 + 199 = 536 (100%)
R 199 of 536 ~ 37.13%
G 138 of 536 ~ 25.75%
B 199 of 536 ~ 37.13%

%37.13
%25.75
%37.13

CMYK color model

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

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

CMYK percentages

%0
%30.65
%0
%21.96

Codes

Color #C78AC7 in popluar color models

C78AC7
RGB199138199
HSL300°35.26%66.08%
HSB/HSV300°30.65%78.04%
CMYK0.00%30.65%0.00%
21.96%

Color #C78AC7 in popluar number systems.

HEXC78AC7
Decimal199138199
Binary110001111000101011000111
Octal307212307

Shades and tints

Shades of #C78AC7

#C78AC7
(199,138,199)
#B57EB5
(181,126,181)
#A372A3
(163,114,163)
#916691
(145,102,145)
#7F5A7F
(127,90,127)
#6D4E6D
(109,78,109)
#5B425B
(91,66,91)
#493649
(73,54,73)
#372A37
(55,42,55)
#251E25
(37,30,37)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #C78AC7

#C78AC7
(199,138,199)
#CC94CC
(204,148,204)
#D19ED1
(209,158,209)
#D6A8D6
(214,168,214)
#DBB2DB
(219,178,219)
#E0BCE0
(224,188,224)
#E5C6E5
(229,198,229)
#EAD0EA
(234,208,234)
#EFDAEF
(239,218,239)
#F4E4F4
(244,228,244)
#F9EEF9
(249,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78AC7; }

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

This text font color is #C78AC7.


Background Color

.myBgColor { background-color: #C78AC7; }

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

This div background color is #C78AC7.


Border color

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

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

This div border color is #C78AC7.


Opacity

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

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

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

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

This text has shadow with #C78AC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78AC7 on black background.


Color preview on white background

This text has color #C78AC7 on white background.



Black color preview on #C78AC7 background

This text has black color on #C78AC7 background.


White color preview on #C78AC7 background

This text has white color on #C78AC7 background.