COLOR #CE93C8

HEX: #CE93C8 RGB: (206,147,200)

Color info

#CE93C8 contains red, green and blue colors in about the same proportion. Web safe color of #CE93C8 is #CC99CC (or #C9C).

RGB color model

#CE93C8 color RGB value is (206,147,200).

RGB: (206,147,200) (81%, 58%, 78%)

RGB channels and saturation

R 206 of 255 = 81%
G 147 of 255 = 58%
B 200 of 255 = 78%

206
147
200

R + G + B ~ 72%. #CE93C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 147 + 200 = 553 (100%)
R 206 of 553 ~ 37.25%
G 147 of 553 ~ 26.58%
B 200 of 553 ~ 36.17'%

%37.25
%26.58
%36.17

CMYK color model

#CE93C8 color CMYK value is (0,29,3,19).

  • cyan value is 0.00%
  • magenta value is 28.64%
  • yellow value is 2.91%
  • key color value is 19.22%

CMYK: (0,29,3,19)
C0M29Y3K19 (0%, 29%, 3%, 19%)
(0.00 / 0.29 / 0.03 / 0.19)

CMYK percentages

%0
%28.64
%2.91
%19.22

Codes

Color #CE93C8 in popluar color models

CE 93 C8
RGB 206 147 200
HSL 306° 37.58% 69.22%
HSB/HSV 306° 28.64% 80.78%
CMYK 0.00% 28.64% 2.91%
19.22%

Color #CE93C8 in popluar number systems.

HEX CE 93 C8
Decimal 206 147 200
Binary 11001110 10010011 11001000
Octal 316 223 310

Shades and tints

Shades of #CE93C8

#CE93C8
(206,147,200)
#BC86B6
(188,134,182)
#AA79A4
(170,121,164)
#986C92
(152,108,146)
#865F80
(134,95,128)
#74526E
(116,82,110)
#62455C
(98,69,92)
#50384A
(80,56,74)
#3E2B38
(62,43,56)
#2C1E26
(44,30,38)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #CE93C8

#CE93C8
(206,147,200)
#D29CCD
(210,156,205)
#D6A5D2
(214,165,210)
#DAAED7
(218,174,215)
#DEB7DC
(222,183,220)
#E2C0E1
(226,192,225)
#E6C9E6
(230,201,230)
#EAD2EB
(234,210,235)
#EEDBF0
(238,219,240)
#F2E4F5
(242,228,245)
#F6EDFA
(246,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE93C8; }

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

This text font color is #CE93C8.

Background Color

.myBgColor { background-color: #CE93C8; }

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

This div background color is #CE93C8.

Border color

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

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

This div border color is #CE93C8.

Opacity

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

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

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

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

This text has shadow with #CE93C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE93C8.

Preview

Color preview on black background

This text has color #CE93C8 on black background.


Color preview on white background

This text has color #CE93C8 on white background.


Black color preview on #CE93C8 background

This text has black color on #CE93C8 background.


White color preview on #CE93C8 background

This text has white color on #CE93C8 background.


Related colors

Complementary color

Complementary color for #hex is #316C37.


I love getcolorcode.com

Triadic colors

1 #C8CE93 and #93C8CE with #CE93C8 are triadic colors.

2 #C893CE and #93CEC8 with #CE93C8 are triadic colors.