COLOR #C494E0

HEX: #C494E0
RGB: (196,148,224)

Color info

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

RGB color model

#C494E0 color RGB value is (196,148,224).

  • red value is 196;
  • green value is 148;
  • blue value is 224.
RGB:
(196,148,224)
(77%,58%,88%)

RGB channels and saturation

R 196 of 255 = 77%
G 148 of 255 = 58%
B 224 of 255 = 88%

196
148
224

R + G + B ~ 74%. #C494E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 148 + 224 = 568 (100%)
R 196 of 568 ~ 34.51%
G 148 of 568 ~ 26.06%
B 224 of 568 ~ 39.44%

%34.51
%26.06
%39.44

CMYK color model

#C494E0 color CMYK value is (13,34,0,12).

  • cyan value is 12.50%
  • magenta value is 33.93%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(13,34,0,12)
C13M34Y0K12 
(13%,34%,0%,12%)
(0.13/0.34/0.00/0.12)	

CMYK percentages

%12.5
%33.93
%0
%12.16

Codes

Color #C494E0 in popluar color models

C494E0
RGB196148224
HSL278°55.07%72.94%
HSB/HSV278°33.93%87.84%
CMYK12.50%33.93%0.00%
12.16%

Color #C494E0 in popluar number systems.

HEXC494E0
Decimal196148224
Binary110001001001010011100000
Octal304224340

Shades and tints

Shades of #C494E0

#C494E0
(196,148,224)
#B387CC
(179,135,204)
#A27AB8
(162,122,184)
#916DA4
(145,109,164)
#806090
(128,96,144)
#6F537C
(111,83,124)
#5E4668
(94,70,104)
#4D3954
(77,57,84)
#3C2C40
(60,44,64)
#2B1F2C
(43,31,44)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #C494E0

#C494E0
(196,148,224)
#C99DE2
(201,157,226)
#CEA6E4
(206,166,228)
#D3AFE6
(211,175,230)
#D8B8E8
(216,184,232)
#DDC1EA
(221,193,234)
#E2CAEC
(226,202,236)
#E7D3EE
(231,211,238)
#ECDCF0
(236,220,240)
#F1E5F2
(241,229,242)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C494E0; }

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

This text font color is #C494E0.


Background Color

.myBgColor { background-color: #C494E0; }

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

This div background color is #C494E0.


Border color

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

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

This div border color is #C494E0.


Opacity

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

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

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

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

This text has shadow with #C494E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C494E0 on black background.


Color preview on white background

This text has color #C494E0 on white background.



Black color preview on #C494E0 background

This text has black color on #C494E0 background.


White color preview on #C494E0 background

This text has white color on #C494E0 background.