COLOR #C506ED

HEX: #C506ED
RGB: (197,6,237)

Color info

#C506ED contains mainly red and blue colors. Web safe color of #C506ED is #CC00FF (or #C0F).

RGB color model

#C506ED color RGB value is (197,6,237).

  • red value is 197;
  • green value is 6;
  • blue value is 237.
RGB:
(197,6,237)
(77%,2%,93%)

RGB channels and saturation

R 197 of 255 = 77%
G 6 of 255 = 2%
B 237 of 255 = 93%

197
6
237

R + G + B ~ 57%. #C506ED is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
197 + 6 + 237 = 440 (100%)
R 197 of 440 ~ 44.77%
G 6 of 440 ~ 1.36%
B 237 of 440 ~ 53.86%

%44.77
%53.86

CMYK color model

#C506ED color CMYK value is (17,97,0,7).

  • cyan value is 16.88%
  • magenta value is 97.47%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(17,97,0,7)
C17M97Y0K7 
(17%,97%,0%,7%)
(0.17/0.97/0.00/0.07)	

CMYK percentages

%16.88
%97.47
%0
%7.06

Codes

Color #C506ED in popluar color models

C506ED
RGB1976237
HSL290°95.06%47.65%
HSB/HSV290°97.47%92.94%
CMYK16.88%97.47%0.00%
7.06%

Color #C506ED in popluar number systems.

HEXC506ED
Decimal1976237
Binary1100010111011101101
Octal3056355

Shades and tints

Shades of #C506ED

#C506ED
(197,6,237)
#B406D8
(180,6,216)
#A306C3
(163,6,195)
#9206AE
(146,6,174)
#810699
(129,6,153)
#700684
(112,6,132)
#5F066F
(95,6,111)
#4E065A
(78,6,90)
#3D0645
(61,6,69)
#2C0630
(44,6,48)
#1B061B
(27,6,27)
#000000
(0,0,0)

Tints of #C506ED

#C506ED
(197,6,237)
#CA1CEE
(202,28,238)
#CF32EF
(207,50,239)
#D448F0
(212,72,240)
#D95EF1
(217,94,241)
#DE74F2
(222,116,242)
#E38AF3
(227,138,243)
#E8A0F4
(232,160,244)
#EDB6F5
(237,182,245)
#F2CCF6
(242,204,246)
#F7E2F7
(247,226,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C506ED color. Also use rgb(197,6,237) instead hex code.

Text Font Color

.myTextColor { color: #C506ED; }

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

This text font color is #C506ED.


Background Color

.myBgColor { background-color: #C506ED; }

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

This div background color is #C506ED.


Border color

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

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

This div border color is #C506ED.


Opacity

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

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

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

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

This text has shadow with #C506ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C506ED on black background.


Color preview on white background

This text has color #C506ED on white background.



Black color preview on #C506ED background

This text has black color on #C506ED background.


White color preview on #C506ED background

This text has white color on #C506ED background.