COLOR #C793F5

HEX: #C793F5 RGB: (199,147,245)

Color info

#C793F5 contains mainly red and blue colors. Web safe color of #C793F5 is #CC99FF (or #C9F).

RGB color model

#C793F5 color RGB value is (199,147,245).

RGB: (199,147,245) (78%, 58%, 96%)

RGB channels and saturation

R 199 of 255 = 78%
G 147 of 255 = 58%
B 245 of 255 = 96%

199
147
245

R + G + B ~ 77%. #C793F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 147 + 245 = 591 (100%)
R 199 of 591 ~ 33.67%
G 147 of 591 ~ 24.87%
B 245 of 591 ~ 41.46'%

%33.67
%24.87
%41.46

CMYK color model

#C793F5 color CMYK value is (19,40,0,4).

  • cyan value is 18.78%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (19,40,0,4)
C19M40Y0K4 (19%, 40%, 0%, 4%)
(0.19 / 0.40 / 0.00 / 0.04)

CMYK percentages

%18.78
%40
%0
%3.92

Codes

Color #C793F5 in popluar color models

C7 93 F5
RGB 199 147 245
HSL 272° 83.05% 76.86%
HSB/HSV 272° 40.00% 96.08%
CMYK 18.78% 40.00% 0.00%
3.92%

Color #C793F5 in popluar number systems.

HEX C7 93 F5
Decimal 199 147 245
Binary 11000111 10010011 11110101
Octal 307 223 365

Shades and tints

Shades of #C793F5

#C793F5
(199,147,245)
#B586DF
(181,134,223)
#A379C9
(163,121,201)
#916CB3
(145,108,179)
#7F5F9D
(127,95,157)
#6D5287
(109,82,135)
#5B4571
(91,69,113)
#49385B
(73,56,91)
#372B45
(55,43,69)
#251E2F
(37,30,47)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #C793F5

#C793F5
(199,147,245)
#CC9CF5
(204,156,245)
#D1A5F5
(209,165,245)
#D6AEF5
(214,174,245)
#DBB7F5
(219,183,245)
#E0C0F5
(224,192,245)
#E5C9F5
(229,201,245)
#EAD2F5
(234,210,245)
#EFDBF5
(239,219,245)
#F4E4F5
(244,228,245)
#F9EDF5
(249,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C793F5 color. Also use rgb(199,147,245) instead hex code.

Text Font Color

.myTextColor { color: #C793F5; }

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

This text font color is #C793F5.

Background Color

.myBgColor { background-color: #C793F5; }

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

This div background color is #C793F5.

Border color

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

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

This div border color is #C793F5.

Opacity

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

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

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

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

This text has shadow with #C793F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C793F5.

Preview

Color preview on black background

This text has color #C793F5 on black background.


Color preview on white background

This text has color #C793F5 on white background.


Black color preview on #C793F5 background

This text has black color on #C793F5 background.


White color preview on #C793F5 background

This text has white color on #C793F5 background.


Related colors

Complementary color

Complementary color for #hex is #386C0A.


I love getcolorcode.com

Triadic colors

1 #F5C793 and #93F5C7 with #C793F5 are triadic colors.

2 #F593C7 and #93C7F5 with #C793F5 are triadic colors.