COLOR #C173E7

HEX: #C173E7
RGB: (193,115,231)

Color info

#C173E7 contains mainly red and blue colors. Web safe color of #C173E7 is #CC66FF (or #C6F).

RGB color model

#C173E7 color RGB value is (193,115,231).

  • red value is 193;
  • green value is 115;
  • blue value is 231.
RGB:
(193,115,231)
(76%,45%,91%)

RGB channels and saturation

R 193 of 255 = 76%
G 115 of 255 = 45%
B 231 of 255 = 91%

193
115
231

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

Portions of RGB colors in percentages

R + G + B =
193 + 115 + 231 = 539 (100%)
R 193 of 539 ~ 35.81%
G 115 of 539 ~ 21.34%
B 231 of 539 ~ 42.86%

%35.81
%21.34
%42.86

CMYK color model

#C173E7 color CMYK value is (16,50,0,9).

  • cyan value is 16.45%
  • magenta value is 50.22%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(16,50,0,9)
C16M50Y0K9 
(16%,50%,0%,9%)
(0.16/0.50/0.00/0.09)	

CMYK percentages

%16.45
%50.22
%0
%9.41

Codes

Color #C173E7 in popluar color models

C173E7
RGB193115231
HSL280°70.73%67.84%
HSB/HSV280°50.22%90.59%
CMYK16.45%50.22%0.00%
9.41%

Color #C173E7 in popluar number systems.

HEXC173E7
Decimal193115231
Binary11000001111001111100111
Octal301163347

Shades and tints

Shades of #C173E7

#C173E7
(193,115,231)
#B069D2
(176,105,210)
#9F5FBD
(159,95,189)
#8E55A8
(142,85,168)
#7D4B93
(125,75,147)
#6C417E
(108,65,126)
#5B3769
(91,55,105)
#4A2D54
(74,45,84)
#39233F
(57,35,63)
#28192A
(40,25,42)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #C173E7

#C173E7
(193,115,231)
#C67FE9
(198,127,233)
#CB8BEB
(203,139,235)
#D097ED
(208,151,237)
#D5A3EF
(213,163,239)
#DAAFF1
(218,175,241)
#DFBBF3
(223,187,243)
#E4C7F5
(228,199,245)
#E9D3F7
(233,211,247)
#EEDFF9
(238,223,249)
#F3EBFB
(243,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C173E7 color. Also use rgb(193,115,231) instead hex code.

Text Font Color

.myTextColor { color: #C173E7; }

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

This text font color is #C173E7.


Background Color

.myBgColor { background-color: #C173E7; }

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

This div background color is #C173E7.


Border color

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

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

This div border color is #C173E7.


Opacity

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

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

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

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

This text has shadow with #C173E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C173E7 on black background.


Color preview on white background

This text has color #C173E7 on white background.



Black color preview on #C173E7 background

This text has black color on #C173E7 background.


White color preview on #C173E7 background

This text has white color on #C173E7 background.