COLOR #C88DE5

HEX: #C88DE5
RGB: (200,141,229)

Color info

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

RGB color model

#C88DE5 color RGB value is (200,141,229).

  • red value is 200;
  • green value is 141;
  • blue value is 229.
RGB:
(200,141,229)
(78%,55%,90%)

RGB channels and saturation

R 200 of 255 = 78%
G 141 of 255 = 55%
B 229 of 255 = 90%

200
141
229

R + G + B ~ 74%. #C88DE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 141 + 229 = 570 (100%)
R 200 of 570 ~ 35.09%
G 141 of 570 ~ 24.74%
B 229 of 570 ~ 40.18%

%35.09
%24.74
%40.18

CMYK color model

#C88DE5 color CMYK value is (13,38,0,10).

  • cyan value is 12.66%
  • magenta value is 38.43%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(13,38,0,10)
C13M38Y0K10 
(13%,38%,0%,10%)
(0.13/0.38/0.00/0.10)	

CMYK percentages

%12.66
%38.43
%0
%10.2

Codes

Color #C88DE5 in popluar color models

C88DE5
RGB200141229
HSL280°62.86%72.55%
HSB/HSV280°38.43%89.80%
CMYK12.66%38.43%0.00%
10.20%

Color #C88DE5 in popluar number systems.

HEXC88DE5
Decimal200141229
Binary110010001000110111100101
Octal310215345

Shades and tints

Shades of #C88DE5

#C88DE5
(200,141,229)
#B681D1
(182,129,209)
#A475BD
(164,117,189)
#9269A9
(146,105,169)
#805D95
(128,93,149)
#6E5181
(110,81,129)
#5C456D
(92,69,109)
#4A3959
(74,57,89)
#382D45
(56,45,69)
#262131
(38,33,49)
#14151D
(20,21,29)
#000000
(0,0,0)

Tints of #C88DE5

#C88DE5
(200,141,229)
#CD97E7
(205,151,231)
#D2A1E9
(210,161,233)
#D7ABEB
(215,171,235)
#DCB5ED
(220,181,237)
#E1BFEF
(225,191,239)
#E6C9F1
(230,201,241)
#EBD3F3
(235,211,243)
#F0DDF5
(240,221,245)
#F5E7F7
(245,231,247)
#FAF1F9
(250,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88DE5 color. Also use rgb(200,141,229) instead hex code.

Text Font Color

.myTextColor { color: #C88DE5; }

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

This text font color is #C88DE5.


Background Color

.myBgColor { background-color: #C88DE5; }

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

This div background color is #C88DE5.


Border color

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

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

This div border color is #C88DE5.


Opacity

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

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

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

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

This text has shadow with #C88DE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88DE5 on black background.


Color preview on white background

This text has color #C88DE5 on white background.



Black color preview on #C88DE5 background

This text has black color on #C88DE5 background.


White color preview on #C88DE5 background

This text has white color on #C88DE5 background.