COLOR #C78AF3

HEX: #C78AF3
RGB: (199,138,243)

Color info

#C78AF3 contains mainly red and blue colors. Web safe color of #C78AF3 is #CC99FF (or #C9F).

RGB color model

#C78AF3 color RGB value is (199,138,243).

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

RGB channels and saturation

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

199
138
243

R + G + B ~ 76%. #C78AF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 138 + 243 = 580 (100%)
R 199 of 580 ~ 34.31%
G 138 of 580 ~ 23.79%
B 243 of 580 ~ 41.9%

%34.31
%23.79
%41.9

CMYK color model

#C78AF3 color CMYK value is (18,43,0,5).

  • cyan value is 18.11%
  • magenta value is 43.21%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(18,43,0,5)
C18M43Y0K5 
(18%,43%,0%,5%)
(0.18/0.43/0.00/0.05)	

CMYK percentages

%18.11
%43.21
%0
%4.71

Codes

Color #C78AF3 in popluar color models

C78AF3
RGB199138243
HSL275°81.40%74.71%
HSB/HSV275°43.21%95.29%
CMYK18.11%43.21%0.00%
4.71%

Color #C78AF3 in popluar number systems.

HEXC78AF3
Decimal199138243
Binary110001111000101011110011
Octal307212363

Shades and tints

Shades of #C78AF3

#C78AF3
(199,138,243)
#B57EDD
(181,126,221)
#A372C7
(163,114,199)
#9166B1
(145,102,177)
#7F5A9B
(127,90,155)
#6D4E85
(109,78,133)
#5B426F
(91,66,111)
#493659
(73,54,89)
#372A43
(55,42,67)
#251E2D
(37,30,45)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #C78AF3

#C78AF3
(199,138,243)
#CC94F4
(204,148,244)
#D19EF5
(209,158,245)
#D6A8F6
(214,168,246)
#DBB2F7
(219,178,247)
#E0BCF8
(224,188,248)
#E5C6F9
(229,198,249)
#EAD0FA
(234,208,250)
#EFDAFB
(239,218,251)
#F4E4FC
(244,228,252)
#F9EEFD
(249,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78AF3; }

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

This text font color is #C78AF3.


Background Color

.myBgColor { background-color: #C78AF3; }

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

This div background color is #C78AF3.


Border color

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

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

This div border color is #C78AF3.


Opacity

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

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

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

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

This text has shadow with #C78AF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78AF3 on black background.


Color preview on white background

This text has color #C78AF3 on white background.



Black color preview on #C78AF3 background

This text has black color on #C78AF3 background.


White color preview on #C78AF3 background

This text has white color on #C78AF3 background.