COLOR #C771ED

HEX: #C771ED
RGB: (199,113,237)

Color info

#C771ED contains mainly red and blue colors. Web safe color of #C771ED is #CC66FF (or #C6F).

RGB color model

#C771ED color RGB value is (199,113,237).

  • red value is 199;
  • green value is 113;
  • blue value is 237.
RGB:
(199,113,237)
(78%,44%,93%)

RGB channels and saturation

R 199 of 255 = 78%
G 113 of 255 = 44%
B 237 of 255 = 93%

199
113
237

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

Portions of RGB colors in percentages

R + G + B =
199 + 113 + 237 = 549 (100%)
R 199 of 549 ~ 36.25%
G 113 of 549 ~ 20.58%
B 237 of 549 ~ 43.17%

%36.25
%20.58
%43.17

CMYK color model

#C771ED color CMYK value is (16,52,0,7).

  • cyan value is 16.03%
  • magenta value is 52.32%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(16,52,0,7)
C16M52Y0K7 
(16%,52%,0%,7%)
(0.16/0.52/0.00/0.07)	

CMYK percentages

%16.03
%52.32
%0
%7.06

Codes

Color #C771ED in popluar color models

C771ED
RGB199113237
HSL282°77.50%68.63%
HSB/HSV282°52.32%92.94%
CMYK16.03%52.32%0.00%
7.06%

Color #C771ED in popluar number systems.

HEXC771ED
Decimal199113237
Binary11000111111000111101101
Octal307161355

Shades and tints

Shades of #C771ED

#C771ED
(199,113,237)
#B567D8
(181,103,216)
#A35DC3
(163,93,195)
#9153AE
(145,83,174)
#7F4999
(127,73,153)
#6D3F84
(109,63,132)
#5B356F
(91,53,111)
#492B5A
(73,43,90)
#372145
(55,33,69)
#251730
(37,23,48)
#130D1B
(19,13,27)
#000000
(0,0,0)

Tints of #C771ED

#C771ED
(199,113,237)
#CC7DEE
(204,125,238)
#D189EF
(209,137,239)
#D695F0
(214,149,240)
#DBA1F1
(219,161,241)
#E0ADF2
(224,173,242)
#E5B9F3
(229,185,243)
#EAC5F4
(234,197,244)
#EFD1F5
(239,209,245)
#F4DDF6
(244,221,246)
#F9E9F7
(249,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C771ED color. Also use rgb(199,113,237) instead hex code.

Text Font Color

.myTextColor { color: #C771ED; }

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

This text font color is #C771ED.


Background Color

.myBgColor { background-color: #C771ED; }

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

This div background color is #C771ED.


Border color

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

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

This div border color is #C771ED.


Opacity

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

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

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

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

This text has shadow with #C771ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C771ED on black background.


Color preview on white background

This text has color #C771ED on white background.



Black color preview on #C771ED background

This text has black color on #C771ED background.


White color preview on #C771ED background

This text has white color on #C771ED background.