COLOR #C887DD

HEX: #C887DD RGB: (200,135,221)

Color info

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

RGB color model

#C887DD color RGB value is (200,135,221).

RGB: (200,135,221) (78%, 53%, 87%)

RGB channels and saturation

R 200 of 255 = 78%
G 135 of 255 = 53%
B 221 of 255 = 87%

200
135
221

R + G + B ~ 73%. #C887DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 135 + 221 = 556 (100%)
R 200 of 556 ~ 35.97%
G 135 of 556 ~ 24.28%
B 221 of 556 ~ 39.75'%

%35.97
%24.28
%39.75

CMYK color model

#C887DD color CMYK value is (10,39,0,13).

  • cyan value is 9.50%
  • magenta value is 38.91%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (10,39,0,13)
C10M39Y0K13 (10%, 39%, 0%, 13%)
(0.10 / 0.39 / 0.00 / 0.13)

CMYK percentages

%9.5
%38.91
%0
%13.33

Codes

Color #C887DD in popluar color models

C8 87 DD
RGB 200 135 221
HSL 285° 55.84% 69.80%
HSB/HSV 285° 38.91% 86.67%
CMYK 9.50% 38.91% 0.00%
13.33%

Color #C887DD in popluar number systems.

HEX C8 87 DD
Decimal 200 135 221
Binary 11001000 10000111 11011101
Octal 310 207 335

Shades and tints

Shades of #C887DD

#C887DD
(200,135,221)
#B67BC9
(182,123,201)
#A46FB5
(164,111,181)
#9263A1
(146,99,161)
#80578D
(128,87,141)
#6E4B79
(110,75,121)
#5C3F65
(92,63,101)
#4A3351
(74,51,81)
#38273D
(56,39,61)
#261B29
(38,27,41)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #C887DD

#C887DD
(200,135,221)
#CD91E0
(205,145,224)
#D29BE3
(210,155,227)
#D7A5E6
(215,165,230)
#DCAFE9
(220,175,233)
#E1B9EC
(225,185,236)
#E6C3EF
(230,195,239)
#EBCDF2
(235,205,242)
#F0D7F5
(240,215,245)
#F5E1F8
(245,225,248)
#FAEBFB
(250,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C887DD color. Also use rgb(200,135,221) instead hex code.

Text Font Color

.myTextColor { color: #C887DD; }

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

This text font color is #C887DD.

Background Color

.myBgColor { background-color: #C887DD; }

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

This div background color is #C887DD.

Border color

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

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

This div border color is #C887DD.

Opacity

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

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

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

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

This text has shadow with #C887DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C887DD.

Preview

Color preview on black background

This text has color #C887DD on black background.


Color preview on white background

This text has color #C887DD on white background.


Black color preview on #C887DD background

This text has black color on #C887DD background.


White color preview on #C887DD background

This text has white color on #C887DD background.


Related colors

Complementary color

Complementary color for #hex is #377822.


I love getcolorcode.com

Triadic colors

1 #DDC887 and #87DDC8 with #C887DD are triadic colors.

2 #DD87C8 and #87C8DD with #C887DD are triadic colors.