COLOR #C89CE1

HEX: #C89CE1 RGB: (200,156,225)

Color info

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

RGB color model

#C89CE1 color RGB value is (200,156,225).

RGB: (200,156,225) (78%, 61%, 88%)

RGB channels and saturation

R 200 of 255 = 78%
G 156 of 255 = 61%
B 225 of 255 = 88%

200
156
225

R + G + B ~ 76%. #C89CE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 156 + 225 = 581 (100%)
R 200 of 581 ~ 34.42%
G 156 of 581 ~ 26.85%
B 225 of 581 ~ 38.73'%

%34.42
%26.85
%38.73

CMYK color model

#C89CE1 color CMYK value is (11,31,0,12).

  • cyan value is 11.11%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (11,31,0,12)
C11M31Y0K12 (11%, 31%, 0%, 12%)
(0.11 / 0.31 / 0.00 / 0.12)

CMYK percentages

%11.11
%30.67
%0
%11.76

Codes

Color #C89CE1 in popluar color models

C8 9C E1
RGB 200 156 225
HSL 278° 53.49% 74.71%
HSB/HSV 278° 30.67% 88.24%
CMYK 11.11% 30.67% 0.00%
11.76%

Color #C89CE1 in popluar number systems.

HEX C8 9C E1
Decimal 200 156 225
Binary 11001000 10011100 11100001
Octal 310 234 341

Shades and tints

Shades of #C89CE1

#C89CE1
(200,156,225)
#B68ECD
(182,142,205)
#A480B9
(164,128,185)
#9272A5
(146,114,165)
#806491
(128,100,145)
#6E567D
(110,86,125)
#5C4869
(92,72,105)
#4A3A55
(74,58,85)
#382C41
(56,44,65)
#261E2D
(38,30,45)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #C89CE1

#C89CE1
(200,156,225)
#CDA5E3
(205,165,227)
#D2AEE5
(210,174,229)
#D7B7E7
(215,183,231)
#DCC0E9
(220,192,233)
#E1C9EB
(225,201,235)
#E6D2ED
(230,210,237)
#EBDBEF
(235,219,239)
#F0E4F1
(240,228,241)
#F5EDF3
(245,237,243)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89CE1 color. Also use rgb(200,156,225) instead hex code.

Text Font Color

.myTextColor { color: #C89CE1; }

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

This text font color is #C89CE1.

Background Color

.myBgColor { background-color: #C89CE1; }

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

This div background color is #C89CE1.

Border color

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

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

This div border color is #C89CE1.

Opacity

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

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

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

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

This text has shadow with #C89CE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89CE1.

Preview

Color preview on black background

This text has color #C89CE1 on black background.


Color preview on white background

This text has color #C89CE1 on white background.


Black color preview on #C89CE1 background

This text has black color on #C89CE1 background.


White color preview on #C89CE1 background

This text has white color on #C89CE1 background.


Related colors

Complementary color

Complementary color for #hex is #37631E.


I love getcolorcode.com

Triadic colors

1 #E1C89C and #9CE1C8 with #C89CE1 are triadic colors.

2 #E19CC8 and #9CC8E1 with #C89CE1 are triadic colors.