COLOR #C88ED8

HEX: #C88ED8 RGB: (200,142,216)

Color info

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

RGB color model

#C88ED8 color RGB value is (200,142,216).

RGB: (200,142,216) (78%, 56%, 85%)

RGB channels and saturation

R 200 of 255 = 78%
G 142 of 255 = 56%
B 216 of 255 = 85%

200
142
216

R + G + B ~ 73%. #C88ED8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 142 + 216 = 558 (100%)
R 200 of 558 ~ 35.84%
G 142 of 558 ~ 25.45%
B 216 of 558 ~ 38.71'%

%35.84
%25.45
%38.71

CMYK color model

#C88ED8 color CMYK value is (7,34,0,15).

  • cyan value is 7.41%
  • magenta value is 34.26%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (7,34,0,15)
C7M34Y0K15 (7%, 34%, 0%, 15%)
(0.07 / 0.34 / 0.00 / 0.15)

CMYK percentages

%7.41
%34.26
%0
%15.29

Codes

Color #C88ED8 in popluar color models

C8 8E D8
RGB 200 142 216
HSL 287° 48.68% 70.20%
HSB/HSV 287° 34.26% 84.71%
CMYK 7.41% 34.26% 0.00%
15.29%

Color #C88ED8 in popluar number systems.

HEX C8 8E D8
Decimal 200 142 216
Binary 11001000 10001110 11011000
Octal 310 216 330

Shades and tints

Shades of #C88ED8

#C88ED8
(200,142,216)
#B682C5
(182,130,197)
#A476B2
(164,118,178)
#926A9F
(146,106,159)
#805E8C
(128,94,140)
#6E5279
(110,82,121)
#5C4666
(92,70,102)
#4A3A53
(74,58,83)
#382E40
(56,46,64)
#26222D
(38,34,45)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #C88ED8

#C88ED8
(200,142,216)
#CD98DB
(205,152,219)
#D2A2DE
(210,162,222)
#D7ACE1
(215,172,225)
#DCB6E4
(220,182,228)
#E1C0E7
(225,192,231)
#E6CAEA
(230,202,234)
#EBD4ED
(235,212,237)
#F0DEF0
(240,222,240)
#F5E8F3
(245,232,243)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88ED8; }

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

This text font color is #C88ED8.

Background Color

.myBgColor { background-color: #C88ED8; }

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

This div background color is #C88ED8.

Border color

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

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

This div border color is #C88ED8.

Opacity

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

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

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

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

This text has shadow with #C88ED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88ED8.

Preview

Color preview on black background

This text has color #C88ED8 on black background.


Color preview on white background

This text has color #C88ED8 on white background.


Black color preview on #C88ED8 background

This text has black color on #C88ED8 background.


White color preview on #C88ED8 background

This text has white color on #C88ED8 background.


Related colors

Complementary color

Complementary color for #hex is #377127.


I love getcolorcode.com

Triadic colors

1 #D8C88E and #8ED8C8 with #C88ED8 are triadic colors.

2 #D88EC8 and #8EC8D8 with #C88ED8 are triadic colors.