COLOR #CE59D6

HEX: #CE59D6
RGB: (206,89,214)

Color info

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

RGB color model

#CE59D6 color RGB value is (206,89,214).

  • red value is 206;
  • green value is 89;
  • blue value is 214.
RGB:
(206,89,214)
(81%,35%,84%)

RGB channels and saturation

R 206 of 255 = 81%
G 89 of 255 = 35%
B 214 of 255 = 84%

206
89
214

R + G + B ~ 67%. #CE59D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 89 + 214 = 509 (100%)
R 206 of 509 ~ 40.47%
G 89 of 509 ~ 17.49%
B 214 of 509 ~ 42.04%

%40.47
%17.49
%42.04

CMYK color model

#CE59D6 color CMYK value is (4,58,0,16).

  • cyan value is 3.74%
  • magenta value is 58.41%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(4,58,0,16)
C4M58Y0K16 
(4%,58%,0%,16%)
(0.04/0.58/0.00/0.16)	

CMYK percentages

%3.74
%58.41
%0
%16.08

Codes

Color #CE59D6 in popluar color models

CE59D6
RGB20689214
HSL296°60.39%59.41%
HSB/HSV296°58.41%83.92%
CMYK3.74%58.41%0.00%
16.08%

Color #CE59D6 in popluar number systems.

HEXCE59D6
Decimal20689214
Binary11001110101100111010110
Octal316131326

Shades and tints

Shades of #CE59D6

#CE59D6
(206,89,214)
#BC51C3
(188,81,195)
#AA49B0
(170,73,176)
#98419D
(152,65,157)
#86398A
(134,57,138)
#743177
(116,49,119)
#622964
(98,41,100)
#502151
(80,33,81)
#3E193E
(62,25,62)
#2C112B
(44,17,43)
#1A0918
(26,9,24)
#000000
(0,0,0)

Tints of #CE59D6

#CE59D6
(206,89,214)
#D268D9
(210,104,217)
#D677DC
(214,119,220)
#DA86DF
(218,134,223)
#DE95E2
(222,149,226)
#E2A4E5
(226,164,229)
#E6B3E8
(230,179,232)
#EAC2EB
(234,194,235)
#EED1EE
(238,209,238)
#F2E0F1
(242,224,241)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE59D6 color. Also use rgb(206,89,214) instead hex code.

Text Font Color

.myTextColor { color: #CE59D6; }

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

This text font color is #CE59D6.


Background Color

.myBgColor { background-color: #CE59D6; }

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

This div background color is #CE59D6.


Border color

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

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

This div border color is #CE59D6.


Opacity

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

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

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

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

This text has shadow with #CE59D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE59D6 on black background.


Color preview on white background

This text has color #CE59D6 on white background.



Black color preview on #CE59D6 background

This text has black color on #CE59D6 background.


White color preview on #CE59D6 background

This text has white color on #CE59D6 background.