COLOR #C764F8

HEX: #C764F8
RGB: (199,100,248)

Color info

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

RGB color model

#C764F8 color RGB value is (199,100,248).

  • red value is 199;
  • green value is 100;
  • blue value is 248.
RGB:
(199,100,248)
(78%,39%,97%)

RGB channels and saturation

R 199 of 255 = 78%
G 100 of 255 = 39%
B 248 of 255 = 97%

199
100
248

R + G + B ~ 71%. #C764F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 100 + 248 = 547 (100%)
R 199 of 547 ~ 36.38%
G 100 of 547 ~ 18.28%
B 248 of 547 ~ 45.34%

%36.38
%18.28
%45.34

CMYK color model

#C764F8 color CMYK value is (20,60,0,3).

  • cyan value is 19.76%
  • magenta value is 59.68%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(20,60,0,3)
C20M60Y0K3 
(20%,60%,0%,3%)
(0.20/0.60/0.00/0.03)	

CMYK percentages

%19.76
%59.68
%0
%2.75

Codes

Color #C764F8 in popluar color models

C764F8
RGB199100248
HSL280°91.36%68.24%
HSB/HSV280°59.68%97.25%
CMYK19.76%59.68%0.00%
2.75%

Color #C764F8 in popluar number systems.

HEXC764F8
Decimal199100248
Binary11000111110010011111000
Octal307144370

Shades and tints

Shades of #C764F8

#C764F8
(199,100,248)
#B55BE2
(181,91,226)
#A352CC
(163,82,204)
#9149B6
(145,73,182)
#7F40A0
(127,64,160)
#6D378A
(109,55,138)
#5B2E74
(91,46,116)
#49255E
(73,37,94)
#371C48
(55,28,72)
#251332
(37,19,50)
#130A1C
(19,10,28)
#000000
(0,0,0)

Tints of #C764F8

#C764F8
(199,100,248)
#CC72F8
(204,114,248)
#D180F8
(209,128,248)
#D68EF8
(214,142,248)
#DB9CF8
(219,156,248)
#E0AAF8
(224,170,248)
#E5B8F8
(229,184,248)
#EAC6F8
(234,198,248)
#EFD4F8
(239,212,248)
#F4E2F8
(244,226,248)
#F9F0F8
(249,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C764F8 color. Also use rgb(199,100,248) instead hex code.

Text Font Color

.myTextColor { color: #C764F8; }

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

This text font color is #C764F8.


Background Color

.myBgColor { background-color: #C764F8; }

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

This div background color is #C764F8.


Border color

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

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

This div border color is #C764F8.


Opacity

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

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

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

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

This text has shadow with #C764F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C764F8 on black background.


Color preview on white background

This text has color #C764F8 on white background.



Black color preview on #C764F8 background

This text has black color on #C764F8 background.


White color preview on #C764F8 background

This text has white color on #C764F8 background.