COLOR #C895E0

HEX: #C895E0 RGB: (200,149,224)

Color info

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

RGB color model

#C895E0 color RGB value is (200,149,224).

RGB: (200,149,224) (78%, 58%, 88%)

RGB channels and saturation

R 200 of 255 = 78%
G 149 of 255 = 58%
B 224 of 255 = 88%

200
149
224

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

Portions of RGB colors in percentages

R + G + B = 200 + 149 + 224 = 573 (100%)
R 200 of 573 ~ 34.9%
G 149 of 573 ~ 26%
B 224 of 573 ~ 39.09'%

%34.9
%26
%39.09

CMYK color model

#C895E0 color CMYK value is (11,33,0,12).

  • cyan value is 10.71%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (11,33,0,12)
C11M33Y0K12 (11%, 33%, 0%, 12%)
(0.11 / 0.33 / 0.00 / 0.12)

CMYK percentages

%10.71
%33.48
%0
%12.16

Codes

Color #C895E0 in popluar color models

C8 95 E0
RGB 200 149 224
HSL 281° 54.74% 73.14%
HSB/HSV 281° 33.48% 87.84%
CMYK 10.71% 33.48% 0.00%
12.16%

Color #C895E0 in popluar number systems.

HEX C8 95 E0
Decimal 200 149 224
Binary 11001000 10010101 11100000
Octal 310 225 340

Shades and tints

Shades of #C895E0

#C895E0
(200,149,224)
#B688CC
(182,136,204)
#A47BB8
(164,123,184)
#926EA4
(146,110,164)
#806190
(128,97,144)
#6E547C
(110,84,124)
#5C4768
(92,71,104)
#4A3A54
(74,58,84)
#382D40
(56,45,64)
#26202C
(38,32,44)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #C895E0

#C895E0
(200,149,224)
#CD9EE2
(205,158,226)
#D2A7E4
(210,167,228)
#D7B0E6
(215,176,230)
#DCB9E8
(220,185,232)
#E1C2EA
(225,194,234)
#E6CBEC
(230,203,236)
#EBD4EE
(235,212,238)
#F0DDF0
(240,221,240)
#F5E6F2
(245,230,242)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C895E0 color. Also use rgb(200,149,224) instead hex code.

Text Font Color

.myTextColor { color: #C895E0; }

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

This text font color is #C895E0.

Background Color

.myBgColor { background-color: #C895E0; }

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

This div background color is #C895E0.

Border color

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

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

This div border color is #C895E0.

Opacity

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

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

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

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

This text has shadow with #C895E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C895E0.

Preview

Color preview on black background

This text has color #C895E0 on black background.


Color preview on white background

This text has color #C895E0 on white background.


Black color preview on #C895E0 background

This text has black color on #C895E0 background.


White color preview on #C895E0 background

This text has white color on #C895E0 background.


Related colors

Complementary color

Complementary color for #hex is #376A1F.


I love getcolorcode.com

Triadic colors

1 #E0C895 and #95E0C8 with #C895E0 are triadic colors.

2 #E095C8 and #95C8E0 with #C895E0 are triadic colors.