COLOR #CE93E5

HEX: #CE93E5
RGB: (206,147,229)

Color info

#CE93E5 contains mainly red and blue colors. Web safe color of #CE93E5 is #CC99CC (or #C9C).

RGB color model

#CE93E5 color RGB value is (206,147,229).

  • red value is 206;
  • green value is 147;
  • blue value is 229.
RGB:
(206,147,229)
(81%,58%,90%)

RGB channels and saturation

R 206 of 255 = 81%
G 147 of 255 = 58%
B 229 of 255 = 90%

206
147
229

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

Portions of RGB colors in percentages

R + G + B =
206 + 147 + 229 = 582 (100%)
R 206 of 582 ~ 35.4%
G 147 of 582 ~ 25.26%
B 229 of 582 ~ 39.35%

%35.4
%25.26
%39.35

CMYK color model

#CE93E5 color CMYK value is (10,36,0,10).

  • cyan value is 10.04%
  • magenta value is 35.81%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(10,36,0,10)
C10M36Y0K10 
(10%,36%,0%,10%)
(0.10/0.36/0.00/0.10)	

CMYK percentages

%10.04
%35.81
%0
%10.2

Codes

Color #CE93E5 in popluar color models

CE93E5
RGB206147229
HSL283°61.19%73.73%
HSB/HSV283°35.81%89.80%
CMYK10.04%35.81%0.00%
10.20%

Color #CE93E5 in popluar number systems.

HEXCE93E5
Decimal206147229
Binary110011101001001111100101
Octal316223345

Shades and tints

Shades of #CE93E5

#CE93E5
(206,147,229)
#BC86D1
(188,134,209)
#AA79BD
(170,121,189)
#986CA9
(152,108,169)
#865F95
(134,95,149)
#745281
(116,82,129)
#62456D
(98,69,109)
#503859
(80,56,89)
#3E2B45
(62,43,69)
#2C1E31
(44,30,49)
#1A111D
(26,17,29)
#000000
(0,0,0)

Tints of #CE93E5

#CE93E5
(206,147,229)
#D29CE7
(210,156,231)
#D6A5E9
(214,165,233)
#DAAEEB
(218,174,235)
#DEB7ED
(222,183,237)
#E2C0EF
(226,192,239)
#E6C9F1
(230,201,241)
#EAD2F3
(234,210,243)
#EEDBF5
(238,219,245)
#F2E4F7
(242,228,247)
#F6EDF9
(246,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE93E5 color. Also use rgb(206,147,229) instead hex code.

Text Font Color

.myTextColor { color: #CE93E5; }

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

This text font color is #CE93E5.


Background Color

.myBgColor { background-color: #CE93E5; }

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

This div background color is #CE93E5.


Border color

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

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

This div border color is #CE93E5.


Opacity

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

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

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

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

This text has shadow with #CE93E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE93E5 on black background.


Color preview on white background

This text has color #CE93E5 on white background.



Black color preview on #CE93E5 background

This text has black color on #CE93E5 background.


White color preview on #CE93E5 background

This text has white color on #CE93E5 background.