COLOR #C490D9

HEX: #C490D9
RGB: (196,144,217)

Color info

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

RGB color model

#C490D9 color RGB value is (196,144,217).

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

RGB channels and saturation

R 196 of 255 = 77%
G 144 of 255 = 56%
B 217 of 255 = 85%

196
144
217

R + G + B ~ 73%. #C490D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 144 + 217 = 557 (100%)
R 196 of 557 ~ 35.19%
G 144 of 557 ~ 25.85%
B 217 of 557 ~ 38.96%

%35.19
%25.85
%38.96

CMYK color model

#C490D9 color CMYK value is (10,34,0,15).

  • cyan value is 9.68%
  • magenta value is 33.64%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(10,34,0,15)
C10M34Y0K15 
(10%,34%,0%,15%)
(0.10/0.34/0.00/0.15)	

CMYK percentages

%9.68
%33.64
%0
%14.9

Codes

Color #C490D9 in popluar color models

C490D9
RGB196144217
HSL283°48.99%70.78%
HSB/HSV283°33.64%85.10%
CMYK9.68%33.64%0.00%
14.90%

Color #C490D9 in popluar number systems.

HEXC490D9
Decimal196144217
Binary110001001001000011011001
Octal304220331

Shades and tints

Shades of #C490D9

#C490D9
(196,144,217)
#B383C6
(179,131,198)
#A276B3
(162,118,179)
#9169A0
(145,105,160)
#805C8D
(128,92,141)
#6F4F7A
(111,79,122)
#5E4267
(94,66,103)
#4D3554
(77,53,84)
#3C2841
(60,40,65)
#2B1B2E
(43,27,46)
#1A0E1B
(26,14,27)
#000000
(0,0,0)

Tints of #C490D9

#C490D9
(196,144,217)
#C99ADC
(201,154,220)
#CEA4DF
(206,164,223)
#D3AEE2
(211,174,226)
#D8B8E5
(216,184,229)
#DDC2E8
(221,194,232)
#E2CCEB
(226,204,235)
#E7D6EE
(231,214,238)
#ECE0F1
(236,224,241)
#F1EAF4
(241,234,244)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C490D9; }

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

This text font color is #C490D9.


Background Color

.myBgColor { background-color: #C490D9; }

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

This div background color is #C490D9.


Border color

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

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

This div border color is #C490D9.


Opacity

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

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

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

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

This text has shadow with #C490D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C490D9 on black background.


Color preview on white background

This text has color #C490D9 on white background.



Black color preview on #C490D9 background

This text has black color on #C490D9 background.


White color preview on #C490D9 background

This text has white color on #C490D9 background.