COLOR #C77FD0

HEX: #C77FD0
RGB: (199,127,208)

Color info

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

RGB color model

#C77FD0 color RGB value is (199,127,208).

  • red value is 199;
  • green value is 127;
  • blue value is 208.
RGB:
(199,127,208)
(78%,50%,82%)

RGB channels and saturation

R 199 of 255 = 78%
G 127 of 255 = 50%
B 208 of 255 = 82%

199
127
208

R + G + B ~ 70%. #C77FD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 127 + 208 = 534 (100%)
R 199 of 534 ~ 37.27%
G 127 of 534 ~ 23.78%
B 208 of 534 ~ 38.95%

%37.27
%23.78
%38.95

CMYK color model

#C77FD0 color CMYK value is (4,39,0,18).

  • cyan value is 4.33%
  • magenta value is 38.94%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(4,39,0,18)
C4M39Y0K18 
(4%,39%,0%,18%)
(0.04/0.39/0.00/0.18)	

CMYK percentages

%4.33
%38.94
%0
%18.43

Codes

Color #C77FD0 in popluar color models

C77FD0
RGB199127208
HSL293°46.29%65.69%
HSB/HSV293°38.94%81.57%
CMYK4.33%38.94%0.00%
18.43%

Color #C77FD0 in popluar number systems.

HEXC77FD0
Decimal199127208
Binary11000111111111111010000
Octal307177320

Shades and tints

Shades of #C77FD0

#C77FD0
(199,127,208)
#B574BE
(181,116,190)
#A369AC
(163,105,172)
#915E9A
(145,94,154)
#7F5388
(127,83,136)
#6D4876
(109,72,118)
#5B3D64
(91,61,100)
#493252
(73,50,82)
#372740
(55,39,64)
#251C2E
(37,28,46)
#13111C
(19,17,28)
#000000
(0,0,0)

Tints of #C77FD0

#C77FD0
(199,127,208)
#CC8AD4
(204,138,212)
#D195D8
(209,149,216)
#D6A0DC
(214,160,220)
#DBABE0
(219,171,224)
#E0B6E4
(224,182,228)
#E5C1E8
(229,193,232)
#EACCEC
(234,204,236)
#EFD7F0
(239,215,240)
#F4E2F4
(244,226,244)
#F9EDF8
(249,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77FD0 color. Also use rgb(199,127,208) instead hex code.

Text Font Color

.myTextColor { color: #C77FD0; }

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

This text font color is #C77FD0.


Background Color

.myBgColor { background-color: #C77FD0; }

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

This div background color is #C77FD0.


Border color

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

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

This div border color is #C77FD0.


Opacity

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

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

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

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

This text has shadow with #C77FD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77FD0 on black background.


Color preview on white background

This text has color #C77FD0 on white background.



Black color preview on #C77FD0 background

This text has black color on #C77FD0 background.


White color preview on #C77FD0 background

This text has white color on #C77FD0 background.