COLOR #C47AE9

HEX: #C47AE9
RGB: (196,122,233)

Color info

#C47AE9 contains mainly red and blue colors. Web safe color of #C47AE9 is #CC66FF (or #C6F).

RGB color model

#C47AE9 color RGB value is (196,122,233).

  • red value is 196;
  • green value is 122;
  • blue value is 233.
RGB:
(196,122,233)
(77%,48%,91%)

RGB channels and saturation

R 196 of 255 = 77%
G 122 of 255 = 48%
B 233 of 255 = 91%

196
122
233

R + G + B ~ 72%. #C47AE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 122 + 233 = 551 (100%)
R 196 of 551 ~ 35.57%
G 122 of 551 ~ 22.14%
B 233 of 551 ~ 42.29%

%35.57
%22.14
%42.29

CMYK color model

#C47AE9 color CMYK value is (16,48,0,9).

  • cyan value is 15.88%
  • magenta value is 47.64%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(16,48,0,9)
C16M48Y0K9 
(16%,48%,0%,9%)
(0.16/0.48/0.00/0.09)	

CMYK percentages

%15.88
%47.64
%0
%8.63

Codes

Color #C47AE9 in popluar color models

C47AE9
RGB196122233
HSL280°71.61%69.61%
HSB/HSV280°47.64%91.37%
CMYK15.88%47.64%0.00%
8.63%

Color #C47AE9 in popluar number systems.

HEXC47AE9
Decimal196122233
Binary11000100111101011101001
Octal304172351

Shades and tints

Shades of #C47AE9

#C47AE9
(196,122,233)
#B36FD4
(179,111,212)
#A264BF
(162,100,191)
#9159AA
(145,89,170)
#804E95
(128,78,149)
#6F4380
(111,67,128)
#5E386B
(94,56,107)
#4D2D56
(77,45,86)
#3C2241
(60,34,65)
#2B172C
(43,23,44)
#1A0C17
(26,12,23)
#000000
(0,0,0)

Tints of #C47AE9

#C47AE9
(196,122,233)
#C986EB
(201,134,235)
#CE92ED
(206,146,237)
#D39EEF
(211,158,239)
#D8AAF1
(216,170,241)
#DDB6F3
(221,182,243)
#E2C2F5
(226,194,245)
#E7CEF7
(231,206,247)
#ECDAF9
(236,218,249)
#F1E6FB
(241,230,251)
#F6F2FD
(246,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47AE9 color. Also use rgb(196,122,233) instead hex code.

Text Font Color

.myTextColor { color: #C47AE9; }

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

This text font color is #C47AE9.


Background Color

.myBgColor { background-color: #C47AE9; }

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

This div background color is #C47AE9.


Border color

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

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

This div border color is #C47AE9.


Opacity

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

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

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

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

This text has shadow with #C47AE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47AE9 on black background.


Color preview on white background

This text has color #C47AE9 on white background.



Black color preview on #C47AE9 background

This text has black color on #C47AE9 background.


White color preview on #C47AE9 background

This text has white color on #C47AE9 background.