COLOR #C88BF3

HEX: #C88BF3
RGB: (200,139,243)

Color info

#C88BF3 contains mainly red and blue colors. Web safe color of #C88BF3 is #CC99FF (or #C9F).

RGB color model

#C88BF3 color RGB value is (200,139,243).

  • red value is 200;
  • green value is 139;
  • blue value is 243.
RGB:
(200,139,243)
(78%,55%,95%)

RGB channels and saturation

R 200 of 255 = 78%
G 139 of 255 = 55%
B 243 of 255 = 95%

200
139
243

R + G + B ~ 76%. #C88BF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 139 + 243 = 582 (100%)
R 200 of 582 ~ 34.36%
G 139 of 582 ~ 23.88%
B 243 of 582 ~ 41.75%

%34.36
%23.88
%41.75

CMYK color model

#C88BF3 color CMYK value is (18,43,0,5).

  • cyan value is 17.70%
  • magenta value is 42.80%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(18,43,0,5)
C18M43Y0K5 
(18%,43%,0%,5%)
(0.18/0.43/0.00/0.05)	

CMYK percentages

%17.7
%42.8
%0
%4.71

Codes

Color #C88BF3 in popluar color models

C88BF3
RGB200139243
HSL275°81.25%74.90%
HSB/HSV275°42.80%95.29%
CMYK17.70%42.80%0.00%
4.71%

Color #C88BF3 in popluar number systems.

HEXC88BF3
Decimal200139243
Binary110010001000101111110011
Octal310213363

Shades and tints

Shades of #C88BF3

#C88BF3
(200,139,243)
#B67FDD
(182,127,221)
#A473C7
(164,115,199)
#9267B1
(146,103,177)
#805B9B
(128,91,155)
#6E4F85
(110,79,133)
#5C436F
(92,67,111)
#4A3759
(74,55,89)
#382B43
(56,43,67)
#261F2D
(38,31,45)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #C88BF3

#C88BF3
(200,139,243)
#CD95F4
(205,149,244)
#D29FF5
(210,159,245)
#D7A9F6
(215,169,246)
#DCB3F7
(220,179,247)
#E1BDF8
(225,189,248)
#E6C7F9
(230,199,249)
#EBD1FA
(235,209,250)
#F0DBFB
(240,219,251)
#F5E5FC
(245,229,252)
#FAEFFD
(250,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88BF3 color. Also use rgb(200,139,243) instead hex code.

Text Font Color

.myTextColor { color: #C88BF3; }

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

This text font color is #C88BF3.


Background Color

.myBgColor { background-color: #C88BF3; }

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

This div background color is #C88BF3.


Border color

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

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

This div border color is #C88BF3.


Opacity

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

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

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

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

This text has shadow with #C88BF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88BF3 on black background.


Color preview on white background

This text has color #C88BF3 on white background.



Black color preview on #C88BF3 background

This text has black color on #C88BF3 background.


White color preview on #C88BF3 background

This text has white color on #C88BF3 background.