COLOR #C88FD3

HEX: #C88FD3
RGB: (200,143,211)

Color info

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

RGB color model

#C88FD3 color RGB value is (200,143,211).

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

RGB channels and saturation

R 200 of 255 = 78%
G 143 of 255 = 56%
B 211 of 255 = 83%

200
143
211

R + G + B ~ 72%. #C88FD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 143 + 211 = 554 (100%)
R 200 of 554 ~ 36.1%
G 143 of 554 ~ 25.81%
B 211 of 554 ~ 38.09%

%36.1
%25.81
%38.09

CMYK color model

#C88FD3 color CMYK value is (5,32,0,17).

  • cyan value is 5.21%
  • magenta value is 32.23%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(5,32,0,17)
C5M32Y0K17 
(5%,32%,0%,17%)
(0.05/0.32/0.00/0.17)	

CMYK percentages

%5.21
%32.23
%0
%17.25

Codes

Color #C88FD3 in popluar color models

C88FD3
RGB200143211
HSL290°43.59%69.41%
HSB/HSV290°32.23%82.75%
CMYK5.21%32.23%0.00%
17.25%

Color #C88FD3 in popluar number systems.

HEXC88FD3
Decimal200143211
Binary110010001000111111010011
Octal310217323

Shades and tints

Shades of #C88FD3

#C88FD3
(200,143,211)
#B682C0
(182,130,192)
#A475AD
(164,117,173)
#92689A
(146,104,154)
#805B87
(128,91,135)
#6E4E74
(110,78,116)
#5C4161
(92,65,97)
#4A344E
(74,52,78)
#38273B
(56,39,59)
#261A28
(38,26,40)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #C88FD3

#C88FD3
(200,143,211)
#CD99D7
(205,153,215)
#D2A3DB
(210,163,219)
#D7ADDF
(215,173,223)
#DCB7E3
(220,183,227)
#E1C1E7
(225,193,231)
#E6CBEB
(230,203,235)
#EBD5EF
(235,213,239)
#F0DFF3
(240,223,243)
#F5E9F7
(245,233,247)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88FD3; }

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

This text font color is #C88FD3.


Background Color

.myBgColor { background-color: #C88FD3; }

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

This div background color is #C88FD3.


Border color

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

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

This div border color is #C88FD3.


Opacity

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

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

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

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

This text has shadow with #C88FD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88FD3 on black background.


Color preview on white background

This text has color #C88FD3 on white background.



Black color preview on #C88FD3 background

This text has black color on #C88FD3 background.


White color preview on #C88FD3 background

This text has white color on #C88FD3 background.