COLOR #C27FB1

HEX: #C27FB1
RGB: (194,127,177)

Color info

#C27FB1 contains mainly red and blue colors. Web safe color of #C27FB1 is #CC6699 (or #C69).

RGB color model

#C27FB1 color RGB value is (194,127,177).

  • red value is 194;
  • green value is 127;
  • blue value is 177.
RGB:
(194,127,177)
(76%,50%,69%)

RGB channels and saturation

R 194 of 255 = 76%
G 127 of 255 = 50%
B 177 of 255 = 69%

194
127
177

R + G + B ~ 65%. #C27FB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 127 + 177 = 498 (100%)
R 194 of 498 ~ 38.96%
G 127 of 498 ~ 25.5%
B 177 of 498 ~ 35.54%

%38.96
%25.5
%35.54

CMYK color model

#C27FB1 color CMYK value is (0,35,9,24).

  • cyan value is 0.00%
  • magenta value is 34.54%
  • yellow value is 8.76%
  • key color value is 23.92%
CMYK:
(0,35,9,24)
C0M35Y9K24 
(0%,35%,9%,24%)
(0.00/0.35/0.09/0.24)	

CMYK percentages

%0
%34.54
%8.76
%23.92

Codes

Color #C27FB1 in popluar color models

C27FB1
RGB194127177
HSL315°35.45%62.94%
HSB/HSV315°34.54%76.08%
CMYK0.00%34.54%8.76%
23.92%

Color #C27FB1 in popluar number systems.

HEXC27FB1
Decimal194127177
Binary11000010111111110110001
Octal302177261

Shades and tints

Shades of #C27FB1

#C27FB1
(194,127,177)
#B174A1
(177,116,161)
#A06991
(160,105,145)
#8F5E81
(143,94,129)
#7E5371
(126,83,113)
#6D4861
(109,72,97)
#5C3D51
(92,61,81)
#4B3241
(75,50,65)
#3A2731
(58,39,49)
#291C21
(41,28,33)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #C27FB1

#C27FB1
(194,127,177)
#C78AB8
(199,138,184)
#CC95BF
(204,149,191)
#D1A0C6
(209,160,198)
#D6ABCD
(214,171,205)
#DBB6D4
(219,182,212)
#E0C1DB
(224,193,219)
#E5CCE2
(229,204,226)
#EAD7E9
(234,215,233)
#EFE2F0
(239,226,240)
#F4EDF7
(244,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C27FB1 color. Also use rgb(194,127,177) instead hex code.

Text Font Color

.myTextColor { color: #C27FB1; }

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

This text font color is #C27FB1.


Background Color

.myBgColor { background-color: #C27FB1; }

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

This div background color is #C27FB1.


Border color

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

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

This div border color is #C27FB1.


Opacity

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

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

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

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

This text has shadow with #C27FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27FB1 on black background.


Color preview on white background

This text has color #C27FB1 on white background.



Black color preview on #C27FB1 background

This text has black color on #C27FB1 background.


White color preview on #C27FB1 background

This text has white color on #C27FB1 background.