COLOR #C883D7

HEX: #C883D7
RGB: (200,131,215)

Color info

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

RGB color model

#C883D7 color RGB value is (200,131,215).

  • red value is 200;
  • green value is 131;
  • blue value is 215.
RGB:
(200,131,215)
(78%,51%,84%)

RGB channels and saturation

R 200 of 255 = 78%
G 131 of 255 = 51%
B 215 of 255 = 84%

200
131
215

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

Portions of RGB colors in percentages

R + G + B =
200 + 131 + 215 = 546 (100%)
R 200 of 546 ~ 36.63%
G 131 of 546 ~ 23.99%
B 215 of 546 ~ 39.38%

%36.63
%23.99
%39.38

CMYK color model

#C883D7 color CMYK value is (7,39,0,16).

  • cyan value is 6.98%
  • magenta value is 39.07%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(7,39,0,16)
C7M39Y0K16 
(7%,39%,0%,16%)
(0.07/0.39/0.00/0.16)	

CMYK percentages

%6.98
%39.07
%0
%15.69

Codes

Color #C883D7 in popluar color models

C883D7
RGB200131215
HSL289°51.22%67.84%
HSB/HSV289°39.07%84.31%
CMYK6.98%39.07%0.00%
15.69%

Color #C883D7 in popluar number systems.

HEXC883D7
Decimal200131215
Binary110010001000001111010111
Octal310203327

Shades and tints

Shades of #C883D7

#C883D7
(200,131,215)
#B678C4
(182,120,196)
#A46DB1
(164,109,177)
#92629E
(146,98,158)
#80578B
(128,87,139)
#6E4C78
(110,76,120)
#5C4165
(92,65,101)
#4A3652
(74,54,82)
#382B3F
(56,43,63)
#26202C
(38,32,44)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #C883D7

#C883D7
(200,131,215)
#CD8EDA
(205,142,218)
#D299DD
(210,153,221)
#D7A4E0
(215,164,224)
#DCAFE3
(220,175,227)
#E1BAE6
(225,186,230)
#E6C5E9
(230,197,233)
#EBD0EC
(235,208,236)
#F0DBEF
(240,219,239)
#F5E6F2
(245,230,242)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C883D7; }

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

This text font color is #C883D7.


Background Color

.myBgColor { background-color: #C883D7; }

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

This div background color is #C883D7.


Border color

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

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

This div border color is #C883D7.


Opacity

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

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

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

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

This text has shadow with #C883D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C883D7 on black background.


Color preview on white background

This text has color #C883D7 on white background.



Black color preview on #C883D7 background

This text has black color on #C883D7 background.


White color preview on #C883D7 background

This text has white color on #C883D7 background.