COLOR #C497EC

HEX: #C497EC
RGB: (196,151,236)

Color info

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

RGB color model

#C497EC color RGB value is (196,151,236).

  • red value is 196;
  • green value is 151;
  • blue value is 236.
RGB: (196,151,236) (77%,59%,93%)

RGB channels and saturation

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

196
151
236

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

Portions of RGB colors in percentages

R + G + B =
196 + 151 + 236 = 583 (100%)
R 196 of 583 ~ 33.62%
G 151 of 583 ~ 25.9%
B 236 of 583 ~ 40.48%

%33.62
%25.9
%40.48

CMYK color model

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

  • cyan value is 16.95%
  • magenta value is 36.02%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (17,36,0,7) C17M36Y0K7 (17%,36%,0%,7%) (0.17/0.36/0.00/0.07)

CMYK percentages

%16.95
%36.02
%0
%7.45

Codes

Color #C497EC in popluar color models

C497EC
RGB196151236
HSL272°69.11%75.88%
HSB/HSV272°36.02%92.55%
CMYK16.95%36.02%0.00%
7.45%

Color #C497EC in popluar number systems.

HEXC497EC
Decimal196151236
Binary110001001001011111101100
Octal304227354

Shades and tints

Shades of #C497EC

#C497EC
(196,151,236)
#B38AD7
(179,138,215)
#A27DC2
(162,125,194)
#9170AD
(145,112,173)
#806398
(128,99,152)
#6F5683
(111,86,131)
#5E496E
(94,73,110)
#4D3C59
(77,60,89)
#3C2F44
(60,47,68)
#2B222F
(43,34,47)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #C497EC

#C497EC
(196,151,236)
#C9A0ED
(201,160,237)
#CEA9EE
(206,169,238)
#D3B2EF
(211,178,239)
#D8BBF0
(216,187,240)
#DDC4F1
(221,196,241)
#E2CDF2
(226,205,242)
#E7D6F3
(231,214,243)
#ECDFF4
(236,223,244)
#F1E8F5
(241,232,245)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C497EC; }

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

This text font color is #C497EC.


Background Color

.myBgColor { background-color: #C497EC; }

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

This div background color is #C497EC.


Border color

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

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

This div border color is #C497EC.


Opacity

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

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

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

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

This text has shadow with #C497EC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C497EC on black background.


Color preview on white background

This text has color #C497EC on white background.



Black color preview on #C497EC background

This text has black color on #C497EC background.


White color preview on #C497EC background

This text has white color on #C497EC background.