COLOR #CE93EE

HEX: #CE93EE RGB: (206,147,238)

Color info

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

RGB color model

#CE93EE color RGB value is (206,147,238).

RGB: (206,147,238) (81%, 58%, 93%)

RGB channels and saturation

R 206 of 255 = 81%
G 147 of 255 = 58%
B 238 of 255 = 93%

206
147
238

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

Portions of RGB colors in percentages

R + G + B = 206 + 147 + 238 = 591 (100%)
R 206 of 591 ~ 34.86%
G 147 of 591 ~ 24.87%
B 238 of 591 ~ 40.27'%

%34.86
%24.87
%40.27

CMYK color model

#CE93EE color CMYK value is (13,38,0,7).

  • cyan value is 13.45%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (13,38,0,7) C13M38Y0K7 (13%,38%,0%,7%) (0.13/0.38/0.00/0.07) 

CMYK percentages

%13.45
%38.24
%0
%6.67

Codes

Color #CE93EE in popluar color models

CE 93 EE
RGB 206 147 238
HSL 279° 72.80% 75.49%
HSB/HSV 279° 38.24% 93.33%
CMYK 13.45% 38.24% 0.00%
6.67%

Color #CE93EE in popluar number systems.

HEX CE 93 EE
Decimal 206 147 238
Binary 11001110 10010011 11101110
Octal 316 223 356

Shades and tints

Shades of #CE93EE

#CE93EE
(206,147,238)
#BC86D9
(188,134,217)
#AA79C4
(170,121,196)
#986CAF
(152,108,175)
#865F9A
(134,95,154)
#745285
(116,82,133)
#624570
(98,69,112)
#50385B
(80,56,91)
#3E2B46
(62,43,70)
#2C1E31
(44,30,49)
#1A111C
(26,17,28)
#000000
(0,0,0)

Tints of #CE93EE

#CE93EE
(206,147,238)
#D29CEF
(210,156,239)
#D6A5F0
(214,165,240)
#DAAEF1
(218,174,241)
#DEB7F2
(222,183,242)
#E2C0F3
(226,192,243)
#E6C9F4
(230,201,244)
#EAD2F5
(234,210,245)
#EEDBF6
(238,219,246)
#F2E4F7
(242,228,247)
#F6EDF8
(246,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE93EE; }

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

This text font color is #CE93EE.

Background Color

.myBgColor { background-color: #CE93EE; }

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

This div background color is #CE93EE.

Border color

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

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

This div border color is #CE93EE.

Opacity

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

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

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

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

This text has shadow with #CE93EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE93EE.

Preview

Color preview on black background

This text has color #CE93EE on black background.


Color preview on white background

This text has color #CE93EE on white background.


Black color preview on #CE93EE background

This text has black color on #CE93EE background.


White color preview on #CE93EE background

This text has white color on #CE93EE background.


Related colors

Complementary color

Complementary color for #hex is #316C11.


I love getcolorcode.com

Triadic colors

1 #EECE93 and #93EECE with #CE93EE are triadic colors.

2 #EE93CE and #93CEEE with #CE93EE are triadic colors.