COLOR #C297ED

HEX: #C297ED
RGB: (194,151,237)

Color info

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

RGB color model

#C297ED color RGB value is (194,151,237).

  • red value is 194;
  • green value is 151;
  • blue value is 237.
RGB:
(194,151,237)
(76%,59%,93%)

RGB channels and saturation

R 194 of 255 = 76%
G 151 of 255 = 59%
B 237 of 255 = 93%

194
151
237

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

Portions of RGB colors in percentages

R + G + B =
194 + 151 + 237 = 582 (100%)
R 194 of 582 ~ 33.33%
G 151 of 582 ~ 25.95%
B 237 of 582 ~ 40.72%

%33.33
%25.95
%40.72

CMYK color model

#C297ED color CMYK value is (18,36,0,7).

  • cyan value is 18.14%
  • magenta value is 36.29%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(18,36,0,7)
C18M36Y0K7 
(18%,36%,0%,7%)
(0.18/0.36/0.00/0.07)	

CMYK percentages

%18.14
%36.29
%0
%7.06

Codes

Color #C297ED in popluar color models

C297ED
RGB194151237
HSL270°70.49%76.08%
HSB/HSV270°36.29%92.94%
CMYK18.14%36.29%0.00%
7.06%

Color #C297ED in popluar number systems.

HEXC297ED
Decimal194151237
Binary110000101001011111101101
Octal302227355

Shades and tints

Shades of #C297ED

#C297ED
(194,151,237)
#B18AD8
(177,138,216)
#A07DC3
(160,125,195)
#8F70AE
(143,112,174)
#7E6399
(126,99,153)
#6D5684
(109,86,132)
#5C496F
(92,73,111)
#4B3C5A
(75,60,90)
#3A2F45
(58,47,69)
#292230
(41,34,48)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #C297ED

#C297ED
(194,151,237)
#C7A0EE
(199,160,238)
#CCA9EF
(204,169,239)
#D1B2F0
(209,178,240)
#D6BBF1
(214,187,241)
#DBC4F2
(219,196,242)
#E0CDF3
(224,205,243)
#E5D6F4
(229,214,244)
#EADFF5
(234,223,245)
#EFE8F6
(239,232,246)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C297ED; }

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

This text font color is #C297ED.


Background Color

.myBgColor { background-color: #C297ED; }

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

This div background color is #C297ED.


Border color

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

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

This div border color is #C297ED.


Opacity

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

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

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

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

This text has shadow with #C297ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C297ED on black background.


Color preview on white background

This text has color #C297ED on white background.



Black color preview on #C297ED background

This text has black color on #C297ED background.


White color preview on #C297ED background

This text has white color on #C297ED background.