COLOR #C17DC8

HEX: #C17DC8
RGB: (193,125,200)

Color info

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

RGB color model

#C17DC8 color RGB value is (193,125,200).

  • red value is 193;
  • green value is 125;
  • blue value is 200.
RGB:
(193,125,200)
(76%,49%,78%)

RGB channels and saturation

R 193 of 255 = 76%
G 125 of 255 = 49%
B 200 of 255 = 78%

193
125
200

R + G + B ~ 68%. #C17DC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 125 + 200 = 518 (100%)
R 193 of 518 ~ 37.26%
G 125 of 518 ~ 24.13%
B 200 of 518 ~ 38.61%

%37.26
%24.13
%38.61

CMYK color model

#C17DC8 color CMYK value is (4,38,0,22).

  • cyan value is 3.50%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(4,38,0,22)
C4M38Y0K22 
(4%,38%,0%,22%)
(0.04/0.38/0.00/0.22)	

CMYK percentages

%3.5
%37.5
%0
%21.57

Codes

Color #C17DC8 in popluar color models

C17DC8
RGB193125200
HSL294°40.54%63.73%
HSB/HSV294°37.50%78.43%
CMYK3.50%37.50%0.00%
21.57%

Color #C17DC8 in popluar number systems.

HEXC17DC8
Decimal193125200
Binary11000001111110111001000
Octal301175310

Shades and tints

Shades of #C17DC8

#C17DC8
(193,125,200)
#B072B6
(176,114,182)
#9F67A4
(159,103,164)
#8E5C92
(142,92,146)
#7D5180
(125,81,128)
#6C466E
(108,70,110)
#5B3B5C
(91,59,92)
#4A304A
(74,48,74)
#392538
(57,37,56)
#281A26
(40,26,38)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #C17DC8

#C17DC8
(193,125,200)
#C688CD
(198,136,205)
#CB93D2
(203,147,210)
#D09ED7
(208,158,215)
#D5A9DC
(213,169,220)
#DAB4E1
(218,180,225)
#DFBFE6
(223,191,230)
#E4CAEB
(228,202,235)
#E9D5F0
(233,213,240)
#EEE0F5
(238,224,245)
#F3EBFA
(243,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17DC8 color. Also use rgb(193,125,200) instead hex code.

Text Font Color

.myTextColor { color: #C17DC8; }

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

This text font color is #C17DC8.


Background Color

.myBgColor { background-color: #C17DC8; }

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

This div background color is #C17DC8.


Border color

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

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

This div border color is #C17DC8.


Opacity

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

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

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

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

This text has shadow with #C17DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17DC8 on black background.


Color preview on white background

This text has color #C17DC8 on white background.



Black color preview on #C17DC8 background

This text has black color on #C17DC8 background.


White color preview on #C17DC8 background

This text has white color on #C17DC8 background.