COLOR #C88FDA

HEX: #C88FDA
RGB: (200,143,218)

Color info

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

RGB color model

#C88FDA color RGB value is (200,143,218).

  • red value is 200;
  • green value is 143;
  • blue value is 218.
RGB:
(200,143,218)
(78%,56%,85%)

RGB channels and saturation

R 200 of 255 = 78%
G 143 of 255 = 56%
B 218 of 255 = 85%

200
143
218

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

Portions of RGB colors in percentages

R + G + B =
200 + 143 + 218 = 561 (100%)
R 200 of 561 ~ 35.65%
G 143 of 561 ~ 25.49%
B 218 of 561 ~ 38.86%

%35.65
%25.49
%38.86

CMYK color model

#C88FDA color CMYK value is (8,34,0,15).

  • cyan value is 8.26%
  • magenta value is 34.40%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,34,0,15)
C8M34Y0K15 
(8%,34%,0%,15%)
(0.08/0.34/0.00/0.15)	

CMYK percentages

%8.26
%34.4
%0
%14.51

Codes

Color #C88FDA in popluar color models

C88FDA
RGB200143218
HSL286°50.34%70.78%
HSB/HSV286°34.40%85.49%
CMYK8.26%34.40%0.00%
14.51%

Color #C88FDA in popluar number systems.

HEXC88FDA
Decimal200143218
Binary110010001000111111011010
Octal310217332

Shades and tints

Shades of #C88FDA

#C88FDA
(200,143,218)
#B682C7
(182,130,199)
#A475B4
(164,117,180)
#9268A1
(146,104,161)
#805B8E
(128,91,142)
#6E4E7B
(110,78,123)
#5C4168
(92,65,104)
#4A3455
(74,52,85)
#382742
(56,39,66)
#261A2F
(38,26,47)
#140D1C
(20,13,28)
#000000
(0,0,0)

Tints of #C88FDA

#C88FDA
(200,143,218)
#CD99DD
(205,153,221)
#D2A3E0
(210,163,224)
#D7ADE3
(215,173,227)
#DCB7E6
(220,183,230)
#E1C1E9
(225,193,233)
#E6CBEC
(230,203,236)
#EBD5EF
(235,213,239)
#F0DFF2
(240,223,242)
#F5E9F5
(245,233,245)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88FDA color. Also use rgb(200,143,218) instead hex code.

Text Font Color

.myTextColor { color: #C88FDA; }

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

This text font color is #C88FDA.


Background Color

.myBgColor { background-color: #C88FDA; }

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

This div background color is #C88FDA.


Border color

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

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

This div border color is #C88FDA.


Opacity

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

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

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

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

This text has shadow with #C88FDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88FDA on black background.


Color preview on white background

This text has color #C88FDA on white background.



Black color preview on #C88FDA background

This text has black color on #C88FDA background.


White color preview on #C88FDA background

This text has white color on #C88FDA background.