COLOR #CE87FF

HEX: #CE87FF
RGB: (206,135,255)

Color info

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

RGB color model

#CE87FF color RGB value is (206,135,255).

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

RGB channels and saturation

R 206 of 255 = 81%
G 135 of 255 = 53%
B 255 of 255 = 100%

206
135
255

R + G + B ~ 78%. #CE87FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 135 + 255 = 596 (100%)
R 206 of 596 ~ 34.56%
G 135 of 596 ~ 22.65%
B 255 of 596 ~ 42.79%

%34.56
%22.65
%42.79

CMYK color model

#CE87FF color CMYK value is (19,47,0,0).

  • cyan value is 19.22%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(19,47,0,0)
C19M47Y0K0 
(19%,47%,0%,0%)
(0.19/0.47/0.00/0.00)	

CMYK percentages

%19.22
%47.06
%0
%0

Codes

Color #CE87FF in popluar color models

CE87FF
RGB206135255
HSL276°100.00%76.47%
HSB/HSV276°47.06%100.00%
CMYK19.22%47.06%0.00%
0.00%

Color #CE87FF in popluar number systems.

HEXCE87FF
Decimal206135255
Binary110011101000011111111111
Octal316207377

Shades and tints

Shades of #CE87FF

#CE87FF
(206,135,255)
#BC7BE8
(188,123,232)
#AA6FD1
(170,111,209)
#9863BA
(152,99,186)
#8657A3
(134,87,163)
#744B8C
(116,75,140)
#623F75
(98,63,117)
#50335E
(80,51,94)
#3E2747
(62,39,71)
#2C1B30
(44,27,48)
#1A0F19
(26,15,25)
#000000
(0,0,0)

Tints of #CE87FF

#CE87FF
(206,135,255)
#D291FF
(210,145,255)
#D69BFF
(214,155,255)
#DAA5FF
(218,165,255)
#DEAFFF
(222,175,255)
#E2B9FF
(226,185,255)
#E6C3FF
(230,195,255)
#EACDFF
(234,205,255)
#EED7FF
(238,215,255)
#F2E1FF
(242,225,255)
#F6EBFF
(246,235,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE87FF; }

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

This text font color is #CE87FF.


Background Color

.myBgColor { background-color: #CE87FF; }

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

This div background color is #CE87FF.


Border color

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

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

This div border color is #CE87FF.


Opacity

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

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

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

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

This text has shadow with #CE87FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE87FF on black background.


Color preview on white background

This text has color #CE87FF on white background.



Black color preview on #CE87FF background

This text has black color on #CE87FF background.


White color preview on #CE87FF background

This text has white color on #CE87FF background.