COLOR #C773DE

HEX: #C773DE RGB: (199,115,222)

Color info

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

RGB color model

#C773DE color RGB value is (199,115,222).

RGB: (199,115,222) (78%, 45%, 87%)

RGB channels and saturation

R 199 of 255 = 78%
G 115 of 255 = 45%
B 222 of 255 = 87%

199
115
222

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

Portions of RGB colors in percentages

R + G + B = 199 + 115 + 222 = 536 (100%)
R 199 of 536 ~ 37.13%
G 115 of 536 ~ 21.46%
B 222 of 536 ~ 41.42'%

%37.13
%21.46
%41.42

CMYK color model

#C773DE color CMYK value is (10,48,0,13).

  • cyan value is 10.36%
  • magenta value is 48.20%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (10,48,0,13)
C10M48Y0K13 (10%, 48%, 0%, 13%)
(0.10 / 0.48 / 0.00 / 0.13)

CMYK percentages

%10.36
%48.2
%0
%12.94

Codes

Color #C773DE in popluar color models

C7 73 DE
RGB 199 115 222
HSL 287° 61.85% 66.08%
HSB/HSV 287° 48.20% 87.06%
CMYK 10.36% 48.20% 0.00%
12.94%

Color #C773DE in popluar number systems.

HEX C7 73 DE
Decimal 199 115 222
Binary 11000111 1110011 11011110
Octal 307 163 336

Shades and tints

Shades of #C773DE

#C773DE
(199,115,222)
#B569CA
(181,105,202)
#A35FB6
(163,95,182)
#9155A2
(145,85,162)
#7F4B8E
(127,75,142)
#6D417A
(109,65,122)
#5B3766
(91,55,102)
#492D52
(73,45,82)
#37233E
(55,35,62)
#25192A
(37,25,42)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #C773DE

#C773DE
(199,115,222)
#CC7FE1
(204,127,225)
#D18BE4
(209,139,228)
#D697E7
(214,151,231)
#DBA3EA
(219,163,234)
#E0AFED
(224,175,237)
#E5BBF0
(229,187,240)
#EAC7F3
(234,199,243)
#EFD3F6
(239,211,246)
#F4DFF9
(244,223,249)
#F9EBFC
(249,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C773DE; }

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

This text font color is #C773DE.

Background Color

.myBgColor { background-color: #C773DE; }

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

This div background color is #C773DE.

Border color

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

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

This div border color is #C773DE.

Opacity

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

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

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

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

This text has shadow with #C773DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C773DE.

Preview

Color preview on black background

This text has color #C773DE on black background.


Color preview on white background

This text has color #C773DE on white background.


Black color preview on #C773DE background

This text has black color on #C773DE background.


White color preview on #C773DE background

This text has white color on #C773DE background.


Related colors

Complementary color

Complementary color for #hex is #388C21.


I love getcolorcode.com

Triadic colors

1 #DEC773 and #73DEC7 with #C773DE are triadic colors.

2 #DE73C7 and #73C7DE with #C773DE are triadic colors.