COLOR #CE71D4

HEX: #CE71D4
RGB: (206,113,212)

Color info

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

RGB color model

#CE71D4 color RGB value is (206,113,212).

  • red value is 206;
  • green value is 113;
  • blue value is 212.
RGB:
(206,113,212)
(81%,44%,83%)

RGB channels and saturation

R 206 of 255 = 81%
G 113 of 255 = 44%
B 212 of 255 = 83%

206
113
212

R + G + B ~ 69%. #CE71D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 113 + 212 = 531 (100%)
R 206 of 531 ~ 38.79%
G 113 of 531 ~ 21.28%
B 212 of 531 ~ 39.92%

%38.79
%21.28
%39.92

CMYK color model

#CE71D4 color CMYK value is (3,47,0,17).

  • cyan value is 2.83%
  • magenta value is 46.70%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(3,47,0,17)
C3M47Y0K17 
(3%,47%,0%,17%)
(0.03/0.47/0.00/0.17)	

CMYK percentages

%2.83
%46.7
%0
%16.86

Codes

Color #CE71D4 in popluar color models

CE71D4
RGB206113212
HSL296°53.51%63.73%
HSB/HSV296°46.70%83.14%
CMYK2.83%46.70%0.00%
16.86%

Color #CE71D4 in popluar number systems.

HEXCE71D4
Decimal206113212
Binary11001110111000111010100
Octal316161324

Shades and tints

Shades of #CE71D4

#CE71D4
(206,113,212)
#BC67C1
(188,103,193)
#AA5DAE
(170,93,174)
#98539B
(152,83,155)
#864988
(134,73,136)
#743F75
(116,63,117)
#623562
(98,53,98)
#502B4F
(80,43,79)
#3E213C
(62,33,60)
#2C1729
(44,23,41)
#1A0D16
(26,13,22)
#000000
(0,0,0)

Tints of #CE71D4

#CE71D4
(206,113,212)
#D27DD7
(210,125,215)
#D689DA
(214,137,218)
#DA95DD
(218,149,221)
#DEA1E0
(222,161,224)
#E2ADE3
(226,173,227)
#E6B9E6
(230,185,230)
#EAC5E9
(234,197,233)
#EED1EC
(238,209,236)
#F2DDEF
(242,221,239)
#F6E9F2
(246,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE71D4 color. Also use rgb(206,113,212) instead hex code.

Text Font Color

.myTextColor { color: #CE71D4; }

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

This text font color is #CE71D4.


Background Color

.myBgColor { background-color: #CE71D4; }

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

This div background color is #CE71D4.


Border color

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

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

This div border color is #CE71D4.


Opacity

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

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

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

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

This text has shadow with #CE71D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE71D4 on black background.


Color preview on white background

This text has color #CE71D4 on white background.



Black color preview on #CE71D4 background

This text has black color on #CE71D4 background.


White color preview on #CE71D4 background

This text has white color on #CE71D4 background.