COLOR #C16CE2

HEX: #C16CE2
RGB: (193,108,226)

Color info

#C16CE2 contains mainly red and blue colors. Web safe color of #C16CE2 is #CC66CC (or #C6C).

RGB color model

#C16CE2 color RGB value is (193,108,226).

  • red value is 193;
  • green value is 108;
  • blue value is 226.
RGB:
(193,108,226)
(76%,42%,89%)

RGB channels and saturation

R 193 of 255 = 76%
G 108 of 255 = 42%
B 226 of 255 = 89%

193
108
226

R + G + B ~ 69%. #C16CE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 108 + 226 = 527 (100%)
R 193 of 527 ~ 36.62%
G 108 of 527 ~ 20.49%
B 226 of 527 ~ 42.88%

%36.62
%20.49
%42.88

CMYK color model

#C16CE2 color CMYK value is (15,52,0,11).

  • cyan value is 14.60%
  • magenta value is 52.21%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(15,52,0,11)
C15M52Y0K11 
(15%,52%,0%,11%)
(0.15/0.52/0.00/0.11)	

CMYK percentages

%14.6
%52.21
%0
%11.37

Codes

Color #C16CE2 in popluar color models

C16CE2
RGB193108226
HSL283°67.05%65.49%
HSB/HSV283°52.21%88.63%
CMYK14.60%52.21%0.00%
11.37%

Color #C16CE2 in popluar number systems.

HEXC16CE2
Decimal193108226
Binary11000001110110011100010
Octal301154342

Shades and tints

Shades of #C16CE2

#C16CE2
(193,108,226)
#B063CE
(176,99,206)
#9F5ABA
(159,90,186)
#8E51A6
(142,81,166)
#7D4892
(125,72,146)
#6C3F7E
(108,63,126)
#5B366A
(91,54,106)
#4A2D56
(74,45,86)
#392442
(57,36,66)
#281B2E
(40,27,46)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #C16CE2

#C16CE2
(193,108,226)
#C679E4
(198,121,228)
#CB86E6
(203,134,230)
#D093E8
(208,147,232)
#D5A0EA
(213,160,234)
#DAADEC
(218,173,236)
#DFBAEE
(223,186,238)
#E4C7F0
(228,199,240)
#E9D4F2
(233,212,242)
#EEE1F4
(238,225,244)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C16CE2 color. Also use rgb(193,108,226) instead hex code.

Text Font Color

.myTextColor { color: #C16CE2; }

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

This text font color is #C16CE2.


Background Color

.myBgColor { background-color: #C16CE2; }

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

This div background color is #C16CE2.


Border color

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

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

This div border color is #C16CE2.


Opacity

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

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

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

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

This text has shadow with #C16CE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C16CE2 on black background.


Color preview on white background

This text has color #C16CE2 on white background.



Black color preview on #C16CE2 background

This text has black color on #C16CE2 background.


White color preview on #C16CE2 background

This text has white color on #C16CE2 background.