COLOR #C88ECA

HEX: #C88ECA RGB: (200,142,202)

Color info

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

RGB color model

#C88ECA color RGB value is (200,142,202).

RGB: (200,142,202) (78%, 56%, 79%)

RGB channels and saturation

R 200 of 255 = 78%
G 142 of 255 = 56%
B 202 of 255 = 79%

200
142
202

R + G + B ~ 71%. #C88ECA is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 142 + 202 = 544 (100%)
R 200 of 544 ~ 36.76%
G 142 of 544 ~ 26.1%
B 202 of 544 ~ 37.13'%

%36.76
%26.1
%37.13

CMYK color model

#C88ECA color CMYK value is (1,30,0,21).

  • cyan value is 0.99%
  • magenta value is 29.70%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (1,30,0,21)
C1M30Y0K21 (1%, 30%, 0%, 21%)
(0.01 / 0.30 / 0.00 / 0.21)

CMYK percentages

%0.99
%29.7
%0
%20.78

Codes

Color #C88ECA in popluar color models

C8 8E CA
RGB 200 142 202
HSL 298° 36.14% 67.45%
HSB/HSV 298° 29.70% 79.22%
CMYK 0.99% 29.70% 0.00%
20.78%

Color #C88ECA in popluar number systems.

HEX C8 8E CA
Decimal 200 142 202
Binary 11001000 10001110 11001010
Octal 310 216 312

Shades and tints

Shades of #C88ECA

#C88ECA
(200,142,202)
#B682B8
(182,130,184)
#A476A6
(164,118,166)
#926A94
(146,106,148)
#805E82
(128,94,130)
#6E5270
(110,82,112)
#5C465E
(92,70,94)
#4A3A4C
(74,58,76)
#382E3A
(56,46,58)
#262228
(38,34,40)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #C88ECA

#C88ECA
(200,142,202)
#CD98CE
(205,152,206)
#D2A2D2
(210,162,210)
#D7ACD6
(215,172,214)
#DCB6DA
(220,182,218)
#E1C0DE
(225,192,222)
#E6CAE2
(230,202,226)
#EBD4E6
(235,212,230)
#F0DEEA
(240,222,234)
#F5E8EE
(245,232,238)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88ECA; }

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

This text font color is #C88ECA.

Background Color

.myBgColor { background-color: #C88ECA; }

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

This div background color is #C88ECA.

Border color

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

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

This div border color is #C88ECA.

Opacity

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

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

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

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

This text has shadow with #C88ECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88ECA.

Preview

Color preview on black background

This text has color #C88ECA on black background.


Color preview on white background

This text has color #C88ECA on white background.


Black color preview on #C88ECA background

This text has black color on #C88ECA background.


White color preview on #C88ECA background

This text has white color on #C88ECA background.


Related colors

Complementary color

Complementary color for #hex is #377135.


I love getcolorcode.com

Triadic colors

1 #CAC88E and #8ECAC8 with #C88ECA are triadic colors.

2 #CA8EC8 and #8EC8CA with #C88ECA are triadic colors.