COLOR #C88CF6

HEX: #C88CF6
RGB: (200,140,246)

Color info

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

RGB color model

#C88CF6 color RGB value is (200,140,246).

  • red value is 200;
  • green value is 140;
  • blue value is 246.
RGB:
(200,140,246)
(78%,55%,96%)

RGB channels and saturation

R 200 of 255 = 78%
G 140 of 255 = 55%
B 246 of 255 = 96%

200
140
246

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

Portions of RGB colors in percentages

R + G + B =
200 + 140 + 246 = 586 (100%)
R 200 of 586 ~ 34.13%
G 140 of 586 ~ 23.89%
B 246 of 586 ~ 41.98%

%34.13
%23.89
%41.98

CMYK color model

#C88CF6 color CMYK value is (19,43,0,4).

  • cyan value is 18.70%
  • magenta value is 43.09%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(19,43,0,4)
C19M43Y0K4 
(19%,43%,0%,4%)
(0.19/0.43/0.00/0.04)	

CMYK percentages

%18.7
%43.09
%0
%3.53

Codes

Color #C88CF6 in popluar color models

C88CF6
RGB200140246
HSL274°85.48%75.69%
HSB/HSV274°43.09%96.47%
CMYK18.70%43.09%0.00%
3.53%

Color #C88CF6 in popluar number systems.

HEXC88CF6
Decimal200140246
Binary110010001000110011110110
Octal310214366

Shades and tints

Shades of #C88CF6

#C88CF6
(200,140,246)
#B680E0
(182,128,224)
#A474CA
(164,116,202)
#9268B4
(146,104,180)
#805C9E
(128,92,158)
#6E5088
(110,80,136)
#5C4472
(92,68,114)
#4A385C
(74,56,92)
#382C46
(56,44,70)
#262030
(38,32,48)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #C88CF6

#C88CF6
(200,140,246)
#CD96F6
(205,150,246)
#D2A0F6
(210,160,246)
#D7AAF6
(215,170,246)
#DCB4F6
(220,180,246)
#E1BEF6
(225,190,246)
#E6C8F6
(230,200,246)
#EBD2F6
(235,210,246)
#F0DCF6
(240,220,246)
#F5E6F6
(245,230,246)
#FAF0F6
(250,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88CF6 color. Also use rgb(200,140,246) instead hex code.

Text Font Color

.myTextColor { color: #C88CF6; }

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

This text font color is #C88CF6.


Background Color

.myBgColor { background-color: #C88CF6; }

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

This div background color is #C88CF6.


Border color

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

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

This div border color is #C88CF6.


Opacity

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

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

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

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

This text has shadow with #C88CF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88CF6 on black background.


Color preview on white background

This text has color #C88CF6 on white background.



Black color preview on #C88CF6 background

This text has black color on #C88CF6 background.


White color preview on #C88CF6 background

This text has white color on #C88CF6 background.