COLOR #C817D5

HEX: #C817D5
RGB: (200,23,213)

Color info

#C817D5 contains mainly red and blue colors. Web safe color of #C817D5 is #CC00CC (or #C0C).

RGB color model

#C817D5 color RGB value is (200,23,213).

  • red value is 200;
  • green value is 23;
  • blue value is 213.
RGB:
(200,23,213)
(78%,9%,84%)

RGB channels and saturation

R 200 of 255 = 78%
G 23 of 255 = 9%
B 213 of 255 = 84%

200
23
213

R + G + B ~ 57%. #C817D5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
200 + 23 + 213 = 436 (100%)
R 200 of 436 ~ 45.87%
G 23 of 436 ~ 5.28%
B 213 of 436 ~ 48.85%

%45.87
%48.85

CMYK color model

#C817D5 color CMYK value is (6,89,0,16).

  • cyan value is 6.10%
  • magenta value is 89.20%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(6,89,0,16)
C6M89Y0K16 
(6%,89%,0%,16%)
(0.06/0.89/0.00/0.16)	

CMYK percentages

%6.1
%89.2
%0
%16.47

Codes

Color #C817D5 in popluar color models

C817D5
RGB20023213
HSL296°80.51%46.27%
HSB/HSV296°89.20%83.53%
CMYK6.10%89.20%0.00%
16.47%

Color #C817D5 in popluar number systems.

HEXC817D5
Decimal20023213
Binary110010001011111010101
Octal31027325

Shades and tints

Shades of #C817D5

#C817D5
(200,23,213)
#B615C2
(182,21,194)
#A413AF
(164,19,175)
#92119C
(146,17,156)
#800F89
(128,15,137)
#6E0D76
(110,13,118)
#5C0B63
(92,11,99)
#4A0950
(74,9,80)
#38073D
(56,7,61)
#26052A
(38,5,42)
#140317
(20,3,23)
#000000
(0,0,0)

Tints of #C817D5

#C817D5
(200,23,213)
#CD2CD8
(205,44,216)
#D241DB
(210,65,219)
#D756DE
(215,86,222)
#DC6BE1
(220,107,225)
#E180E4
(225,128,228)
#E695E7
(230,149,231)
#EBAAEA
(235,170,234)
#F0BFED
(240,191,237)
#F5D4F0
(245,212,240)
#FAE9F3
(250,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C817D5 color. Also use rgb(200,23,213) instead hex code.

Text Font Color

.myTextColor { color: #C817D5; }

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

This text font color is #C817D5.


Background Color

.myBgColor { background-color: #C817D5; }

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

This div background color is #C817D5.


Border color

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

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

This div border color is #C817D5.


Opacity

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

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

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

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

This text has shadow with #C817D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C817D5 on black background.


Color preview on white background

This text has color #C817D5 on white background.



Black color preview on #C817D5 background

This text has black color on #C817D5 background.


White color preview on #C817D5 background

This text has white color on #C817D5 background.