COLOR #C497ED

HEX: #C497ED RGB: (196,151,237)

Color info

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

RGB color model

#C497ED color RGB value is (196,151,237).

RGB: (196,151,237) (77%, 59%, 93%)

RGB channels and saturation

R 196 of 255 = 77%
G 151 of 255 = 59%
B 237 of 255 = 93%

196
151
237

R + G + B ~ 76%. #C497ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 151 + 237 = 584 (100%)
R 196 of 584 ~ 33.56%
G 151 of 584 ~ 25.86%
B 237 of 584 ~ 40.58'%

%33.56
%25.86
%40.58

CMYK color model

#C497ED color CMYK value is (17,36,0,7).

  • cyan value is 17.30%
  • magenta value is 36.29%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (17,36,0,7)
C17M36Y0K7 (17%, 36%, 0%, 7%)
(0.17 / 0.36 / 0.00 / 0.07)

CMYK percentages

%17.3
%36.29
%0
%7.06

Codes

Color #C497ED in popluar color models

C4 97 ED
RGB 196 151 237
HSL 271° 70.49% 76.08%
HSB/HSV 271° 36.29% 92.94%
CMYK 17.30% 36.29% 0.00%
7.06%

Color #C497ED in popluar number systems.

HEX C4 97 ED
Decimal 196 151 237
Binary 11000100 10010111 11101101
Octal 304 227 355

Shades and tints

Shades of #C497ED

#C497ED
(196,151,237)
#B38AD8
(179,138,216)
#A27DC3
(162,125,195)
#9170AE
(145,112,174)
#806399
(128,99,153)
#6F5684
(111,86,132)
#5E496F
(94,73,111)
#4D3C5A
(77,60,90)
#3C2F45
(60,47,69)
#2B2230
(43,34,48)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #C497ED

#C497ED
(196,151,237)
#C9A0EE
(201,160,238)
#CEA9EF
(206,169,239)
#D3B2F0
(211,178,240)
#D8BBF1
(216,187,241)
#DDC4F2
(221,196,242)
#E2CDF3
(226,205,243)
#E7D6F4
(231,214,244)
#ECDFF5
(236,223,245)
#F1E8F6
(241,232,246)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C497ED color. Also use rgb(196,151,237) instead hex code.

Text Font Color

.myTextColor { color: #C497ED; }

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

This text font color is #C497ED.

Background Color

.myBgColor { background-color: #C497ED; }

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

This div background color is #C497ED.

Border color

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

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

This div border color is #C497ED.

Opacity

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

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

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

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

This text has shadow with #C497ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C497ED.

Preview

Color preview on black background

This text has color #C497ED on black background.


Color preview on white background

This text has color #C497ED on white background.


Black color preview on #C497ED background

This text has black color on #C497ED background.


White color preview on #C497ED background

This text has white color on #C497ED background.


Related colors

Complementary color

Complementary color for #hex is #3B6812.


I love getcolorcode.com

Triadic colors

1 #EDC497 and #97EDC4 with #C497ED are triadic colors.

2 #ED97C4 and #97C4ED with #C497ED are triadic colors.