COLOR #C781E5

HEX: #C781E5
RGB: (199,129,229)

Color info

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

RGB color model

#C781E5 color RGB value is (199,129,229).

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

RGB channels and saturation

R 199 of 255 = 78%
G 129 of 255 = 51%
B 229 of 255 = 90%

199
129
229

R + G + B ~ 73%. #C781E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 129 + 229 = 557 (100%)
R 199 of 557 ~ 35.73%
G 129 of 557 ~ 23.16%
B 229 of 557 ~ 41.11%

%35.73
%23.16
%41.11

CMYK color model

#C781E5 color CMYK value is (13,44,0,10).

  • cyan value is 13.10%
  • magenta value is 43.67%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(13,44,0,10)
C13M44Y0K10 
(13%,44%,0%,10%)
(0.13/0.44/0.00/0.10)	

CMYK percentages

%13.1
%43.67
%0
%10.2

Codes

Color #C781E5 in popluar color models

C781E5
RGB199129229
HSL282°65.79%70.20%
HSB/HSV282°43.67%89.80%
CMYK13.10%43.67%0.00%
10.20%

Color #C781E5 in popluar number systems.

HEXC781E5
Decimal199129229
Binary110001111000000111100101
Octal307201345

Shades and tints

Shades of #C781E5

#C781E5
(199,129,229)
#B576D1
(181,118,209)
#A36BBD
(163,107,189)
#9160A9
(145,96,169)
#7F5595
(127,85,149)
#6D4A81
(109,74,129)
#5B3F6D
(91,63,109)
#493459
(73,52,89)
#372945
(55,41,69)
#251E31
(37,30,49)
#13131D
(19,19,29)
#000000
(0,0,0)

Tints of #C781E5

#C781E5
(199,129,229)
#CC8CE7
(204,140,231)
#D197E9
(209,151,233)
#D6A2EB
(214,162,235)
#DBADED
(219,173,237)
#E0B8EF
(224,184,239)
#E5C3F1
(229,195,241)
#EACEF3
(234,206,243)
#EFD9F5
(239,217,245)
#F4E4F7
(244,228,247)
#F9EFF9
(249,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C781E5; }

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

This text font color is #C781E5.


Background Color

.myBgColor { background-color: #C781E5; }

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

This div background color is #C781E5.


Border color

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

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

This div border color is #C781E5.


Opacity

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

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

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

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

This text has shadow with #C781E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C781E5 on black background.


Color preview on white background

This text has color #C781E5 on white background.



Black color preview on #C781E5 background

This text has black color on #C781E5 background.


White color preview on #C781E5 background

This text has white color on #C781E5 background.