COLOR #C77BF2

HEX: #C77BF2
RGB: (199,123,242)

Color info

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

RGB color model

#C77BF2 color RGB value is (199,123,242).

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

RGB channels and saturation

R 199 of 255 = 78%
G 123 of 255 = 48%
B 242 of 255 = 95%

199
123
242

R + G + B ~ 74%. #C77BF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 123 + 242 = 564 (100%)
R 199 of 564 ~ 35.28%
G 123 of 564 ~ 21.81%
B 242 of 564 ~ 42.91%

%35.28
%21.81
%42.91

CMYK color model

#C77BF2 color CMYK value is (18,49,0,5).

  • cyan value is 17.77%
  • magenta value is 49.17%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(18,49,0,5)
C18M49Y0K5 
(18%,49%,0%,5%)
(0.18/0.49/0.00/0.05)	

CMYK percentages

%17.77
%49.17
%0
%5.1

Codes

Color #C77BF2 in popluar color models

C77BF2
RGB199123242
HSL278°82.07%71.57%
HSB/HSV278°49.17%94.90%
CMYK17.77%49.17%0.00%
5.10%

Color #C77BF2 in popluar number systems.

HEXC77BF2
Decimal199123242
Binary11000111111101111110010
Octal307173362

Shades and tints

Shades of #C77BF2

#C77BF2
(199,123,242)
#B570DC
(181,112,220)
#A365C6
(163,101,198)
#915AB0
(145,90,176)
#7F4F9A
(127,79,154)
#6D4484
(109,68,132)
#5B396E
(91,57,110)
#492E58
(73,46,88)
#372342
(55,35,66)
#25182C
(37,24,44)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #C77BF2

#C77BF2
(199,123,242)
#CC87F3
(204,135,243)
#D193F4
(209,147,244)
#D69FF5
(214,159,245)
#DBABF6
(219,171,246)
#E0B7F7
(224,183,247)
#E5C3F8
(229,195,248)
#EACFF9
(234,207,249)
#EFDBFA
(239,219,250)
#F4E7FB
(244,231,251)
#F9F3FC
(249,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77BF2; }

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

This text font color is #C77BF2.


Background Color

.myBgColor { background-color: #C77BF2; }

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

This div background color is #C77BF2.


Border color

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

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

This div border color is #C77BF2.


Opacity

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

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

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

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

This text has shadow with #C77BF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77BF2 on black background.


Color preview on white background

This text has color #C77BF2 on white background.



Black color preview on #C77BF2 background

This text has black color on #C77BF2 background.


White color preview on #C77BF2 background

This text has white color on #C77BF2 background.