COLOR #C280EB

HEX: #C280EB
RGB: (194,128,235)

Color info

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

RGB color model

#C280EB color RGB value is (194,128,235).

  • red value is 194;
  • green value is 128;
  • blue value is 235.
RGB:
(194,128,235)
(76%,50%,92%)

RGB channels and saturation

R 194 of 255 = 76%
G 128 of 255 = 50%
B 235 of 255 = 92%

194
128
235

R + G + B ~ 73%. #C280EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 128 + 235 = 557 (100%)
R 194 of 557 ~ 34.83%
G 128 of 557 ~ 22.98%
B 235 of 557 ~ 42.19%

%34.83
%22.98
%42.19

CMYK color model

#C280EB color CMYK value is (17,46,0,8).

  • cyan value is 17.45%
  • magenta value is 45.53%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(17,46,0,8)
C17M46Y0K8 
(17%,46%,0%,8%)
(0.17/0.46/0.00/0.08)	

CMYK percentages

%17.45
%45.53
%0
%7.84

Codes

Color #C280EB in popluar color models

C280EB
RGB194128235
HSL277°72.79%71.18%
HSB/HSV277°45.53%92.16%
CMYK17.45%45.53%0.00%
7.84%

Color #C280EB in popluar number systems.

HEXC280EB
Decimal194128235
Binary110000101000000011101011
Octal302200353

Shades and tints

Shades of #C280EB

#C280EB
(194,128,235)
#B175D6
(177,117,214)
#A06AC1
(160,106,193)
#8F5FAC
(143,95,172)
#7E5497
(126,84,151)
#6D4982
(109,73,130)
#5C3E6D
(92,62,109)
#4B3358
(75,51,88)
#3A2843
(58,40,67)
#291D2E
(41,29,46)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #C280EB

#C280EB
(194,128,235)
#C78BEC
(199,139,236)
#CC96ED
(204,150,237)
#D1A1EE
(209,161,238)
#D6ACEF
(214,172,239)
#DBB7F0
(219,183,240)
#E0C2F1
(224,194,241)
#E5CDF2
(229,205,242)
#EAD8F3
(234,216,243)
#EFE3F4
(239,227,244)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C280EB color. Also use rgb(194,128,235) instead hex code.

Text Font Color

.myTextColor { color: #C280EB; }

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

This text font color is #C280EB.


Background Color

.myBgColor { background-color: #C280EB; }

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

This div background color is #C280EB.


Border color

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

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

This div border color is #C280EB.


Opacity

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

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

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

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

This text has shadow with #C280EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C280EB on black background.


Color preview on white background

This text has color #C280EB on white background.



Black color preview on #C280EB background

This text has black color on #C280EB background.


White color preview on #C280EB background

This text has white color on #C280EB background.