COLOR #C83DD0

HEX: #C83DD0
RGB: (200,61,208)

Color info

#C83DD0 contains mainly red and blue colors. Web safe color of #C83DD0 is #CC33CC (or #C3C).

RGB color model

#C83DD0 color RGB value is (200,61,208).

  • red value is 200;
  • green value is 61;
  • blue value is 208.
RGB:
(200,61,208)
(78%,24%,82%)

RGB channels and saturation

R 200 of 255 = 78%
G 61 of 255 = 24%
B 208 of 255 = 82%

200
61
208

R + G + B ~ 61%. #C83DD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 61 + 208 = 469 (100%)
R 200 of 469 ~ 42.64%
G 61 of 469 ~ 13.01%
B 208 of 469 ~ 44.35%

%42.64
%13.01
%44.35

CMYK color model

#C83DD0 color CMYK value is (4,71,0,18).

  • cyan value is 3.85%
  • magenta value is 70.67%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(4,71,0,18)
C4M71Y0K18 
(4%,71%,0%,18%)
(0.04/0.71/0.00/0.18)	

CMYK percentages

%3.85
%70.67
%0
%18.43

Codes

Color #C83DD0 in popluar color models

C83DD0
RGB20061208
HSL297°61.00%52.75%
HSB/HSV297°70.67%81.57%
CMYK3.85%70.67%0.00%
18.43%

Color #C83DD0 in popluar number systems.

HEXC83DD0
Decimal20061208
Binary1100100011110111010000
Octal31075320

Shades and tints

Shades of #C83DD0

#C83DD0
(200,61,208)
#B638BE
(182,56,190)
#A433AC
(164,51,172)
#922E9A
(146,46,154)
#802988
(128,41,136)
#6E2476
(110,36,118)
#5C1F64
(92,31,100)
#4A1A52
(74,26,82)
#381540
(56,21,64)
#26102E
(38,16,46)
#140B1C
(20,11,28)
#000000
(0,0,0)

Tints of #C83DD0

#C83DD0
(200,61,208)
#CD4ED4
(205,78,212)
#D25FD8
(210,95,216)
#D770DC
(215,112,220)
#DC81E0
(220,129,224)
#E192E4
(225,146,228)
#E6A3E8
(230,163,232)
#EBB4EC
(235,180,236)
#F0C5F0
(240,197,240)
#F5D6F4
(245,214,244)
#FAE7F8
(250,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C83DD0 color. Also use rgb(200,61,208) instead hex code.

Text Font Color

.myTextColor { color: #C83DD0; }

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

This text font color is #C83DD0.


Background Color

.myBgColor { background-color: #C83DD0; }

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

This div background color is #C83DD0.


Border color

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

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

This div border color is #C83DD0.


Opacity

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

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

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

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

This text has shadow with #C83DD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C83DD0 on black background.


Color preview on white background

This text has color #C83DD0 on white background.



Black color preview on #C83DD0 background

This text has black color on #C83DD0 background.


White color preview on #C83DD0 background

This text has white color on #C83DD0 background.