COLOR #CE76E3

HEX: #CE76E3
RGB: (206,118,227)

Color info

#CE76E3 contains mainly red and blue colors. Web safe color of #CE76E3 is #CC66CC (or #C6C).

RGB color model

#CE76E3 color RGB value is (206,118,227).

  • red value is 206;
  • green value is 118;
  • blue value is 227.
RGB:
(206,118,227)
(81%,46%,89%)

RGB channels and saturation

R 206 of 255 = 81%
G 118 of 255 = 46%
B 227 of 255 = 89%

206
118
227

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

Portions of RGB colors in percentages

R + G + B =
206 + 118 + 227 = 551 (100%)
R 206 of 551 ~ 37.39%
G 118 of 551 ~ 21.42%
B 227 of 551 ~ 41.2%

%37.39
%21.42
%41.2

CMYK color model

#CE76E3 color CMYK value is (9,48,0,11).

  • cyan value is 9.25%
  • magenta value is 48.02%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(9,48,0,11)
C9M48Y0K11 
(9%,48%,0%,11%)
(0.09/0.48/0.00/0.11)	

CMYK percentages

%9.25
%48.02
%0
%10.98

Codes

Color #CE76E3 in popluar color models

CE76E3
RGB206118227
HSL288°66.06%67.65%
HSB/HSV288°48.02%89.02%
CMYK9.25%48.02%0.00%
10.98%

Color #CE76E3 in popluar number systems.

HEXCE76E3
Decimal206118227
Binary11001110111011011100011
Octal316166343

Shades and tints

Shades of #CE76E3

#CE76E3
(206,118,227)
#BC6CCF
(188,108,207)
#AA62BB
(170,98,187)
#9858A7
(152,88,167)
#864E93
(134,78,147)
#74447F
(116,68,127)
#623A6B
(98,58,107)
#503057
(80,48,87)
#3E2643
(62,38,67)
#2C1C2F
(44,28,47)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #CE76E3

#CE76E3
(206,118,227)
#D282E5
(210,130,229)
#D68EE7
(214,142,231)
#DA9AE9
(218,154,233)
#DEA6EB
(222,166,235)
#E2B2ED
(226,178,237)
#E6BEEF
(230,190,239)
#EACAF1
(234,202,241)
#EED6F3
(238,214,243)
#F2E2F5
(242,226,245)
#F6EEF7
(246,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE76E3 color. Also use rgb(206,118,227) instead hex code.

Text Font Color

.myTextColor { color: #CE76E3; }

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

This text font color is #CE76E3.


Background Color

.myBgColor { background-color: #CE76E3; }

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

This div background color is #CE76E3.


Border color

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

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

This div border color is #CE76E3.


Opacity

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

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

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

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

This text has shadow with #CE76E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE76E3 on black background.


Color preview on white background

This text has color #CE76E3 on white background.



Black color preview on #CE76E3 background

This text has black color on #CE76E3 background.


White color preview on #CE76E3 background

This text has white color on #CE76E3 background.