COLOR #CE87FA

HEX: #CE87FA
RGB: (206,135,250)

Color info

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

RGB color model

#CE87FA color RGB value is (206,135,250).

  • red value is 206;
  • green value is 135;
  • blue value is 250.
RGB:
(206,135,250)
(81%,53%,98%)

RGB channels and saturation

R 206 of 255 = 81%
G 135 of 255 = 53%
B 250 of 255 = 98%

206
135
250

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

Portions of RGB colors in percentages

R + G + B =
206 + 135 + 250 = 591 (100%)
R 206 of 591 ~ 34.86%
G 135 of 591 ~ 22.84%
B 250 of 591 ~ 42.3%

%34.86
%22.84
%42.3

CMYK color model

#CE87FA color CMYK value is (18,46,0,2).

  • cyan value is 17.60%
  • magenta value is 46.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(18,46,0,2)
C18M46Y0K2 
(18%,46%,0%,2%)
(0.18/0.46/0.00/0.02)	

CMYK percentages

%17.6
%46
%0
%1.96

Codes

Color #CE87FA in popluar color models

CE87FA
RGB206135250
HSL277°92.00%75.49%
HSB/HSV277°46.00%98.04%
CMYK17.60%46.00%0.00%
1.96%

Color #CE87FA in popluar number systems.

HEXCE87FA
Decimal206135250
Binary110011101000011111111010
Octal316207372

Shades and tints

Shades of #CE87FA

#CE87FA
(206,135,250)
#BC7BE4
(188,123,228)
#AA6FCE
(170,111,206)
#9863B8
(152,99,184)
#8657A2
(134,87,162)
#744B8C
(116,75,140)
#623F76
(98,63,118)
#503360
(80,51,96)
#3E274A
(62,39,74)
#2C1B34
(44,27,52)
#1A0F1E
(26,15,30)
#000000
(0,0,0)

Tints of #CE87FA

#CE87FA
(206,135,250)
#D291FA
(210,145,250)
#D69BFA
(214,155,250)
#DAA5FA
(218,165,250)
#DEAFFA
(222,175,250)
#E2B9FA
(226,185,250)
#E6C3FA
(230,195,250)
#EACDFA
(234,205,250)
#EED7FA
(238,215,250)
#F2E1FA
(242,225,250)
#F6EBFA
(246,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE87FA color. Also use rgb(206,135,250) instead hex code.

Text Font Color

.myTextColor { color: #CE87FA; }

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

This text font color is #CE87FA.


Background Color

.myBgColor { background-color: #CE87FA; }

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

This div background color is #CE87FA.


Border color

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

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

This div border color is #CE87FA.


Opacity

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

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

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

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

This text has shadow with #CE87FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE87FA on black background.


Color preview on white background

This text has color #CE87FA on white background.



Black color preview on #CE87FA background

This text has black color on #CE87FA background.


White color preview on #CE87FA background

This text has white color on #CE87FA background.