COLOR #C783C0

HEX: #C783C0 RGB: (199,131,192)

Color info

#C783C0 contains mainly red and blue colors. Web safe color of #C783C0 is #CC99CC (or #C9C).

RGB color model

#C783C0 color RGB value is (199,131,192).

RGB: (199,131,192) (78%, 51%, 75%)

RGB channels and saturation

R 199 of 255 = 78%
G 131 of 255 = 51%
B 192 of 255 = 75%

199
131
192

R + G + B ~ 68%. #C783C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 131 + 192 = 522 (100%)
R 199 of 522 ~ 38.12%
G 131 of 522 ~ 25.1%
B 192 of 522 ~ 36.78'%

%38.12
%25.1
%36.78

CMYK color model

#C783C0 color CMYK value is (0,34,4,22).

  • cyan value is 0.00%
  • magenta value is 34.17%
  • yellow value is 3.52%
  • key color value is 21.96%

CMYK: (0,34,4,22)
C0M34Y4K22 (0%, 34%, 4%, 22%)
(0.00 / 0.34 / 0.04 / 0.22)

CMYK percentages

%0
%34.17
%3.52
%21.96

Codes

Color #C783C0 in popluar color models

C7 83 C0
RGB 199 131 192
HSL 306° 37.78% 64.71%
HSB/HSV 306° 34.17% 78.04%
CMYK 0.00% 34.17% 3.52%
21.96%

Color #C783C0 in popluar number systems.

HEX C7 83 C0
Decimal 199 131 192
Binary 11000111 10000011 11000000
Octal 307 203 300

Shades and tints

Shades of #C783C0

#C783C0
(199,131,192)
#B578AF
(181,120,175)
#A36D9E
(163,109,158)
#91628D
(145,98,141)
#7F577C
(127,87,124)
#6D4C6B
(109,76,107)
#5B415A
(91,65,90)
#493649
(73,54,73)
#372B38
(55,43,56)
#252027
(37,32,39)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #C783C0

#C783C0
(199,131,192)
#CC8EC5
(204,142,197)
#D199CA
(209,153,202)
#D6A4CF
(214,164,207)
#DBAFD4
(219,175,212)
#E0BAD9
(224,186,217)
#E5C5DE
(229,197,222)
#EAD0E3
(234,208,227)
#EFDBE8
(239,219,232)
#F4E6ED
(244,230,237)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C783C0 color. Also use rgb(199,131,192) instead hex code.

Text Font Color

.myTextColor { color: #C783C0; }

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

This text font color is #C783C0.

Background Color

.myBgColor { background-color: #C783C0; }

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

This div background color is #C783C0.

Border color

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

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

This div border color is #C783C0.

Opacity

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

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

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

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

This text has shadow with #C783C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C783C0.

Preview

Color preview on black background

This text has color #C783C0 on black background.


Color preview on white background

This text has color #C783C0 on white background.


Black color preview on #C783C0 background

This text has black color on #C783C0 background.


White color preview on #C783C0 background

This text has white color on #C783C0 background.


Related colors

Complementary color

Complementary color for #hex is #387C3F.


I love getcolorcode.com

Triadic colors

1 #C0C783 and #83C0C7 with #C783C0 are triadic colors.

2 #C083C7 and #83C7C0 with #C783C0 are triadic colors.