COLOR #C84BD4

HEX: #C84BD4
RGB: (200,75,212)

Color info

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

RGB color model

#C84BD4 color RGB value is (200,75,212).

  • red value is 200;
  • green value is 75;
  • blue value is 212.
RGB:
(200,75,212)
(78%,29%,83%)

RGB channels and saturation

R 200 of 255 = 78%
G 75 of 255 = 29%
B 212 of 255 = 83%

200
75
212

R + G + B ~ 63%. #C84BD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 75 + 212 = 487 (100%)
R 200 of 487 ~ 41.07%
G 75 of 487 ~ 15.4%
B 212 of 487 ~ 43.53%

%41.07
%15.4
%43.53

CMYK color model

#C84BD4 color CMYK value is (6,65,0,17).

  • cyan value is 5.66%
  • magenta value is 64.62%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(6,65,0,17)
C6M65Y0K17 
(6%,65%,0%,17%)
(0.06/0.65/0.00/0.17)	

CMYK percentages

%5.66
%64.62
%0
%16.86

Codes

Color #C84BD4 in popluar color models

C84BD4
RGB20075212
HSL295°61.43%56.27%
HSB/HSV295°64.62%83.14%
CMYK5.66%64.62%0.00%
16.86%

Color #C84BD4 in popluar number systems.

HEXC84BD4
Decimal20075212
Binary11001000100101111010100
Octal310113324

Shades and tints

Shades of #C84BD4

#C84BD4
(200,75,212)
#B645C1
(182,69,193)
#A43FAE
(164,63,174)
#92399B
(146,57,155)
#803388
(128,51,136)
#6E2D75
(110,45,117)
#5C2762
(92,39,98)
#4A214F
(74,33,79)
#381B3C
(56,27,60)
#261529
(38,21,41)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #C84BD4

#C84BD4
(200,75,212)
#CD5BD7
(205,91,215)
#D26BDA
(210,107,218)
#D77BDD
(215,123,221)
#DC8BE0
(220,139,224)
#E19BE3
(225,155,227)
#E6ABE6
(230,171,230)
#EBBBE9
(235,187,233)
#F0CBEC
(240,203,236)
#F5DBEF
(245,219,239)
#FAEBF2
(250,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C84BD4 color. Also use rgb(200,75,212) instead hex code.

Text Font Color

.myTextColor { color: #C84BD4; }

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

This text font color is #C84BD4.


Background Color

.myBgColor { background-color: #C84BD4; }

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

This div background color is #C84BD4.


Border color

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

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

This div border color is #C84BD4.


Opacity

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

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

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

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

This text has shadow with #C84BD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C84BD4 on black background.


Color preview on white background

This text has color #C84BD4 on white background.



Black color preview on #C84BD4 background

This text has black color on #C84BD4 background.


White color preview on #C84BD4 background

This text has white color on #C84BD4 background.