COLOR #C084D4

HEX: #C084D4
RGB: (192,132,212)

Color info

#C084D4 contains mainly red and blue colors. Web safe color of #C084D4 is #CC99CC (or #C9C).

RGB color model

#C084D4 color RGB value is (192,132,212).

  • red value is 192;
  • green value is 132;
  • blue value is 212.
RGB:
(192,132,212)
(75%,52%,83%)

RGB channels and saturation

R 192 of 255 = 75%
G 132 of 255 = 52%
B 212 of 255 = 83%

192
132
212

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

Portions of RGB colors in percentages

R + G + B =
192 + 132 + 212 = 536 (100%)
R 192 of 536 ~ 35.82%
G 132 of 536 ~ 24.63%
B 212 of 536 ~ 39.55%

%35.82
%24.63
%39.55

CMYK color model

#C084D4 color CMYK value is (9,38,0,17).

  • cyan value is 9.43%
  • magenta value is 37.74%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(9,38,0,17)
C9M38Y0K17 
(9%,38%,0%,17%)
(0.09/0.38/0.00/0.17)	

CMYK percentages

%9.43
%37.74
%0
%16.86

Codes

Color #C084D4 in popluar color models

C084D4
RGB192132212
HSL285°48.19%67.45%
HSB/HSV285°37.74%83.14%
CMYK9.43%37.74%0.00%
16.86%

Color #C084D4 in popluar number systems.

HEXC084D4
Decimal192132212
Binary110000001000010011010100
Octal300204324

Shades and tints

Shades of #C084D4

#C084D4
(192,132,212)
#AF78C1
(175,120,193)
#9E6CAE
(158,108,174)
#8D609B
(141,96,155)
#7C5488
(124,84,136)
#6B4875
(107,72,117)
#5A3C62
(90,60,98)
#49304F
(73,48,79)
#38243C
(56,36,60)
#271829
(39,24,41)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #C084D4

#C084D4
(192,132,212)
#C58FD7
(197,143,215)
#CA9ADA
(202,154,218)
#CFA5DD
(207,165,221)
#D4B0E0
(212,176,224)
#D9BBE3
(217,187,227)
#DEC6E6
(222,198,230)
#E3D1E9
(227,209,233)
#E8DCEC
(232,220,236)
#EDE7EF
(237,231,239)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C084D4 color. Also use rgb(192,132,212) instead hex code.

Text Font Color

.myTextColor { color: #C084D4; }

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

This text font color is #C084D4.


Background Color

.myBgColor { background-color: #C084D4; }

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

This div background color is #C084D4.


Border color

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

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

This div border color is #C084D4.


Opacity

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

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

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

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

This text has shadow with #C084D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C084D4 on black background.


Color preview on white background

This text has color #C084D4 on white background.



Black color preview on #C084D4 background

This text has black color on #C084D4 background.


White color preview on #C084D4 background

This text has white color on #C084D4 background.