COLOR #C276CD

HEX: #C276CD
RGB: (194,118,205)

Color info

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

RGB color model

#C276CD color RGB value is (194,118,205).

  • red value is 194;
  • green value is 118;
  • blue value is 205.
RGB:
(194,118,205)
(76%,46%,80%)

RGB channels and saturation

R 194 of 255 = 76%
G 118 of 255 = 46%
B 205 of 255 = 80%

194
118
205

R + G + B ~ 67%. #C276CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 118 + 205 = 517 (100%)
R 194 of 517 ~ 37.52%
G 118 of 517 ~ 22.82%
B 205 of 517 ~ 39.65%

%37.52
%22.82
%39.65

CMYK color model

#C276CD color CMYK value is (5,42,0,20).

  • cyan value is 5.37%
  • magenta value is 42.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(5,42,0,20)
C5M42Y0K20 
(5%,42%,0%,20%)
(0.05/0.42/0.00/0.20)	

CMYK percentages

%5.37
%42.44
%0
%19.61

Codes

Color #C276CD in popluar color models

C276CD
RGB194118205
HSL292°46.52%63.33%
HSB/HSV292°42.44%80.39%
CMYK5.37%42.44%0.00%
19.61%

Color #C276CD in popluar number systems.

HEXC276CD
Decimal194118205
Binary11000010111011011001101
Octal302166315

Shades and tints

Shades of #C276CD

#C276CD
(194,118,205)
#B16CBB
(177,108,187)
#A062A9
(160,98,169)
#8F5897
(143,88,151)
#7E4E85
(126,78,133)
#6D4473
(109,68,115)
#5C3A61
(92,58,97)
#4B304F
(75,48,79)
#3A263D
(58,38,61)
#291C2B
(41,28,43)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #C276CD

#C276CD
(194,118,205)
#C782D1
(199,130,209)
#CC8ED5
(204,142,213)
#D19AD9
(209,154,217)
#D6A6DD
(214,166,221)
#DBB2E1
(219,178,225)
#E0BEE5
(224,190,229)
#E5CAE9
(229,202,233)
#EAD6ED
(234,214,237)
#EFE2F1
(239,226,241)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C276CD color. Also use rgb(194,118,205) instead hex code.

Text Font Color

.myTextColor { color: #C276CD; }

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

This text font color is #C276CD.


Background Color

.myBgColor { background-color: #C276CD; }

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

This div background color is #C276CD.


Border color

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

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

This div border color is #C276CD.


Opacity

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

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

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

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

This text has shadow with #C276CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C276CD on black background.


Color preview on white background

This text has color #C276CD on white background.



Black color preview on #C276CD background

This text has black color on #C276CD background.


White color preview on #C276CD background

This text has white color on #C276CD background.