COLOR #C781E1

HEX: #C781E1
RGB: (199,129,225)

Color info

#C781E1 contains mainly red and blue colors. Web safe color of #C781E1 is #CC99CC (or #C9C).

RGB color model

#C781E1 color RGB value is (199,129,225).

  • red value is 199;
  • green value is 129;
  • blue value is 225.
RGB:
(199,129,225)
(78%,51%,88%)

RGB channels and saturation

R 199 of 255 = 78%
G 129 of 255 = 51%
B 225 of 255 = 88%

199
129
225

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

Portions of RGB colors in percentages

R + G + B =
199 + 129 + 225 = 553 (100%)
R 199 of 553 ~ 35.99%
G 129 of 553 ~ 23.33%
B 225 of 553 ~ 40.69%

%35.99
%23.33
%40.69

CMYK color model

#C781E1 color CMYK value is (12,43,0,12).

  • cyan value is 11.56%
  • magenta value is 42.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(12,43,0,12)
C12M43Y0K12 
(12%,43%,0%,12%)
(0.12/0.43/0.00/0.12)	

CMYK percentages

%11.56
%42.67
%0
%11.76

Codes

Color #C781E1 in popluar color models

C781E1
RGB199129225
HSL284°61.54%69.41%
HSB/HSV284°42.67%88.24%
CMYK11.56%42.67%0.00%
11.76%

Color #C781E1 in popluar number systems.

HEXC781E1
Decimal199129225
Binary110001111000000111100001
Octal307201341

Shades and tints

Shades of #C781E1

#C781E1
(199,129,225)
#B576CD
(181,118,205)
#A36BB9
(163,107,185)
#9160A5
(145,96,165)
#7F5591
(127,85,145)
#6D4A7D
(109,74,125)
#5B3F69
(91,63,105)
#493455
(73,52,85)
#372941
(55,41,65)
#251E2D
(37,30,45)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #C781E1

#C781E1
(199,129,225)
#CC8CE3
(204,140,227)
#D197E5
(209,151,229)
#D6A2E7
(214,162,231)
#DBADE9
(219,173,233)
#E0B8EB
(224,184,235)
#E5C3ED
(229,195,237)
#EACEEF
(234,206,239)
#EFD9F1
(239,217,241)
#F4E4F3
(244,228,243)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C781E1 color. Also use rgb(199,129,225) instead hex code.

Text Font Color

.myTextColor { color: #C781E1; }

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

This text font color is #C781E1.


Background Color

.myBgColor { background-color: #C781E1; }

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

This div background color is #C781E1.


Border color

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

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

This div border color is #C781E1.


Opacity

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

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

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

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

This text has shadow with #C781E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C781E1 on black background.


Color preview on white background

This text has color #C781E1 on white background.



Black color preview on #C781E1 background

This text has black color on #C781E1 background.


White color preview on #C781E1 background

This text has white color on #C781E1 background.