COLOR #C480F0

HEX: #C480F0
RGB: (196,128,240)

Color info

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

RGB color model

#C480F0 color RGB value is (196,128,240).

  • red value is 196;
  • green value is 128;
  • blue value is 240.
RGB:
(196,128,240)
(77%,50%,94%)

RGB channels and saturation

R 196 of 255 = 77%
G 128 of 255 = 50%
B 240 of 255 = 94%

196
128
240

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

Portions of RGB colors in percentages

R + G + B =
196 + 128 + 240 = 564 (100%)
R 196 of 564 ~ 34.75%
G 128 of 564 ~ 22.7%
B 240 of 564 ~ 42.55%

%34.75
%22.7
%42.55

CMYK color model

#C480F0 color CMYK value is (18,47,0,6).

  • cyan value is 18.33%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(18,47,0,6)
C18M47Y0K6 
(18%,47%,0%,6%)
(0.18/0.47/0.00/0.06)	

CMYK percentages

%18.33
%46.67
%0
%5.88

Codes

Color #C480F0 in popluar color models

C480F0
RGB196128240
HSL276°78.87%72.16%
HSB/HSV276°46.67%94.12%
CMYK18.33%46.67%0.00%
5.88%

Color #C480F0 in popluar number systems.

HEXC480F0
Decimal196128240
Binary110001001000000011110000
Octal304200360

Shades and tints

Shades of #C480F0

#C480F0
(196,128,240)
#B375DB
(179,117,219)
#A26AC6
(162,106,198)
#915FB1
(145,95,177)
#80549C
(128,84,156)
#6F4987
(111,73,135)
#5E3E72
(94,62,114)
#4D335D
(77,51,93)
#3C2848
(60,40,72)
#2B1D33
(43,29,51)
#1A121E
(26,18,30)
#000000
(0,0,0)

Tints of #C480F0

#C480F0
(196,128,240)
#C98BF1
(201,139,241)
#CE96F2
(206,150,242)
#D3A1F3
(211,161,243)
#D8ACF4
(216,172,244)
#DDB7F5
(221,183,245)
#E2C2F6
(226,194,246)
#E7CDF7
(231,205,247)
#ECD8F8
(236,216,248)
#F1E3F9
(241,227,249)
#F6EEFA
(246,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C480F0 color. Also use rgb(196,128,240) instead hex code.

Text Font Color

.myTextColor { color: #C480F0; }

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

This text font color is #C480F0.


Background Color

.myBgColor { background-color: #C480F0; }

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

This div background color is #C480F0.


Border color

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

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

This div border color is #C480F0.


Opacity

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

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

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

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

This text has shadow with #C480F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C480F0 on black background.


Color preview on white background

This text has color #C480F0 on white background.



Black color preview on #C480F0 background

This text has black color on #C480F0 background.


White color preview on #C480F0 background

This text has white color on #C480F0 background.