COLOR #C490E2

HEX: #C490E2
RGB: (196,144,226)

Color info

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

RGB color model

#C490E2 color RGB value is (196,144,226).

  • red value is 196;
  • green value is 144;
  • blue value is 226.
RGB:
(196,144,226)
(77%,56%,89%)

RGB channels and saturation

R 196 of 255 = 77%
G 144 of 255 = 56%
B 226 of 255 = 89%

196
144
226

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

Portions of RGB colors in percentages

R + G + B =
196 + 144 + 226 = 566 (100%)
R 196 of 566 ~ 34.63%
G 144 of 566 ~ 25.44%
B 226 of 566 ~ 39.93%

%34.63
%25.44
%39.93

CMYK color model

#C490E2 color CMYK value is (13,36,0,11).

  • cyan value is 13.27%
  • magenta value is 36.28%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(13,36,0,11)
C13M36Y0K11 
(13%,36%,0%,11%)
(0.13/0.36/0.00/0.11)	

CMYK percentages

%13.27
%36.28
%0
%11.37

Codes

Color #C490E2 in popluar color models

C490E2
RGB196144226
HSL278°58.57%72.55%
HSB/HSV278°36.28%88.63%
CMYK13.27%36.28%0.00%
11.37%

Color #C490E2 in popluar number systems.

HEXC490E2
Decimal196144226
Binary110001001001000011100010
Octal304220342

Shades and tints

Shades of #C490E2

#C490E2
(196,144,226)
#B383CE
(179,131,206)
#A276BA
(162,118,186)
#9169A6
(145,105,166)
#805C92
(128,92,146)
#6F4F7E
(111,79,126)
#5E426A
(94,66,106)
#4D3556
(77,53,86)
#3C2842
(60,40,66)
#2B1B2E
(43,27,46)
#1A0E1A
(26,14,26)
#000000
(0,0,0)

Tints of #C490E2

#C490E2
(196,144,226)
#C99AE4
(201,154,228)
#CEA4E6
(206,164,230)
#D3AEE8
(211,174,232)
#D8B8EA
(216,184,234)
#DDC2EC
(221,194,236)
#E2CCEE
(226,204,238)
#E7D6F0
(231,214,240)
#ECE0F2
(236,224,242)
#F1EAF4
(241,234,244)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C490E2 color. Also use rgb(196,144,226) instead hex code.

Text Font Color

.myTextColor { color: #C490E2; }

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

This text font color is #C490E2.


Background Color

.myBgColor { background-color: #C490E2; }

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

This div background color is #C490E2.


Border color

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

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

This div border color is #C490E2.


Opacity

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

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

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

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

This text has shadow with #C490E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C490E2 on black background.


Color preview on white background

This text has color #C490E2 on white background.



Black color preview on #C490E2 background

This text has black color on #C490E2 background.


White color preview on #C490E2 background

This text has white color on #C490E2 background.