COLOR #C884F1

HEX: #C884F1
RGB: (200,132,241)

Color info

#C884F1 contains mainly red and blue colors. Web safe color of #C884F1 is #CC99FF (or #C9F).

RGB color model

#C884F1 color RGB value is (200,132,241).

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

RGB channels and saturation

R 200 of 255 = 78%
G 132 of 255 = 52%
B 241 of 255 = 95%

200
132
241

R + G + B ~ 75%. #C884F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 132 + 241 = 573 (100%)
R 200 of 573 ~ 34.9%
G 132 of 573 ~ 23.04%
B 241 of 573 ~ 42.06%

%34.9
%23.04
%42.06

CMYK color model

#C884F1 color CMYK value is (17,45,0,5).

  • cyan value is 17.01%
  • magenta value is 45.23%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(17,45,0,5)
C17M45Y0K5 
(17%,45%,0%,5%)
(0.17/0.45/0.00/0.05)	

CMYK percentages

%17.01
%45.23
%0
%5.49

Codes

Color #C884F1 in popluar color models

C884F1
RGB200132241
HSL277°79.56%73.14%
HSB/HSV277°45.23%94.51%
CMYK17.01%45.23%0.00%
5.49%

Color #C884F1 in popluar number systems.

HEXC884F1
Decimal200132241
Binary110010001000010011110001
Octal310204361

Shades and tints

Shades of #C884F1

#C884F1
(200,132,241)
#B678DC
(182,120,220)
#A46CC7
(164,108,199)
#9260B2
(146,96,178)
#80549D
(128,84,157)
#6E4888
(110,72,136)
#5C3C73
(92,60,115)
#4A305E
(74,48,94)
#382449
(56,36,73)
#261834
(38,24,52)
#140C1F
(20,12,31)
#000000
(0,0,0)

Tints of #C884F1

#C884F1
(200,132,241)
#CD8FF2
(205,143,242)
#D29AF3
(210,154,243)
#D7A5F4
(215,165,244)
#DCB0F5
(220,176,245)
#E1BBF6
(225,187,246)
#E6C6F7
(230,198,247)
#EBD1F8
(235,209,248)
#F0DCF9
(240,220,249)
#F5E7FA
(245,231,250)
#FAF2FB
(250,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C884F1; }

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

This text font color is #C884F1.


Background Color

.myBgColor { background-color: #C884F1; }

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

This div background color is #C884F1.


Border color

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

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

This div border color is #C884F1.


Opacity

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

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

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

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

This text has shadow with #C884F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C884F1 on black background.


Color preview on white background

This text has color #C884F1 on white background.



Black color preview on #C884F1 background

This text has black color on #C884F1 background.


White color preview on #C884F1 background

This text has white color on #C884F1 background.