COLOR #C773F3

HEX: #C773F3
RGB: (199,115,243)

Color info

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

RGB color model

#C773F3 color RGB value is (199,115,243).

  • red value is 199;
  • green value is 115;
  • blue value is 243.
RGB:
(199,115,243)
(78%,45%,95%)

RGB channels and saturation

R 199 of 255 = 78%
G 115 of 255 = 45%
B 243 of 255 = 95%

199
115
243

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

Portions of RGB colors in percentages

R + G + B =
199 + 115 + 243 = 557 (100%)
R 199 of 557 ~ 35.73%
G 115 of 557 ~ 20.65%
B 243 of 557 ~ 43.63%

%35.73
%20.65
%43.63

CMYK color model

#C773F3 color CMYK value is (18,53,0,5).

  • cyan value is 18.11%
  • magenta value is 52.67%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(18,53,0,5)
C18M53Y0K5 
(18%,53%,0%,5%)
(0.18/0.53/0.00/0.05)	

CMYK percentages

%18.11
%52.67
%0
%4.71

Codes

Color #C773F3 in popluar color models

C773F3
RGB199115243
HSL279°84.21%70.20%
HSB/HSV279°52.67%95.29%
CMYK18.11%52.67%0.00%
4.71%

Color #C773F3 in popluar number systems.

HEXC773F3
Decimal199115243
Binary11000111111001111110011
Octal307163363

Shades and tints

Shades of #C773F3

#C773F3
(199,115,243)
#B569DD
(181,105,221)
#A35FC7
(163,95,199)
#9155B1
(145,85,177)
#7F4B9B
(127,75,155)
#6D4185
(109,65,133)
#5B376F
(91,55,111)
#492D59
(73,45,89)
#372343
(55,35,67)
#25192D
(37,25,45)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #C773F3

#C773F3
(199,115,243)
#CC7FF4
(204,127,244)
#D18BF5
(209,139,245)
#D697F6
(214,151,246)
#DBA3F7
(219,163,247)
#E0AFF8
(224,175,248)
#E5BBF9
(229,187,249)
#EAC7FA
(234,199,250)
#EFD3FB
(239,211,251)
#F4DFFC
(244,223,252)
#F9EBFD
(249,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C773F3 color. Also use rgb(199,115,243) instead hex code.

Text Font Color

.myTextColor { color: #C773F3; }

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

This text font color is #C773F3.


Background Color

.myBgColor { background-color: #C773F3; }

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

This div background color is #C773F3.


Border color

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

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

This div border color is #C773F3.


Opacity

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

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

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

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

This text has shadow with #C773F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C773F3 on black background.


Color preview on white background

This text has color #C773F3 on white background.



Black color preview on #C773F3 background

This text has black color on #C773F3 background.


White color preview on #C773F3 background

This text has white color on #C773F3 background.