COLOR #CE7DFD

HEX: #CE7DFD
RGB: (206,125,253)

Color info

#CE7DFD contains mainly red and blue colors. Web safe color of #CE7DFD is #CC66FF (or #C6F).

RGB color model

#CE7DFD color RGB value is (206,125,253).

  • red value is 206;
  • green value is 125;
  • blue value is 253.
RGB:
(206,125,253)
(81%,49%,99%)

RGB channels and saturation

R 206 of 255 = 81%
G 125 of 255 = 49%
B 253 of 255 = 99%

206
125
253

R + G + B ~ 76%. #CE7DFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 125 + 253 = 584 (100%)
R 206 of 584 ~ 35.27%
G 125 of 584 ~ 21.4%
B 253 of 584 ~ 43.32%

%35.27
%21.4
%43.32

CMYK color model

#CE7DFD color CMYK value is (19,51,0,1).

  • cyan value is 18.58%
  • magenta value is 50.59%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(19,51,0,1)
C19M51Y0K1 
(19%,51%,0%,1%)
(0.19/0.51/0.00/0.01)	

CMYK percentages

%18.58
%50.59
%0
%0.78

Codes

Color #CE7DFD in popluar color models

CE7DFD
RGB206125253
HSL278°96.97%74.12%
HSB/HSV278°50.59%99.22%
CMYK18.58%50.59%0.00%
0.78%

Color #CE7DFD in popluar number systems.

HEXCE7DFD
Decimal206125253
Binary11001110111110111111101
Octal316175375

Shades and tints

Shades of #CE7DFD

#CE7DFD
(206,125,253)
#BC72E6
(188,114,230)
#AA67CF
(170,103,207)
#985CB8
(152,92,184)
#8651A1
(134,81,161)
#74468A
(116,70,138)
#623B73
(98,59,115)
#50305C
(80,48,92)
#3E2545
(62,37,69)
#2C1A2E
(44,26,46)
#1A0F17
(26,15,23)
#000000
(0,0,0)

Tints of #CE7DFD

#CE7DFD
(206,125,253)
#D288FD
(210,136,253)
#D693FD
(214,147,253)
#DA9EFD
(218,158,253)
#DEA9FD
(222,169,253)
#E2B4FD
(226,180,253)
#E6BFFD
(230,191,253)
#EACAFD
(234,202,253)
#EED5FD
(238,213,253)
#F2E0FD
(242,224,253)
#F6EBFD
(246,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE7DFD color. Also use rgb(206,125,253) instead hex code.

Text Font Color

.myTextColor { color: #CE7DFD; }

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

This text font color is #CE7DFD.


Background Color

.myBgColor { background-color: #CE7DFD; }

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

This div background color is #CE7DFD.


Border color

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

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

This div border color is #CE7DFD.


Opacity

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

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

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

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

This text has shadow with #CE7DFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7DFD on black background.


Color preview on white background

This text has color #CE7DFD on white background.



Black color preview on #CE7DFD background

This text has black color on #CE7DFD background.


White color preview on #CE7DFD background

This text has white color on #CE7DFD background.