COLOR #C49FF7

HEX: #C49FF7 RGB: (196,159,247)

Color info

#C49FF7 contains mainly red and blue colors. Web safe color of #C49FF7 is #CC99FF (or #C9F).

RGB color model

#C49FF7 color RGB value is (196,159,247).

RGB: (196,159,247) (77%, 62%, 97%)

RGB channels and saturation

R 196 of 255 = 77%
G 159 of 255 = 62%
B 247 of 255 = 97%

196
159
247

R + G + B ~ 79%. #C49FF7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 159 + 247 = 602 (100%)
R 196 of 602 ~ 32.56%
G 159 of 602 ~ 26.41%
B 247 of 602 ~ 41.03'%

%32.56
%26.41
%41.03

CMYK color model

#C49FF7 color CMYK value is (21,36,0,3).

  • cyan value is 20.65%
  • magenta value is 35.63%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (21,36,0,3)
C21M36Y0K3 (21%, 36%, 0%, 3%)
(0.21 / 0.36 / 0.00 / 0.03)

CMYK percentages

%20.65
%35.63
%0
%3.14

Codes

Color #C49FF7 in popluar color models

C4 9F F7
RGB 196 159 247
HSL 265° 84.62% 79.61%
HSB/HSV 265° 35.63% 96.86%
CMYK 20.65% 35.63% 0.00%
3.14%

Color #C49FF7 in popluar number systems.

HEX C4 9F F7
Decimal 196 159 247
Binary 11000100 10011111 11110111
Octal 304 237 367

Shades and tints

Shades of #C49FF7

#C49FF7
(196,159,247)
#B391E1
(179,145,225)
#A283CB
(162,131,203)
#9175B5
(145,117,181)
#80679F
(128,103,159)
#6F5989
(111,89,137)
#5E4B73
(94,75,115)
#4D3D5D
(77,61,93)
#3C2F47
(60,47,71)
#2B2131
(43,33,49)
#1A131B
(26,19,27)
#000000
(0,0,0)

Tints of #C49FF7

#C49FF7
(196,159,247)
#C9A7F7
(201,167,247)
#CEAFF7
(206,175,247)
#D3B7F7
(211,183,247)
#D8BFF7
(216,191,247)
#DDC7F7
(221,199,247)
#E2CFF7
(226,207,247)
#E7D7F7
(231,215,247)
#ECDFF7
(236,223,247)
#F1E7F7
(241,231,247)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49FF7 color. Also use rgb(196,159,247) instead hex code.

Text Font Color

.myTextColor { color: #C49FF7; }

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

This text font color is #C49FF7.

Background Color

.myBgColor { background-color: #C49FF7; }

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

This div background color is #C49FF7.

Border color

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

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

This div border color is #C49FF7.

Opacity

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

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

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

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

This text has shadow with #C49FF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49FF7.

Preview

Color preview on black background

This text has color #C49FF7 on black background.


Color preview on white background

This text has color #C49FF7 on white background.


Black color preview on #C49FF7 background

This text has black color on #C49FF7 background.


White color preview on #C49FF7 background

This text has white color on #C49FF7 background.


Related colors

Complementary color

Complementary color for #hex is #3B6008.


I love getcolorcode.com

Triadic colors

1 #F7C49F and #9FF7C4 with #C49FF7 are triadic colors.

2 #F79FC4 and #9FC4F7 with #C49FF7 are triadic colors.