COLOR #C27DD1

HEX: #C27DD1
RGB: (194,125,209)

Color info

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

RGB color model

#C27DD1 color RGB value is (194,125,209).

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

RGB channels and saturation

R 194 of 255 = 76%
G 125 of 255 = 49%
B 209 of 255 = 82%

194
125
209

R + G + B ~ 69%. #C27DD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 125 + 209 = 528 (100%)
R 194 of 528 ~ 36.74%
G 125 of 528 ~ 23.67%
B 209 of 528 ~ 39.58%

%36.74
%23.67
%39.58

CMYK color model

#C27DD1 color CMYK value is (7,40,0,18).

  • cyan value is 7.18%
  • magenta value is 40.19%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(7,40,0,18)
C7M40Y0K18 
(7%,40%,0%,18%)
(0.07/0.40/0.00/0.18)	

CMYK percentages

%7.18
%40.19
%0
%18.04

Codes

Color #C27DD1 in popluar color models

C27DD1
RGB194125209
HSL289°47.73%65.49%
HSB/HSV289°40.19%81.96%
CMYK7.18%40.19%0.00%
18.04%

Color #C27DD1 in popluar number systems.

HEXC27DD1
Decimal194125209
Binary11000010111110111010001
Octal302175321

Shades and tints

Shades of #C27DD1

#C27DD1
(194,125,209)
#B172BE
(177,114,190)
#A067AB
(160,103,171)
#8F5C98
(143,92,152)
#7E5185
(126,81,133)
#6D4672
(109,70,114)
#5C3B5F
(92,59,95)
#4B304C
(75,48,76)
#3A2539
(58,37,57)
#291A26
(41,26,38)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #C27DD1

#C27DD1
(194,125,209)
#C788D5
(199,136,213)
#CC93D9
(204,147,217)
#D19EDD
(209,158,221)
#D6A9E1
(214,169,225)
#DBB4E5
(219,180,229)
#E0BFE9
(224,191,233)
#E5CAED
(229,202,237)
#EAD5F1
(234,213,241)
#EFE0F5
(239,224,245)
#F4EBF9
(244,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C27DD1; }

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

This text font color is #C27DD1.


Background Color

.myBgColor { background-color: #C27DD1; }

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

This div background color is #C27DD1.


Border color

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

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

This div border color is #C27DD1.


Opacity

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

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

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

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

This text has shadow with #C27DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27DD1 on black background.


Color preview on white background

This text has color #C27DD1 on white background.



Black color preview on #C27DD1 background

This text has black color on #C27DD1 background.


White color preview on #C27DD1 background

This text has white color on #C27DD1 background.