COLOR #C17FE2

HEX: #C17FE2
RGB: (193,127,226)

Color info

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

RGB color model

#C17FE2 color RGB value is (193,127,226).

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

RGB channels and saturation

R 193 of 255 = 76%
G 127 of 255 = 50%
B 226 of 255 = 89%

193
127
226

R + G + B ~ 72%. #C17FE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 127 + 226 = 546 (100%)
R 193 of 546 ~ 35.35%
G 127 of 546 ~ 23.26%
B 226 of 546 ~ 41.39%

%35.35
%23.26
%41.39

CMYK color model

#C17FE2 color CMYK value is (15,44,0,11).

  • cyan value is 14.60%
  • magenta value is 43.81%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(15,44,0,11)
C15M44Y0K11 
(15%,44%,0%,11%)
(0.15/0.44/0.00/0.11)	

CMYK percentages

%14.6
%43.81
%0
%11.37

Codes

Color #C17FE2 in popluar color models

C17FE2
RGB193127226
HSL280°63.06%69.22%
HSB/HSV280°43.81%88.63%
CMYK14.60%43.81%0.00%
11.37%

Color #C17FE2 in popluar number systems.

HEXC17FE2
Decimal193127226
Binary11000001111111111100010
Octal301177342

Shades and tints

Shades of #C17FE2

#C17FE2
(193,127,226)
#B074CE
(176,116,206)
#9F69BA
(159,105,186)
#8E5EA6
(142,94,166)
#7D5392
(125,83,146)
#6C487E
(108,72,126)
#5B3D6A
(91,61,106)
#4A3256
(74,50,86)
#392742
(57,39,66)
#281C2E
(40,28,46)
#17111A
(23,17,26)
#000000
(0,0,0)

Tints of #C17FE2

#C17FE2
(193,127,226)
#C68AE4
(198,138,228)
#CB95E6
(203,149,230)
#D0A0E8
(208,160,232)
#D5ABEA
(213,171,234)
#DAB6EC
(218,182,236)
#DFC1EE
(223,193,238)
#E4CCF0
(228,204,240)
#E9D7F2
(233,215,242)
#EEE2F4
(238,226,244)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17FE2; }

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

This text font color is #C17FE2.


Background Color

.myBgColor { background-color: #C17FE2; }

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

This div background color is #C17FE2.


Border color

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

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

This div border color is #C17FE2.


Opacity

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

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

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

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

This text has shadow with #C17FE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17FE2 on black background.


Color preview on white background

This text has color #C17FE2 on white background.



Black color preview on #C17FE2 background

This text has black color on #C17FE2 background.


White color preview on #C17FE2 background

This text has white color on #C17FE2 background.