COLOR #C885C8

HEX: #C885C8
RGB: (200,133,200)

Color info

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

RGB color model

#C885C8 color RGB value is (200,133,200).

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

RGB channels and saturation

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

200
133
200

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

Portions of RGB colors in percentages

R + G + B =
200 + 133 + 200 = 533 (100%)
R 200 of 533 ~ 37.52%
G 133 of 533 ~ 24.95%
B 200 of 533 ~ 37.52%

%37.52
%24.95
%37.52

CMYK color model

#C885C8 color CMYK value is (0,34,0,22).

  • cyan value is 0.00%
  • magenta value is 33.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(0,34,0,22)
C0M34Y0K22 
(0%,34%,0%,22%)
(0.00/0.34/0.00/0.22)	

CMYK percentages

%0
%33.5
%0
%21.57

Codes

Color #C885C8 in popluar color models

C885C8
RGB200133200
HSL300°37.85%65.29%
HSB/HSV300°33.50%78.43%
CMYK0.00%33.50%0.00%
21.57%

Color #C885C8 in popluar number systems.

HEXC885C8
Decimal200133200
Binary110010001000010111001000
Octal310205310

Shades and tints

Shades of #C885C8

#C885C8
(200,133,200)
#B679B6
(182,121,182)
#A46DA4
(164,109,164)
#926192
(146,97,146)
#805580
(128,85,128)
#6E496E
(110,73,110)
#5C3D5C
(92,61,92)
#4A314A
(74,49,74)
#382538
(56,37,56)
#261926
(38,25,38)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #C885C8

#C885C8
(200,133,200)
#CD90CD
(205,144,205)
#D29BD2
(210,155,210)
#D7A6D7
(215,166,215)
#DCB1DC
(220,177,220)
#E1BCE1
(225,188,225)
#E6C7E6
(230,199,230)
#EBD2EB
(235,210,235)
#F0DDF0
(240,221,240)
#F5E8F5
(245,232,245)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C885C8; }

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

This text font color is #C885C8.


Background Color

.myBgColor { background-color: #C885C8; }

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

This div background color is #C885C8.


Border color

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

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

This div border color is #C885C8.


Opacity

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

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

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

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

This text has shadow with #C885C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C885C8 on black background.


Color preview on white background

This text has color #C885C8 on white background.



Black color preview on #C885C8 background

This text has black color on #C885C8 background.


White color preview on #C885C8 background

This text has white color on #C885C8 background.