COLOR #C082D7

HEX: #C082D7
RGB: (192,130,215)

Color info

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

RGB color model

#C082D7 color RGB value is (192,130,215).

  • red value is 192;
  • green value is 130;
  • blue value is 215.
RGB:
(192,130,215)
(75%,51%,84%)

RGB channels and saturation

R 192 of 255 = 75%
G 130 of 255 = 51%
B 215 of 255 = 84%

192
130
215

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

Portions of RGB colors in percentages

R + G + B =
192 + 130 + 215 = 537 (100%)
R 192 of 537 ~ 35.75%
G 130 of 537 ~ 24.21%
B 215 of 537 ~ 40.04%

%35.75
%24.21
%40.04

CMYK color model

#C082D7 color CMYK value is (11,40,0,16).

  • cyan value is 10.70%
  • magenta value is 39.53%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(11,40,0,16)
C11M40Y0K16 
(11%,40%,0%,16%)
(0.11/0.40/0.00/0.16)	

CMYK percentages

%10.7
%39.53
%0
%15.69

Codes

Color #C082D7 in popluar color models

C082D7
RGB192130215
HSL284°51.52%67.65%
HSB/HSV284°39.53%84.31%
CMYK10.70%39.53%0.00%
15.69%

Color #C082D7 in popluar number systems.

HEXC082D7
Decimal192130215
Binary110000001000001011010111
Octal300202327

Shades and tints

Shades of #C082D7

#C082D7
(192,130,215)
#AF77C4
(175,119,196)
#9E6CB1
(158,108,177)
#8D619E
(141,97,158)
#7C568B
(124,86,139)
#6B4B78
(107,75,120)
#5A4065
(90,64,101)
#493552
(73,53,82)
#382A3F
(56,42,63)
#271F2C
(39,31,44)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #C082D7

#C082D7
(192,130,215)
#C58DDA
(197,141,218)
#CA98DD
(202,152,221)
#CFA3E0
(207,163,224)
#D4AEE3
(212,174,227)
#D9B9E6
(217,185,230)
#DEC4E9
(222,196,233)
#E3CFEC
(227,207,236)
#E8DAEF
(232,218,239)
#EDE5F2
(237,229,242)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C082D7 color. Also use rgb(192,130,215) instead hex code.

Text Font Color

.myTextColor { color: #C082D7; }

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

This text font color is #C082D7.


Background Color

.myBgColor { background-color: #C082D7; }

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

This div background color is #C082D7.


Border color

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

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

This div border color is #C082D7.


Opacity

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

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

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

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

This text has shadow with #C082D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C082D7 on black background.


Color preview on white background

This text has color #C082D7 on white background.



Black color preview on #C082D7 background

This text has black color on #C082D7 background.


White color preview on #C082D7 background

This text has white color on #C082D7 background.