COLOR #C894DC

HEX: #C894DC
RGB: (200,148,220)

Color info

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

RGB color model

#C894DC color RGB value is (200,148,220).

  • red value is 200;
  • green value is 148;
  • blue value is 220.
RGB:
(200,148,220)
(78%,58%,86%)

RGB channels and saturation

R 200 of 255 = 78%
G 148 of 255 = 58%
B 220 of 255 = 86%

200
148
220

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

Portions of RGB colors in percentages

R + G + B =
200 + 148 + 220 = 568 (100%)
R 200 of 568 ~ 35.21%
G 148 of 568 ~ 26.06%
B 220 of 568 ~ 38.73%

%35.21
%26.06
%38.73

CMYK color model

#C894DC color CMYK value is (9,33,0,14).

  • cyan value is 9.09%
  • magenta value is 32.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(9,33,0,14)
C9M33Y0K14 
(9%,33%,0%,14%)
(0.09/0.33/0.00/0.14)	

CMYK percentages

%9.09
%32.73
%0
%13.73

Codes

Color #C894DC in popluar color models

C894DC
RGB200148220
HSL283°50.70%72.16%
HSB/HSV283°32.73%86.27%
CMYK9.09%32.73%0.00%
13.73%

Color #C894DC in popluar number systems.

HEXC894DC
Decimal200148220
Binary110010001001010011011100
Octal310224334

Shades and tints

Shades of #C894DC

#C894DC
(200,148,220)
#B687C8
(182,135,200)
#A47AB4
(164,122,180)
#926DA0
(146,109,160)
#80608C
(128,96,140)
#6E5378
(110,83,120)
#5C4664
(92,70,100)
#4A3950
(74,57,80)
#382C3C
(56,44,60)
#261F28
(38,31,40)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #C894DC

#C894DC
(200,148,220)
#CD9DDF
(205,157,223)
#D2A6E2
(210,166,226)
#D7AFE5
(215,175,229)
#DCB8E8
(220,184,232)
#E1C1EB
(225,193,235)
#E6CAEE
(230,202,238)
#EBD3F1
(235,211,241)
#F0DCF4
(240,220,244)
#F5E5F7
(245,229,247)
#FAEEFA
(250,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C894DC; }

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

This text font color is #C894DC.


Background Color

.myBgColor { background-color: #C894DC; }

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

This div background color is #C894DC.


Border color

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

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

This div border color is #C894DC.


Opacity

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

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

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

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

This text has shadow with #C894DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C894DC on black background.


Color preview on white background

This text has color #C894DC on white background.



Black color preview on #C894DC background

This text has black color on #C894DC background.


White color preview on #C894DC background

This text has white color on #C894DC background.