COLOR #C88CFA

HEX: #C88CFA
RGB: (200,140,250)

Color info

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

RGB color model

#C88CFA color RGB value is (200,140,250).

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

RGB channels and saturation

R 200 of 255 = 78%
G 140 of 255 = 55%
B 250 of 255 = 98%

200
140
250

R + G + B ~ 77%. #C88CFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 140 + 250 = 590 (100%)
R 200 of 590 ~ 33.9%
G 140 of 590 ~ 23.73%
B 250 of 590 ~ 42.37%

%33.9
%23.73
%42.37

CMYK color model

#C88CFA color CMYK value is (20,44,0,2).

  • cyan value is 20.00%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(20,44,0,2)
C20M44Y0K2 
(20%,44%,0%,2%)
(0.20/0.44/0.00/0.02)	

CMYK percentages

%20
%44
%0
%1.96

Codes

Color #C88CFA in popluar color models

C88CFA
RGB200140250
HSL273°91.67%76.47%
HSB/HSV273°44.00%98.04%
CMYK20.00%44.00%0.00%
1.96%

Color #C88CFA in popluar number systems.

HEXC88CFA
Decimal200140250
Binary110010001000110011111010
Octal310214372

Shades and tints

Shades of #C88CFA

#C88CFA
(200,140,250)
#B680E4
(182,128,228)
#A474CE
(164,116,206)
#9268B8
(146,104,184)
#805CA2
(128,92,162)
#6E508C
(110,80,140)
#5C4476
(92,68,118)
#4A3860
(74,56,96)
#382C4A
(56,44,74)
#262034
(38,32,52)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #C88CFA

#C88CFA
(200,140,250)
#CD96FA
(205,150,250)
#D2A0FA
(210,160,250)
#D7AAFA
(215,170,250)
#DCB4FA
(220,180,250)
#E1BEFA
(225,190,250)
#E6C8FA
(230,200,250)
#EBD2FA
(235,210,250)
#F0DCFA
(240,220,250)
#F5E6FA
(245,230,250)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88CFA; }

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

This text font color is #C88CFA.


Background Color

.myBgColor { background-color: #C88CFA; }

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

This div background color is #C88CFA.


Border color

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

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

This div border color is #C88CFA.


Opacity

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

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

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

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

This text has shadow with #C88CFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88CFA on black background.


Color preview on white background

This text has color #C88CFA on white background.



Black color preview on #C88CFA background

This text has black color on #C88CFA background.


White color preview on #C88CFA background

This text has white color on #C88CFA background.