COLOR #C88EC4

HEX: #C88EC4 RGB: (200,142,196)

Color info

#C88EC4 contains red, green and blue colors in about the same proportion. Web safe color of #C88EC4 is #CC99CC (or #C9C).

RGB color model

#C88EC4 color RGB value is (200,142,196).

RGB: (200,142,196) (78%, 56%, 77%)

RGB channels and saturation

R 200 of 255 = 78%
G 142 of 255 = 56%
B 196 of 255 = 77%

200
142
196

R + G + B ~ 70%. #C88EC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 142 + 196 = 538 (100%)
R 200 of 538 ~ 37.17%
G 142 of 538 ~ 26.39%
B 196 of 538 ~ 36.43'%

%37.17
%26.39
%36.43

CMYK color model

#C88EC4 color CMYK value is (0,29,2,22).

  • cyan value is 0.00%
  • magenta value is 29.00%
  • yellow value is 2.00%
  • key color value is 21.57%

CMYK: (0,29,2,22)
C0M29Y2K22 (0%, 29%, 2%, 22%)
(0.00 / 0.29 / 0.02 / 0.22)

CMYK percentages

%0
%29
%2
%21.57

Codes

Color #C88EC4 in popluar color models

C8 8E C4
RGB 200 142 196
HSL 304° 34.52% 67.06%
HSB/HSV 304° 29.00% 78.43%
CMYK 0.00% 29.00% 2.00%
21.57%

Color #C88EC4 in popluar number systems.

HEX C8 8E C4
Decimal 200 142 196
Binary 11001000 10001110 11000100
Octal 310 216 304

Shades and tints

Shades of #C88EC4

#C88EC4
(200,142,196)
#B682B3
(182,130,179)
#A476A2
(164,118,162)
#926A91
(146,106,145)
#805E80
(128,94,128)
#6E526F
(110,82,111)
#5C465E
(92,70,94)
#4A3A4D
(74,58,77)
#382E3C
(56,46,60)
#26222B
(38,34,43)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #C88EC4

#C88EC4
(200,142,196)
#CD98C9
(205,152,201)
#D2A2CE
(210,162,206)
#D7ACD3
(215,172,211)
#DCB6D8
(220,182,216)
#E1C0DD
(225,192,221)
#E6CAE2
(230,202,226)
#EBD4E7
(235,212,231)
#F0DEEC
(240,222,236)
#F5E8F1
(245,232,241)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88EC4 color. Also use rgb(200,142,196) instead hex code.

Text Font Color

.myTextColor { color: #C88EC4; }

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

This text font color is #C88EC4.

Background Color

.myBgColor { background-color: #C88EC4; }

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

This div background color is #C88EC4.

Border color

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

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

This div border color is #C88EC4.

Opacity

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

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

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

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

This text has shadow with #C88EC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88EC4.

Preview

Color preview on black background

This text has color #C88EC4 on black background.


Color preview on white background

This text has color #C88EC4 on white background.


Black color preview on #C88EC4 background

This text has black color on #C88EC4 background.


White color preview on #C88EC4 background

This text has white color on #C88EC4 background.


Related colors

Complementary color

Complementary color for #hex is #37713B.


I love getcolorcode.com

Triadic colors

1 #C4C88E and #8EC4C8 with #C88EC4 are triadic colors.

2 #C48EC8 and #8EC8C4 with #C88EC4 are triadic colors.