COLOR #C27DE5

HEX: #C27DE5
RGB: (194,125,229)

Color info

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

RGB color model

#C27DE5 color RGB value is (194,125,229).

  • red value is 194;
  • green value is 125;
  • blue value is 229.
RGB:
(194,125,229)
(76%,49%,90%)

RGB channels and saturation

R 194 of 255 = 76%
G 125 of 255 = 49%
B 229 of 255 = 90%

194
125
229

R + G + B ~ 72%. #C27DE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 125 + 229 = 548 (100%)
R 194 of 548 ~ 35.4%
G 125 of 548 ~ 22.81%
B 229 of 548 ~ 41.79%

%35.4
%22.81
%41.79

CMYK color model

#C27DE5 color CMYK value is (15,45,0,10).

  • cyan value is 15.28%
  • magenta value is 45.41%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(15,45,0,10)
C15M45Y0K10 
(15%,45%,0%,10%)
(0.15/0.45/0.00/0.10)	

CMYK percentages

%15.28
%45.41
%0
%10.2

Codes

Color #C27DE5 in popluar color models

C27DE5
RGB194125229
HSL280°66.67%69.41%
HSB/HSV280°45.41%89.80%
CMYK15.28%45.41%0.00%
10.20%

Color #C27DE5 in popluar number systems.

HEXC27DE5
Decimal194125229
Binary11000010111110111100101
Octal302175345

Shades and tints

Shades of #C27DE5

#C27DE5
(194,125,229)
#B172D1
(177,114,209)
#A067BD
(160,103,189)
#8F5CA9
(143,92,169)
#7E5195
(126,81,149)
#6D4681
(109,70,129)
#5C3B6D
(92,59,109)
#4B3059
(75,48,89)
#3A2545
(58,37,69)
#291A31
(41,26,49)
#180F1D
(24,15,29)
#000000
(0,0,0)

Tints of #C27DE5

#C27DE5
(194,125,229)
#C788E7
(199,136,231)
#CC93E9
(204,147,233)
#D19EEB
(209,158,235)
#D6A9ED
(214,169,237)
#DBB4EF
(219,180,239)
#E0BFF1
(224,191,241)
#E5CAF3
(229,202,243)
#EAD5F5
(234,213,245)
#EFE0F7
(239,224,247)
#F4EBF9
(244,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C27DE5 color. Also use rgb(194,125,229) instead hex code.

Text Font Color

.myTextColor { color: #C27DE5; }

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

This text font color is #C27DE5.


Background Color

.myBgColor { background-color: #C27DE5; }

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

This div background color is #C27DE5.


Border color

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

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

This div border color is #C27DE5.


Opacity

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

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

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

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

This text has shadow with #C27DE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27DE5 on black background.


Color preview on white background

This text has color #C27DE5 on white background.



Black color preview on #C27DE5 background

This text has black color on #C27DE5 background.


White color preview on #C27DE5 background

This text has white color on #C27DE5 background.