COLOR #C884D5

HEX: #C884D5
RGB: (200,132,213)

Color info

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

RGB color model

#C884D5 color RGB value is (200,132,213).

  • red value is 200;
  • green value is 132;
  • blue value is 213.
RGB:
(200,132,213)
(78%,52%,84%)

RGB channels and saturation

R 200 of 255 = 78%
G 132 of 255 = 52%
B 213 of 255 = 84%

200
132
213

R + G + B ~ 71%. #C884D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 132 + 213 = 545 (100%)
R 200 of 545 ~ 36.7%
G 132 of 545 ~ 24.22%
B 213 of 545 ~ 39.08%

%36.7
%24.22
%39.08

CMYK color model

#C884D5 color CMYK value is (6,38,0,16).

  • cyan value is 6.10%
  • magenta value is 38.03%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(6,38,0,16)
C6M38Y0K16 
(6%,38%,0%,16%)
(0.06/0.38/0.00/0.16)	

CMYK percentages

%6.1
%38.03
%0
%16.47

Codes

Color #C884D5 in popluar color models

C884D5
RGB200132213
HSL290°49.09%67.65%
HSB/HSV290°38.03%83.53%
CMYK6.10%38.03%0.00%
16.47%

Color #C884D5 in popluar number systems.

HEXC884D5
Decimal200132213
Binary110010001000010011010101
Octal310204325

Shades and tints

Shades of #C884D5

#C884D5
(200,132,213)
#B678C2
(182,120,194)
#A46CAF
(164,108,175)
#92609C
(146,96,156)
#805489
(128,84,137)
#6E4876
(110,72,118)
#5C3C63
(92,60,99)
#4A3050
(74,48,80)
#38243D
(56,36,61)
#26182A
(38,24,42)
#140C17
(20,12,23)
#000000
(0,0,0)

Tints of #C884D5

#C884D5
(200,132,213)
#CD8FD8
(205,143,216)
#D29ADB
(210,154,219)
#D7A5DE
(215,165,222)
#DCB0E1
(220,176,225)
#E1BBE4
(225,187,228)
#E6C6E7
(230,198,231)
#EBD1EA
(235,209,234)
#F0DCED
(240,220,237)
#F5E7F0
(245,231,240)
#FAF2F3
(250,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C884D5 color. Also use rgb(200,132,213) instead hex code.

Text Font Color

.myTextColor { color: #C884D5; }

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

This text font color is #C884D5.


Background Color

.myBgColor { background-color: #C884D5; }

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

This div background color is #C884D5.


Border color

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

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

This div border color is #C884D5.


Opacity

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

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

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

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

This text has shadow with #C884D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C884D5 on black background.


Color preview on white background

This text has color #C884D5 on white background.



Black color preview on #C884D5 background

This text has black color on #C884D5 background.


White color preview on #C884D5 background

This text has white color on #C884D5 background.