COLOR #C17FE0

HEX: #C17FE0
RGB: (193,127,224)

Color info

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

RGB color model

#C17FE0 color RGB value is (193,127,224).

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

RGB channels and saturation

R 193 of 255 = 76%
G 127 of 255 = 50%
B 224 of 255 = 88%

193
127
224

R + G + B ~ 71%. #C17FE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 127 + 224 = 544 (100%)
R 193 of 544 ~ 35.48%
G 127 of 544 ~ 23.35%
B 224 of 544 ~ 41.18%

%35.48
%23.35
%41.18

CMYK color model

#C17FE0 color CMYK value is (14,43,0,12).

  • cyan value is 13.84%
  • magenta value is 43.30%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(14,43,0,12)
C14M43Y0K12 
(14%,43%,0%,12%)
(0.14/0.43/0.00/0.12)	

CMYK percentages

%13.84
%43.3
%0
%12.16

Codes

Color #C17FE0 in popluar color models

C17FE0
RGB193127224
HSL281°61.01%68.82%
HSB/HSV281°43.30%87.84%
CMYK13.84%43.30%0.00%
12.16%

Color #C17FE0 in popluar number systems.

HEXC17FE0
Decimal193127224
Binary11000001111111111100000
Octal301177340

Shades and tints

Shades of #C17FE0

#C17FE0
(193,127,224)
#B074CC
(176,116,204)
#9F69B8
(159,105,184)
#8E5EA4
(142,94,164)
#7D5390
(125,83,144)
#6C487C
(108,72,124)
#5B3D68
(91,61,104)
#4A3254
(74,50,84)
#392740
(57,39,64)
#281C2C
(40,28,44)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #C17FE0

#C17FE0
(193,127,224)
#C68AE2
(198,138,226)
#CB95E4
(203,149,228)
#D0A0E6
(208,160,230)
#D5ABE8
(213,171,232)
#DAB6EA
(218,182,234)
#DFC1EC
(223,193,236)
#E4CCEE
(228,204,238)
#E9D7F0
(233,215,240)
#EEE2F2
(238,226,242)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17FE0; }

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

This text font color is #C17FE0.


Background Color

.myBgColor { background-color: #C17FE0; }

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

This div background color is #C17FE0.


Border color

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

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

This div border color is #C17FE0.


Opacity

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

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

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

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

This text has shadow with #C17FE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17FE0 on black background.


Color preview on white background

This text has color #C17FE0 on white background.



Black color preview on #C17FE0 background

This text has black color on #C17FE0 background.


White color preview on #C17FE0 background

This text has white color on #C17FE0 background.