COLOR #C882C7

HEX: #C882C7 RGB: (200,130,199)

Color info

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

RGB color model

#C882C7 color RGB value is (200,130,199).

RGB: (200,130,199) (78%, 51%, 78%)

RGB channels and saturation

R 200 of 255 = 78%
G 130 of 255 = 51%
B 199 of 255 = 78%

200
130
199

R + G + B ~ 69%. #C882C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 130 + 199 = 529 (100%)
R 200 of 529 ~ 37.81%
G 130 of 529 ~ 24.57%
B 199 of 529 ~ 37.62'%

%37.81
%24.57
%37.62

CMYK color model

#C882C7 color CMYK value is (0,35,0,22).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 0.50%
  • key color value is 21.57%
CMYK: (0,35,0,22) C0M35Y0K22 (0%,35%,0%,22%) (0.00/0.35/0.00/0.22) 

CMYK percentages

%0
%35
%0.5
%21.57

Codes

Color #C882C7 in popluar color models

C8 82 C7
RGB 200 130 199
HSL 301° 38.89% 64.71%
HSB/HSV 301° 35.00% 78.43%
CMYK 0.00% 35.00% 0.50%
21.57%

Color #C882C7 in popluar number systems.

HEX C8 82 C7
Decimal 200 130 199
Binary 11001000 10000010 11000111
Octal 310 202 307

Shades and tints

Shades of #C882C7

#C882C7
(200,130,199)
#B677B5
(182,119,181)
#A46CA3
(164,108,163)
#926191
(146,97,145)
#80567F
(128,86,127)
#6E4B6D
(110,75,109)
#5C405B
(92,64,91)
#4A3549
(74,53,73)
#382A37
(56,42,55)
#261F25
(38,31,37)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #C882C7

#C882C7
(200,130,199)
#CD8DCC
(205,141,204)
#D298D1
(210,152,209)
#D7A3D6
(215,163,214)
#DCAEDB
(220,174,219)
#E1B9E0
(225,185,224)
#E6C4E5
(230,196,229)
#EBCFEA
(235,207,234)
#F0DAEF
(240,218,239)
#F5E5F4
(245,229,244)
#FAF0F9
(250,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C882C7; }

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

This text font color is #C882C7.

Background Color

.myBgColor { background-color: #C882C7; }

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

This div background color is #C882C7.

Border color

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

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

This div border color is #C882C7.

Opacity

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

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

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

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

This text has shadow with #C882C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C882C7.

Preview

Color preview on black background

This text has color #C882C7 on black background.


Color preview on white background

This text has color #C882C7 on white background.


Black color preview on #C882C7 background

This text has black color on #C882C7 background.


White color preview on #C882C7 background

This text has white color on #C882C7 background.


Related colors

Complementary color

Complementary color for #hex is #377D38.


I love getcolorcode.com

Triadic colors

1 #C7C882 and #82C7C8 with #C882C7 are triadic colors.

2 #C782C8 and #82C8C7 with #C882C7 are triadic colors.