COLOR #C17FD4

HEX: #C17FD4
RGB: (193,127,212)

Color info

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

RGB color model

#C17FD4 color RGB value is (193,127,212).

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

RGB channels and saturation

R 193 of 255 = 76%
G 127 of 255 = 50%
B 212 of 255 = 83%

193
127
212

R + G + B ~ 70%. #C17FD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 127 + 212 = 532 (100%)
R 193 of 532 ~ 36.28%
G 127 of 532 ~ 23.87%
B 212 of 532 ~ 39.85%

%36.28
%23.87
%39.85

CMYK color model

#C17FD4 color CMYK value is (9,40,0,17).

  • cyan value is 8.96%
  • magenta value is 40.09%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(9,40,0,17)
C9M40Y0K17 
(9%,40%,0%,17%)
(0.09/0.40/0.00/0.17)	

CMYK percentages

%8.96
%40.09
%0
%16.86

Codes

Color #C17FD4 in popluar color models

C17FD4
RGB193127212
HSL287°49.71%66.47%
HSB/HSV287°40.09%83.14%
CMYK8.96%40.09%0.00%
16.86%

Color #C17FD4 in popluar number systems.

HEXC17FD4
Decimal193127212
Binary11000001111111111010100
Octal301177324

Shades and tints

Shades of #C17FD4

#C17FD4
(193,127,212)
#B074C1
(176,116,193)
#9F69AE
(159,105,174)
#8E5E9B
(142,94,155)
#7D5388
(125,83,136)
#6C4875
(108,72,117)
#5B3D62
(91,61,98)
#4A324F
(74,50,79)
#39273C
(57,39,60)
#281C29
(40,28,41)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #C17FD4

#C17FD4
(193,127,212)
#C68AD7
(198,138,215)
#CB95DA
(203,149,218)
#D0A0DD
(208,160,221)
#D5ABE0
(213,171,224)
#DAB6E3
(218,182,227)
#DFC1E6
(223,193,230)
#E4CCE9
(228,204,233)
#E9D7EC
(233,215,236)
#EEE2EF
(238,226,239)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17FD4; }

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

This text font color is #C17FD4.


Background Color

.myBgColor { background-color: #C17FD4; }

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

This div background color is #C17FD4.


Border color

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

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

This div border color is #C17FD4.


Opacity

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

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

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

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

This text has shadow with #C17FD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17FD4 on black background.


Color preview on white background

This text has color #C17FD4 on white background.



Black color preview on #C17FD4 background

This text has black color on #C17FD4 background.


White color preview on #C17FD4 background

This text has white color on #C17FD4 background.