COLOR #C77BCF

HEX: #C77BCF
RGB: (199,123,207)

Color info

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

RGB color model

#C77BCF color RGB value is (199,123,207).

  • red value is 199;
  • green value is 123;
  • blue value is 207.
RGB:
(199,123,207)
(78%,48%,81%)

RGB channels and saturation

R 199 of 255 = 78%
G 123 of 255 = 48%
B 207 of 255 = 81%

199
123
207

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

Portions of RGB colors in percentages

R + G + B =
199 + 123 + 207 = 529 (100%)
R 199 of 529 ~ 37.62%
G 123 of 529 ~ 23.25%
B 207 of 529 ~ 39.13%

%37.62
%23.25
%39.13

CMYK color model

#C77BCF color CMYK value is (4,41,0,19).

  • cyan value is 3.86%
  • magenta value is 40.58%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(4,41,0,19)
C4M41Y0K19 
(4%,41%,0%,19%)
(0.04/0.41/0.00/0.19)	

CMYK percentages

%3.86
%40.58
%0
%18.82

Codes

Color #C77BCF in popluar color models

C77BCF
RGB199123207
HSL294°46.67%64.71%
HSB/HSV294°40.58%81.18%
CMYK3.86%40.58%0.00%
18.82%

Color #C77BCF in popluar number systems.

HEXC77BCF
Decimal199123207
Binary11000111111101111001111
Octal307173317

Shades and tints

Shades of #C77BCF

#C77BCF
(199,123,207)
#B570BD
(181,112,189)
#A365AB
(163,101,171)
#915A99
(145,90,153)
#7F4F87
(127,79,135)
#6D4475
(109,68,117)
#5B3963
(91,57,99)
#492E51
(73,46,81)
#37233F
(55,35,63)
#25182D
(37,24,45)
#130D1B
(19,13,27)
#000000
(0,0,0)

Tints of #C77BCF

#C77BCF
(199,123,207)
#CC87D3
(204,135,211)
#D193D7
(209,147,215)
#D69FDB
(214,159,219)
#DBABDF
(219,171,223)
#E0B7E3
(224,183,227)
#E5C3E7
(229,195,231)
#EACFEB
(234,207,235)
#EFDBEF
(239,219,239)
#F4E7F3
(244,231,243)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77BCF color. Also use rgb(199,123,207) instead hex code.

Text Font Color

.myTextColor { color: #C77BCF; }

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

This text font color is #C77BCF.


Background Color

.myBgColor { background-color: #C77BCF; }

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

This div background color is #C77BCF.


Border color

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

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

This div border color is #C77BCF.


Opacity

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

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

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

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

This text has shadow with #C77BCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77BCF on black background.


Color preview on white background

This text has color #C77BCF on white background.



Black color preview on #C77BCF background

This text has black color on #C77BCF background.


White color preview on #C77BCF background

This text has white color on #C77BCF background.