COLOR #C882CE

HEX: #C882CE RGB: (200,130,206)

Color info

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

RGB color model

#C882CE color RGB value is (200,130,206).

RGB: (200,130,206) (78%, 51%, 81%)

RGB channels and saturation

R 200 of 255 = 78%
G 130 of 255 = 51%
B 206 of 255 = 81%

200
130
206

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

Portions of RGB colors in percentages

R + G + B = 200 + 130 + 206 = 536 (100%)
R 200 of 536 ~ 37.31%
G 130 of 536 ~ 24.25%
B 206 of 536 ~ 38.43'%

%37.31
%24.25
%38.43

CMYK color model

#C882CE color CMYK value is (3,37,0,19).

  • cyan value is 2.91%
  • magenta value is 36.89%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (3,37,0,19) C3M37Y0K19 (3%,37%,0%,19%) (0.03/0.37/0.00/0.19) 

CMYK percentages

%2.91
%36.89
%0
%19.22

Codes

Color #C882CE in popluar color models

C8 82 CE
RGB 200 130 206
HSL 295° 43.68% 65.88%
HSB/HSV 295° 36.89% 80.78%
CMYK 2.91% 36.89% 0.00%
19.22%

Color #C882CE in popluar number systems.

HEX C8 82 CE
Decimal 200 130 206
Binary 11001000 10000010 11001110
Octal 310 202 316

Shades and tints

Shades of #C882CE

#C882CE
(200,130,206)
#B677BC
(182,119,188)
#A46CAA
(164,108,170)
#926198
(146,97,152)
#805686
(128,86,134)
#6E4B74
(110,75,116)
#5C4062
(92,64,98)
#4A3550
(74,53,80)
#382A3E
(56,42,62)
#261F2C
(38,31,44)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #C882CE

#C882CE
(200,130,206)
#CD8DD2
(205,141,210)
#D298D6
(210,152,214)
#D7A3DA
(215,163,218)
#DCAEDE
(220,174,222)
#E1B9E2
(225,185,226)
#E6C4E6
(230,196,230)
#EBCFEA
(235,207,234)
#F0DAEE
(240,218,238)
#F5E5F2
(245,229,242)
#FAF0F6
(250,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C882CE color. Also use rgb(200,130,206) instead hex code.

Text Font Color

.myTextColor { color: #C882CE; }

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

This text font color is #C882CE.

Background Color

.myBgColor { background-color: #C882CE; }

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

This div background color is #C882CE.

Border color

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

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

This div border color is #C882CE.

Opacity

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

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

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

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

This text has shadow with #C882CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C882CE.

Preview

Color preview on black background

This text has color #C882CE on black background.


Color preview on white background

This text has color #C882CE on white background.


Black color preview on #C882CE background

This text has black color on #C882CE background.


White color preview on #C882CE background

This text has white color on #C882CE background.


Related colors

Complementary color

Complementary color for #hex is #377D31.


I love getcolorcode.com

Triadic colors

1 #CEC882 and #82CEC8 with #C882CE are triadic colors.

2 #CE82C8 and #82C8CE with #C882CE are triadic colors.