COLOR #C78AC2

HEX: #C78AC2
RGB: (199,138,194)

Color info

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

RGB color model

#C78AC2 color RGB value is (199,138,194).

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

RGB channels and saturation

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

199
138
194

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

Portions of RGB colors in percentages

R + G + B =
199 + 138 + 194 = 531 (100%)
R 199 of 531 ~ 37.48%
G 138 of 531 ~ 25.99%
B 194 of 531 ~ 36.53%

%37.48
%25.99
%36.53

CMYK color model

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

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

CMYK percentages

%0
%30.65
%2.51
%21.96

Codes

Color #C78AC2 in popluar color models

C78AC2
RGB199138194
HSL305°35.26%66.08%
HSB/HSV305°30.65%78.04%
CMYK0.00%30.65%2.51%
21.96%

Color #C78AC2 in popluar number systems.

HEXC78AC2
Decimal199138194
Binary110001111000101011000010
Octal307212302

Shades and tints

Shades of #C78AC2

#C78AC2
(199,138,194)
#B57EB1
(181,126,177)
#A372A0
(163,114,160)
#91668F
(145,102,143)
#7F5A7E
(127,90,126)
#6D4E6D
(109,78,109)
#5B425C
(91,66,92)
#49364B
(73,54,75)
#372A3A
(55,42,58)
#251E29
(37,30,41)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #C78AC2

#C78AC2
(199,138,194)
#CC94C7
(204,148,199)
#D19ECC
(209,158,204)
#D6A8D1
(214,168,209)
#DBB2D6
(219,178,214)
#E0BCDB
(224,188,219)
#E5C6E0
(229,198,224)
#EAD0E5
(234,208,229)
#EFDAEA
(239,218,234)
#F4E4EF
(244,228,239)
#F9EEF4
(249,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78AC2; }

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

This text font color is #C78AC2.


Background Color

.myBgColor { background-color: #C78AC2; }

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

This div background color is #C78AC2.


Border color

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

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

This div border color is #C78AC2.


Opacity

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

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

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

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

This text has shadow with #C78AC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78AC2 on black background.


Color preview on white background

This text has color #C78AC2 on white background.



Black color preview on #C78AC2 background

This text has black color on #C78AC2 background.


White color preview on #C78AC2 background

This text has white color on #C78AC2 background.