COLOR #C27BE6

HEX: #C27BE6 RGB: (194,123,230)

Color info

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

RGB color model

#C27BE6 color RGB value is (194,123,230).

RGB: (194,123,230) (76%, 48%, 90%)

RGB channels and saturation

R 194 of 255 = 76%
G 123 of 255 = 48%
B 230 of 255 = 90%

194
123
230

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

Portions of RGB colors in percentages

R + G + B = 194 + 123 + 230 = 547 (100%)
R 194 of 547 ~ 35.47%
G 123 of 547 ~ 22.49%
B 230 of 547 ~ 42.05'%

%35.47
%22.49
%42.05

CMYK color model

#C27BE6 color CMYK value is (16,47,0,10).

  • cyan value is 15.65%
  • magenta value is 46.52%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (16,47,0,10)
C16M47Y0K10 (16%, 47%, 0%, 10%)
(0.16 / 0.47 / 0.00 / 0.10)

CMYK percentages

%15.65
%46.52
%0
%9.8

Codes

Color #C27BE6 in popluar color models

C2 7B E6
RGB 194 123 230
HSL 280° 68.15% 69.22%
HSB/HSV 280° 46.52% 90.20%
CMYK 15.65% 46.52% 0.00%
9.80%

Color #C27BE6 in popluar number systems.

HEX C2 7B E6
Decimal 194 123 230
Binary 11000010 1111011 11100110
Octal 302 173 346

Shades and tints

Shades of #C27BE6

#C27BE6
(194,123,230)
#B170D2
(177,112,210)
#A065BE
(160,101,190)
#8F5AAA
(143,90,170)
#7E4F96
(126,79,150)
#6D4482
(109,68,130)
#5C396E
(92,57,110)
#4B2E5A
(75,46,90)
#3A2346
(58,35,70)
#291832
(41,24,50)
#180D1E
(24,13,30)
#000000
(0,0,0)

Tints of #C27BE6

#C27BE6
(194,123,230)
#C787E8
(199,135,232)
#CC93EA
(204,147,234)
#D19FEC
(209,159,236)
#D6ABEE
(214,171,238)
#DBB7F0
(219,183,240)
#E0C3F2
(224,195,242)
#E5CFF4
(229,207,244)
#EADBF6
(234,219,246)
#EFE7F8
(239,231,248)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C27BE6 color. Also use rgb(194,123,230) instead hex code.

Text Font Color

.myTextColor { color: #C27BE6; }

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

This text font color is #C27BE6.

Background Color

.myBgColor { background-color: #C27BE6; }

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

This div background color is #C27BE6.

Border color

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

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

This div border color is #C27BE6.

Opacity

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

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

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

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

This text has shadow with #C27BE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C27BE6.

Preview

Color preview on black background

This text has color #C27BE6 on black background.


Color preview on white background

This text has color #C27BE6 on white background.


Black color preview on #C27BE6 background

This text has black color on #C27BE6 background.


White color preview on #C27BE6 background

This text has white color on #C27BE6 background.


Related colors

Complementary color

Complementary color for #hex is #3D8419.


I love getcolorcode.com

Triadic colors

1 #E6C27B and #7BE6C2 with #C27BE6 are triadic colors.

2 #E67BC2 and #7BC2E6 with #C27BE6 are triadic colors.