COLOR #C494CE

HEX: #C494CE RGB: (196,148,206)

Color info

#C494CE contains red, green and blue colors in about the same proportion. Web safe color of #C494CE is #CC99CC (or #C9C).

RGB color model

#C494CE color RGB value is (196,148,206).

RGB: (196,148,206) (77%, 58%, 81%)

RGB channels and saturation

R 196 of 255 = 77%
G 148 of 255 = 58%
B 206 of 255 = 81%

196
148
206

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

Portions of RGB colors in percentages

R + G + B = 196 + 148 + 206 = 550 (100%)
R 196 of 550 ~ 35.64%
G 148 of 550 ~ 26.91%
B 206 of 550 ~ 37.45'%

%35.64
%26.91
%37.45

CMYK color model

#C494CE color CMYK value is (5,28,0,19).

  • cyan value is 4.85%
  • magenta value is 28.16%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (5,28,0,19) C5M28Y0K19 (5%,28%,0%,19%) (0.05/0.28/0.00/0.19) 

CMYK percentages

%4.85
%28.16
%0
%19.22

Codes

Color #C494CE in popluar color models

C4 94 CE
RGB 196 148 206
HSL 290° 37.18% 69.41%
HSB/HSV 290° 28.16% 80.78%
CMYK 4.85% 28.16% 0.00%
19.22%

Color #C494CE in popluar number systems.

HEX C4 94 CE
Decimal 196 148 206
Binary 11000100 10010100 11001110
Octal 304 224 316

Shades and tints

Shades of #C494CE

#C494CE
(196,148,206)
#B387BC
(179,135,188)
#A27AAA
(162,122,170)
#916D98
(145,109,152)
#806086
(128,96,134)
#6F5374
(111,83,116)
#5E4662
(94,70,98)
#4D3950
(77,57,80)
#3C2C3E
(60,44,62)
#2B1F2C
(43,31,44)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #C494CE

#C494CE
(196,148,206)
#C99DD2
(201,157,210)
#CEA6D6
(206,166,214)
#D3AFDA
(211,175,218)
#D8B8DE
(216,184,222)
#DDC1E2
(221,193,226)
#E2CAE6
(226,202,230)
#E7D3EA
(231,211,234)
#ECDCEE
(236,220,238)
#F1E5F2
(241,229,242)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C494CE color. Also use rgb(196,148,206) instead hex code.

Text Font Color

.myTextColor { color: #C494CE; }

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

This text font color is #C494CE.

Background Color

.myBgColor { background-color: #C494CE; }

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

This div background color is #C494CE.

Border color

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

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

This div border color is #C494CE.

Opacity

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

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

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

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

This text has shadow with #C494CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C494CE.

Preview

Color preview on black background

This text has color #C494CE on black background.


Color preview on white background

This text has color #C494CE on white background.


Black color preview on #C494CE background

This text has black color on #C494CE background.


White color preview on #C494CE background

This text has white color on #C494CE background.


Related colors

Complementary color

Complementary color for #hex is #3B6B31.


I love getcolorcode.com

Triadic colors

1 #CEC494 and #94CEC4 with #C494CE are triadic colors.

2 #CE94C4 and #94C4CE with #C494CE are triadic colors.