COLOR #C280D9

HEX: #C280D9
RGB: (194,128,217)

Color info

#C280D9 contains mainly red and blue colors. Web safe color of #C280D9 is #CC66CC (or #C6C).

RGB color model

#C280D9 color RGB value is (194,128,217).

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

RGB channels and saturation

R 194 of 255 = 76%
G 128 of 255 = 50%
B 217 of 255 = 85%

194
128
217

R + G + B ~ 70%. #C280D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 128 + 217 = 539 (100%)
R 194 of 539 ~ 35.99%
G 128 of 539 ~ 23.75%
B 217 of 539 ~ 40.26%

%35.99
%23.75
%40.26

CMYK color model

#C280D9 color CMYK value is (11,41,0,15).

  • cyan value is 10.60%
  • magenta value is 41.01%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(11,41,0,15)
C11M41Y0K15 
(11%,41%,0%,15%)
(0.11/0.41/0.00/0.15)	

CMYK percentages

%10.6
%41.01
%0
%14.9

Codes

Color #C280D9 in popluar color models

C280D9
RGB194128217
HSL284°53.94%67.65%
HSB/HSV284°41.01%85.10%
CMYK10.60%41.01%0.00%
14.90%

Color #C280D9 in popluar number systems.

HEXC280D9
Decimal194128217
Binary110000101000000011011001
Octal302200331

Shades and tints

Shades of #C280D9

#C280D9
(194,128,217)
#B175C6
(177,117,198)
#A06AB3
(160,106,179)
#8F5FA0
(143,95,160)
#7E548D
(126,84,141)
#6D497A
(109,73,122)
#5C3E67
(92,62,103)
#4B3354
(75,51,84)
#3A2841
(58,40,65)
#291D2E
(41,29,46)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #C280D9

#C280D9
(194,128,217)
#C78BDC
(199,139,220)
#CC96DF
(204,150,223)
#D1A1E2
(209,161,226)
#D6ACE5
(214,172,229)
#DBB7E8
(219,183,232)
#E0C2EB
(224,194,235)
#E5CDEE
(229,205,238)
#EAD8F1
(234,216,241)
#EFE3F4
(239,227,244)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C280D9; }

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

This text font color is #C280D9.


Background Color

.myBgColor { background-color: #C280D9; }

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

This div background color is #C280D9.


Border color

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

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

This div border color is #C280D9.


Opacity

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

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

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

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

This text has shadow with #C280D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C280D9 on black background.


Color preview on white background

This text has color #C280D9 on white background.



Black color preview on #C280D9 background

This text has black color on #C280D9 background.


White color preview on #C280D9 background

This text has white color on #C280D9 background.