COLOR #C760FD

HEX: #C760FD
RGB: (199,96,253)

Color info

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

RGB color model

#C760FD color RGB value is (199,96,253).

  • red value is 199;
  • green value is 96;
  • blue value is 253.
RGB:
(199,96,253)
(78%,38%,99%)

RGB channels and saturation

R 199 of 255 = 78%
G 96 of 255 = 38%
B 253 of 255 = 99%

199
96
253

R + G + B ~ 72%. #C760FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 96 + 253 = 548 (100%)
R 199 of 548 ~ 36.31%
G 96 of 548 ~ 17.52%
B 253 of 548 ~ 46.17%

%36.31
%17.52
%46.17

CMYK color model

#C760FD color CMYK value is (21,62,0,1).

  • cyan value is 21.34%
  • magenta value is 62.06%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(21,62,0,1)
C21M62Y0K1 
(21%,62%,0%,1%)
(0.21/0.62/0.00/0.01)	

CMYK percentages

%21.34
%62.06
%0
%0.78

Codes

Color #C760FD in popluar color models

C760FD
RGB19996253
HSL279°97.52%68.43%
HSB/HSV279°62.06%99.22%
CMYK21.34%62.06%0.00%
0.78%

Color #C760FD in popluar number systems.

HEXC760FD
Decimal19996253
Binary11000111110000011111101
Octal307140375

Shades and tints

Shades of #C760FD

#C760FD
(199,96,253)
#B558E6
(181,88,230)
#A350CF
(163,80,207)
#9148B8
(145,72,184)
#7F40A1
(127,64,161)
#6D388A
(109,56,138)
#5B3073
(91,48,115)
#49285C
(73,40,92)
#372045
(55,32,69)
#25182E
(37,24,46)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #C760FD

#C760FD
(199,96,253)
#CC6EFD
(204,110,253)
#D17CFD
(209,124,253)
#D68AFD
(214,138,253)
#DB98FD
(219,152,253)
#E0A6FD
(224,166,253)
#E5B4FD
(229,180,253)
#EAC2FD
(234,194,253)
#EFD0FD
(239,208,253)
#F4DEFD
(244,222,253)
#F9ECFD
(249,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C760FD color. Also use rgb(199,96,253) instead hex code.

Text Font Color

.myTextColor { color: #C760FD; }

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

This text font color is #C760FD.


Background Color

.myBgColor { background-color: #C760FD; }

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

This div background color is #C760FD.


Border color

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

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

This div border color is #C760FD.


Opacity

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

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

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

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

This text has shadow with #C760FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C760FD on black background.


Color preview on white background

This text has color #C760FD on white background.



Black color preview on #C760FD background

This text has black color on #C760FD background.


White color preview on #C760FD background

This text has white color on #C760FD background.