COLOR #C780F2

HEX: #C780F2 RGB: (199,128,242)

Color info

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

RGB color model

#C780F2 color RGB value is (199,128,242).

RGB: (199,128,242) (78%, 50%, 95%)

RGB channels and saturation

R 199 of 255 = 78%
G 128 of 255 = 50%
B 242 of 255 = 95%

199
128
242

R + G + B ~ 74%. #C780F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 128 + 242 = 569 (100%)
R 199 of 569 ~ 34.97%
G 128 of 569 ~ 22.5%
B 242 of 569 ~ 42.53'%

%34.97
%22.5
%42.53

CMYK color model

#C780F2 color CMYK value is (18,47,0,5).

  • cyan value is 17.77%
  • magenta value is 47.11%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (18,47,0,5)
C18M47Y0K5 (18%, 47%, 0%, 5%)
(0.18 / 0.47 / 0.00 / 0.05)

CMYK percentages

%17.77
%47.11
%0
%5.1

Codes

Color #C780F2 in popluar color models

C7 80 F2
RGB 199 128 242
HSL 277° 81.43% 72.55%
HSB/HSV 277° 47.11% 94.90%
CMYK 17.77% 47.11% 0.00%
5.10%

Color #C780F2 in popluar number systems.

HEX C7 80 F2
Decimal 199 128 242
Binary 11000111 10000000 11110010
Octal 307 200 362

Shades and tints

Shades of #C780F2

#C780F2
(199,128,242)
#B575DC
(181,117,220)
#A36AC6
(163,106,198)
#915FB0
(145,95,176)
#7F549A
(127,84,154)
#6D4984
(109,73,132)
#5B3E6E
(91,62,110)
#493358
(73,51,88)
#372842
(55,40,66)
#251D2C
(37,29,44)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #C780F2

#C780F2
(199,128,242)
#CC8BF3
(204,139,243)
#D196F4
(209,150,244)
#D6A1F5
(214,161,245)
#DBACF6
(219,172,246)
#E0B7F7
(224,183,247)
#E5C2F8
(229,194,248)
#EACDF9
(234,205,249)
#EFD8FA
(239,216,250)
#F4E3FB
(244,227,251)
#F9EEFC
(249,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C780F2 color. Also use rgb(199,128,242) instead hex code.

Text Font Color

.myTextColor { color: #C780F2; }

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

This text font color is #C780F2.

Background Color

.myBgColor { background-color: #C780F2; }

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

This div background color is #C780F2.

Border color

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

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

This div border color is #C780F2.

Opacity

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

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

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

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

This text has shadow with #C780F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C780F2.

Preview

Color preview on black background

This text has color #C780F2 on black background.


Color preview on white background

This text has color #C780F2 on white background.


Black color preview on #C780F2 background

This text has black color on #C780F2 background.


White color preview on #C780F2 background

This text has white color on #C780F2 background.


Related colors

Complementary color

Complementary color for #hex is #387F0D.


I love getcolorcode.com

Triadic colors

1 #F2C780 and #80F2C7 with #C780F2 are triadic colors.

2 #F280C7 and #80C7F2 with #C780F2 are triadic colors.