COLOR #C177CA

HEX: #C177CA RGB: (193,119,202)

Color info

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

RGB color model

#C177CA color RGB value is (193,119,202).

RGB: (193,119,202) (76%, 47%, 79%)

RGB channels and saturation

R 193 of 255 = 76%
G 119 of 255 = 47%
B 202 of 255 = 79%

193
119
202

R + G + B ~ 67%. #C177CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 119 + 202 = 514 (100%)
R 193 of 514 ~ 37.55%
G 119 of 514 ~ 23.15%
B 202 of 514 ~ 39.3'%

%37.55
%23.15
%39.3

CMYK color model

#C177CA color CMYK value is (4,41,0,21).

  • cyan value is 4.46%
  • magenta value is 41.09%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (4,41,0,21)
C4M41Y0K21 (4%, 41%, 0%, 21%)
(0.04 / 0.41 / 0.00 / 0.21)

CMYK percentages

%4.46
%41.09
%0
%20.78

Codes

Color #C177CA in popluar color models

C1 77 CA
RGB 193 119 202
HSL 293° 43.92% 62.94%
HSB/HSV 293° 41.09% 79.22%
CMYK 4.46% 41.09% 0.00%
20.78%

Color #C177CA in popluar number systems.

HEX C1 77 CA
Decimal 193 119 202
Binary 11000001 1110111 11001010
Octal 301 167 312

Shades and tints

Shades of #C177CA

#C177CA
(193,119,202)
#B06DB8
(176,109,184)
#9F63A6
(159,99,166)
#8E5994
(142,89,148)
#7D4F82
(125,79,130)
#6C4570
(108,69,112)
#5B3B5E
(91,59,94)
#4A314C
(74,49,76)
#39273A
(57,39,58)
#281D28
(40,29,40)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #C177CA

#C177CA
(193,119,202)
#C683CE
(198,131,206)
#CB8FD2
(203,143,210)
#D09BD6
(208,155,214)
#D5A7DA
(213,167,218)
#DAB3DE
(218,179,222)
#DFBFE2
(223,191,226)
#E4CBE6
(228,203,230)
#E9D7EA
(233,215,234)
#EEE3EE
(238,227,238)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C177CA; }

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

This text font color is #C177CA.

Background Color

.myBgColor { background-color: #C177CA; }

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

This div background color is #C177CA.

Border color

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

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

This div border color is #C177CA.

Opacity

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

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

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

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

This text has shadow with #C177CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C177CA.

Preview

Color preview on black background

This text has color #C177CA on black background.


Color preview on white background

This text has color #C177CA on white background.


Black color preview on #C177CA background

This text has black color on #C177CA background.


White color preview on #C177CA background

This text has white color on #C177CA background.


Related colors

Complementary color

Complementary color for #hex is #3E8835.


I love getcolorcode.com

Triadic colors

1 #CAC177 and #77CAC1 with #C177CA are triadic colors.

2 #CA77C1 and #77C1CA with #C177CA are triadic colors.