COLOR #C077D5

HEX: #C077D5 RGB: (192,119,213)

Color info

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

RGB color model

#C077D5 color RGB value is (192,119,213).

RGB: (192,119,213) (75%, 47%, 84%)

RGB channels and saturation

R 192 of 255 = 75%
G 119 of 255 = 47%
B 213 of 255 = 84%

192
119
213

R + G + B ~ 69%. #C077D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 119 + 213 = 524 (100%)
R 192 of 524 ~ 36.64%
G 119 of 524 ~ 22.71%
B 213 of 524 ~ 40.65'%

%36.64
%22.71
%40.65

CMYK color model

#C077D5 color CMYK value is (10,44,0,16).

  • cyan value is 9.86%
  • magenta value is 44.13%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (10,44,0,16)
C10M44Y0K16 (10%, 44%, 0%, 16%)
(0.10 / 0.44 / 0.00 / 0.16)

CMYK percentages

%9.86
%44.13
%0
%16.47

Codes

Color #C077D5 in popluar color models

C0 77 D5
RGB 192 119 213
HSL 287° 52.81% 65.10%
HSB/HSV 287° 44.13% 83.53%
CMYK 9.86% 44.13% 0.00%
16.47%

Color #C077D5 in popluar number systems.

HEX C0 77 D5
Decimal 192 119 213
Binary 11000000 1110111 11010101
Octal 300 167 325

Shades and tints

Shades of #C077D5

#C077D5
(192,119,213)
#AF6DC2
(175,109,194)
#9E63AF
(158,99,175)
#8D599C
(141,89,156)
#7C4F89
(124,79,137)
#6B4576
(107,69,118)
#5A3B63
(90,59,99)
#493150
(73,49,80)
#38273D
(56,39,61)
#271D2A
(39,29,42)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #C077D5

#C077D5
(192,119,213)
#C583D8
(197,131,216)
#CA8FDB
(202,143,219)
#CF9BDE
(207,155,222)
#D4A7E1
(212,167,225)
#D9B3E4
(217,179,228)
#DEBFE7
(222,191,231)
#E3CBEA
(227,203,234)
#E8D7ED
(232,215,237)
#EDE3F0
(237,227,240)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C077D5 color. Also use rgb(192,119,213) instead hex code.

Text Font Color

.myTextColor { color: #C077D5; }

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

This text font color is #C077D5.

Background Color

.myBgColor { background-color: #C077D5; }

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

This div background color is #C077D5.

Border color

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

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

This div border color is #C077D5.

Opacity

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

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

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

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

This text has shadow with #C077D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C077D5.

Preview

Color preview on black background

This text has color #C077D5 on black background.


Color preview on white background

This text has color #C077D5 on white background.


Black color preview on #C077D5 background

This text has black color on #C077D5 background.


White color preview on #C077D5 background

This text has white color on #C077D5 background.


Related colors

Complementary color

Complementary color for #hex is #3F882A.


I love getcolorcode.com

Triadic colors

1 #D5C077 and #77D5C0 with #C077D5 are triadic colors.

2 #D577C0 and #77C0D5 with #C077D5 are triadic colors.