COLOR #C894F7

HEX: #C894F7 RGB: (200,148,247)

Color info

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

RGB color model

#C894F7 color RGB value is (200,148,247).

RGB: (200,148,247) (78%, 58%, 97%)

RGB channels and saturation

R 200 of 255 = 78%
G 148 of 255 = 58%
B 247 of 255 = 97%

200
148
247

R + G + B ~ 78%. #C894F7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 148 + 247 = 595 (100%)
R 200 of 595 ~ 33.61%
G 148 of 595 ~ 24.87%
B 247 of 595 ~ 41.51'%

%33.61
%24.87
%41.51

CMYK color model

#C894F7 color CMYK value is (19,40,0,3).

  • cyan value is 19.03%
  • magenta value is 40.08%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (19,40,0,3)
C19M40Y0K3 (19%, 40%, 0%, 3%)
(0.19 / 0.40 / 0.00 / 0.03)

CMYK percentages

%19.03
%40.08
%0
%3.14

Codes

Color #C894F7 in popluar color models

C8 94 F7
RGB 200 148 247
HSL 272° 86.09% 77.45%
HSB/HSV 272° 40.08% 96.86%
CMYK 19.03% 40.08% 0.00%
3.14%

Color #C894F7 in popluar number systems.

HEX C8 94 F7
Decimal 200 148 247
Binary 11001000 10010100 11110111
Octal 310 224 367

Shades and tints

Shades of #C894F7

#C894F7
(200,148,247)
#B687E1
(182,135,225)
#A47ACB
(164,122,203)
#926DB5
(146,109,181)
#80609F
(128,96,159)
#6E5389
(110,83,137)
#5C4673
(92,70,115)
#4A395D
(74,57,93)
#382C47
(56,44,71)
#261F31
(38,31,49)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #C894F7

#C894F7
(200,148,247)
#CD9DF7
(205,157,247)
#D2A6F7
(210,166,247)
#D7AFF7
(215,175,247)
#DCB8F7
(220,184,247)
#E1C1F7
(225,193,247)
#E6CAF7
(230,202,247)
#EBD3F7
(235,211,247)
#F0DCF7
(240,220,247)
#F5E5F7
(245,229,247)
#FAEEF7
(250,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C894F7; }

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

This text font color is #C894F7.

Background Color

.myBgColor { background-color: #C894F7; }

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

This div background color is #C894F7.

Border color

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

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

This div border color is #C894F7.

Opacity

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

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

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

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

This text has shadow with #C894F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C894F7.

Preview

Color preview on black background

This text has color #C894F7 on black background.


Color preview on white background

This text has color #C894F7 on white background.


Black color preview on #C894F7 background

This text has black color on #C894F7 background.


White color preview on #C894F7 background

This text has white color on #C894F7 background.


Related colors

Complementary color

Complementary color for #hex is #376B08.


I love getcolorcode.com

Triadic colors

1 #F7C894 and #94F7C8 with #C894F7 are triadic colors.

2 #F794C8 and #94C8F7 with #C894F7 are triadic colors.