COLOR #C177E0

HEX: #C177E0
RGB: (193,119,224)

Color info

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

RGB color model

#C177E0 color RGB value is (193,119,224).

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

RGB channels and saturation

R 193 of 255 = 76%
G 119 of 255 = 47%
B 224 of 255 = 88%

193
119
224

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

Portions of RGB colors in percentages

R + G + B =
193 + 119 + 224 = 536 (100%)
R 193 of 536 ~ 36.01%
G 119 of 536 ~ 22.2%
B 224 of 536 ~ 41.79%

%36.01
%22.2
%41.79

CMYK color model

#C177E0 color CMYK value is (14,47,0,12).

  • cyan value is 13.84%
  • magenta value is 46.88%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(14,47,0,12)
C14M47Y0K12 
(14%,47%,0%,12%)
(0.14/0.47/0.00/0.12)	

CMYK percentages

%13.84
%46.88
%0
%12.16

Codes

Color #C177E0 in popluar color models

C177E0
RGB193119224
HSL282°62.87%67.25%
HSB/HSV282°46.88%87.84%
CMYK13.84%46.88%0.00%
12.16%

Color #C177E0 in popluar number systems.

HEXC177E0
Decimal193119224
Binary11000001111011111100000
Octal301167340

Shades and tints

Shades of #C177E0

#C177E0
(193,119,224)
#B06DCC
(176,109,204)
#9F63B8
(159,99,184)
#8E59A4
(142,89,164)
#7D4F90
(125,79,144)
#6C457C
(108,69,124)
#5B3B68
(91,59,104)
#4A3154
(74,49,84)
#392740
(57,39,64)
#281D2C
(40,29,44)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #C177E0

#C177E0
(193,119,224)
#C683E2
(198,131,226)
#CB8FE4
(203,143,228)
#D09BE6
(208,155,230)
#D5A7E8
(213,167,232)
#DAB3EA
(218,179,234)
#DFBFEC
(223,191,236)
#E4CBEE
(228,203,238)
#E9D7F0
(233,215,240)
#EEE3F2
(238,227,242)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C177E0; }

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

This text font color is #C177E0.


Background Color

.myBgColor { background-color: #C177E0; }

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

This div background color is #C177E0.


Border color

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

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

This div border color is #C177E0.


Opacity

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

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

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

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

This text has shadow with #C177E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C177E0 on black background.


Color preview on white background

This text has color #C177E0 on white background.



Black color preview on #C177E0 background

This text has black color on #C177E0 background.


White color preview on #C177E0 background

This text has white color on #C177E0 background.