COLOR #C885D4

HEX: #C885D4
RGB: (200,133,212)

Color info

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

RGB color model

#C885D4 color RGB value is (200,133,212).

  • red value is 200;
  • green value is 133;
  • blue value is 212.
RGB:
(200,133,212)
(78%,52%,83%)

RGB channels and saturation

R 200 of 255 = 78%
G 133 of 255 = 52%
B 212 of 255 = 83%

200
133
212

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

Portions of RGB colors in percentages

R + G + B =
200 + 133 + 212 = 545 (100%)
R 200 of 545 ~ 36.7%
G 133 of 545 ~ 24.4%
B 212 of 545 ~ 38.9%

%36.7
%24.4
%38.9

CMYK color model

#C885D4 color CMYK value is (6,37,0,17).

  • cyan value is 5.66%
  • magenta value is 37.26%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(6,37,0,17)
C6M37Y0K17 
(6%,37%,0%,17%)
(0.06/0.37/0.00/0.17)	

CMYK percentages

%5.66
%37.26
%0
%16.86

Codes

Color #C885D4 in popluar color models

C885D4
RGB200133212
HSL291°47.88%67.65%
HSB/HSV291°37.26%83.14%
CMYK5.66%37.26%0.00%
16.86%

Color #C885D4 in popluar number systems.

HEXC885D4
Decimal200133212
Binary110010001000010111010100
Octal310205324

Shades and tints

Shades of #C885D4

#C885D4
(200,133,212)
#B679C1
(182,121,193)
#A46DAE
(164,109,174)
#92619B
(146,97,155)
#805588
(128,85,136)
#6E4975
(110,73,117)
#5C3D62
(92,61,98)
#4A314F
(74,49,79)
#38253C
(56,37,60)
#261929
(38,25,41)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #C885D4

#C885D4
(200,133,212)
#CD90D7
(205,144,215)
#D29BDA
(210,155,218)
#D7A6DD
(215,166,221)
#DCB1E0
(220,177,224)
#E1BCE3
(225,188,227)
#E6C7E6
(230,199,230)
#EBD2E9
(235,210,233)
#F0DDEC
(240,221,236)
#F5E8EF
(245,232,239)
#FAF3F2
(250,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C885D4 color. Also use rgb(200,133,212) instead hex code.

Text Font Color

.myTextColor { color: #C885D4; }

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

This text font color is #C885D4.


Background Color

.myBgColor { background-color: #C885D4; }

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

This div background color is #C885D4.


Border color

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

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

This div border color is #C885D4.


Opacity

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

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

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

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

This text has shadow with #C885D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C885D4 on black background.


Color preview on white background

This text has color #C885D4 on white background.



Black color preview on #C885D4 background

This text has black color on #C885D4 background.


White color preview on #C885D4 background

This text has white color on #C885D4 background.