COLOR #C884EA

HEX: #C884EA RGB: (200,132,234)

Color info

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

RGB color model

#C884EA color RGB value is (200,132,234).

RGB: (200,132,234) (78%, 52%, 92%)

RGB channels and saturation

R 200 of 255 = 78%
G 132 of 255 = 52%
B 234 of 255 = 92%

200
132
234

R + G + B ~ 74%. #C884EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 132 + 234 = 566 (100%)
R 200 of 566 ~ 35.34%
G 132 of 566 ~ 23.32%
B 234 of 566 ~ 41.34'%

%35.34
%23.32
%41.34

CMYK color model

#C884EA color CMYK value is (15,44,0,8).

  • cyan value is 14.53%
  • magenta value is 43.59%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (15,44,0,8)
C15M44Y0K8 (15%, 44%, 0%, 8%)
(0.15 / 0.44 / 0.00 / 0.08)

CMYK percentages

%14.53
%43.59
%0
%8.24

Codes

Color #C884EA in popluar color models

C8 84 EA
RGB 200 132 234
HSL 280° 70.83% 71.76%
HSB/HSV 280° 43.59% 91.76%
CMYK 14.53% 43.59% 0.00%
8.24%

Color #C884EA in popluar number systems.

HEX C8 84 EA
Decimal 200 132 234
Binary 11001000 10000100 11101010
Octal 310 204 352

Shades and tints

Shades of #C884EA

#C884EA
(200,132,234)
#B678D5
(182,120,213)
#A46CC0
(164,108,192)
#9260AB
(146,96,171)
#805496
(128,84,150)
#6E4881
(110,72,129)
#5C3C6C
(92,60,108)
#4A3057
(74,48,87)
#382442
(56,36,66)
#26182D
(38,24,45)
#140C18
(20,12,24)
#000000
(0,0,0)

Tints of #C884EA

#C884EA
(200,132,234)
#CD8FEB
(205,143,235)
#D29AEC
(210,154,236)
#D7A5ED
(215,165,237)
#DCB0EE
(220,176,238)
#E1BBEF
(225,187,239)
#E6C6F0
(230,198,240)
#EBD1F1
(235,209,241)
#F0DCF2
(240,220,242)
#F5E7F3
(245,231,243)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C884EA; }

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

This text font color is #C884EA.

Background Color

.myBgColor { background-color: #C884EA; }

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

This div background color is #C884EA.

Border color

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

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

This div border color is #C884EA.

Opacity

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

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

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

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

This text has shadow with #C884EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C884EA.

Preview

Color preview on black background

This text has color #C884EA on black background.


Color preview on white background

This text has color #C884EA on white background.


Black color preview on #C884EA background

This text has black color on #C884EA background.


White color preview on #C884EA background

This text has white color on #C884EA background.


Related colors

Complementary color

Complementary color for #hex is #377B15.


I love getcolorcode.com

Triadic colors

1 #EAC884 and #84EAC8 with #C884EA are triadic colors.

2 #EA84C8 and #84C8EA with #C884EA are triadic colors.