COLOR #C885DF

HEX: #C885DF RGB: (200,133,223)

Color info

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

RGB color model

#C885DF color RGB value is (200,133,223).

RGB: (200,133,223) (78%, 52%, 87%)

RGB channels and saturation

R 200 of 255 = 78%
G 133 of 255 = 52%
B 223 of 255 = 87%

200
133
223

R + G + B ~ 72%. #C885DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 133 + 223 = 556 (100%)
R 200 of 556 ~ 35.97%
G 133 of 556 ~ 23.92%
B 223 of 556 ~ 40.11'%

%35.97
%23.92
%40.11

CMYK color model

#C885DF color CMYK value is (10,40,0,13).

  • cyan value is 10.31%
  • magenta value is 40.36%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (10,40,0,13)
C10M40Y0K13 (10%, 40%, 0%, 13%)
(0.10 / 0.40 / 0.00 / 0.13)

CMYK percentages

%10.31
%40.36
%0
%12.55

Codes

Color #C885DF in popluar color models

C8 85 DF
RGB 200 133 223
HSL 285° 58.44% 69.80%
HSB/HSV 285° 40.36% 87.45%
CMYK 10.31% 40.36% 0.00%
12.55%

Color #C885DF in popluar number systems.

HEX C8 85 DF
Decimal 200 133 223
Binary 11001000 10000101 11011111
Octal 310 205 337

Shades and tints

Shades of #C885DF

#C885DF
(200,133,223)
#B679CB
(182,121,203)
#A46DB7
(164,109,183)
#9261A3
(146,97,163)
#80558F
(128,85,143)
#6E497B
(110,73,123)
#5C3D67
(92,61,103)
#4A3153
(74,49,83)
#38253F
(56,37,63)
#26192B
(38,25,43)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #C885DF

#C885DF
(200,133,223)
#CD90E1
(205,144,225)
#D29BE3
(210,155,227)
#D7A6E5
(215,166,229)
#DCB1E7
(220,177,231)
#E1BCE9
(225,188,233)
#E6C7EB
(230,199,235)
#EBD2ED
(235,210,237)
#F0DDEF
(240,221,239)
#F5E8F1
(245,232,241)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C885DF; }

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

This text font color is #C885DF.

Background Color

.myBgColor { background-color: #C885DF; }

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

This div background color is #C885DF.

Border color

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

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

This div border color is #C885DF.

Opacity

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

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

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

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

This text has shadow with #C885DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C885DF.

Preview

Color preview on black background

This text has color #C885DF on black background.


Color preview on white background

This text has color #C885DF on white background.


Black color preview on #C885DF background

This text has black color on #C885DF background.


White color preview on #C885DF background

This text has white color on #C885DF background.


Related colors

Complementary color

Complementary color for #hex is #377A20.


I love getcolorcode.com

Triadic colors

1 #DFC885 and #85DFC8 with #C885DF are triadic colors.

2 #DF85C8 and #85C8DF with #C885DF are triadic colors.