COLOR #CE7CDD

HEX: #CE7CDD RGB: (206,124,221)

Color info

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

RGB color model

#CE7CDD color RGB value is (206,124,221).

RGB: (206,124,221) (81%, 49%, 87%)

RGB channels and saturation

R 206 of 255 = 81%
G 124 of 255 = 49%
B 221 of 255 = 87%

206
124
221

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

Portions of RGB colors in percentages

R + G + B = 206 + 124 + 221 = 551 (100%)
R 206 of 551 ~ 37.39%
G 124 of 551 ~ 22.5%
B 221 of 551 ~ 40.11'%

%37.39
%22.5
%40.11

CMYK color model

#CE7CDD color CMYK value is (7,44,0,13).

  • cyan value is 6.79%
  • magenta value is 43.89%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (7,44,0,13)
C7M44Y0K13 (7%, 44%, 0%, 13%)
(0.07 / 0.44 / 0.00 / 0.13)

CMYK percentages

%6.79
%43.89
%0
%13.33

Codes

Color #CE7CDD in popluar color models

CE 7C DD
RGB 206 124 221
HSL 291° 58.79% 67.65%
HSB/HSV 291° 43.89% 86.67%
CMYK 6.79% 43.89% 0.00%
13.33%

Color #CE7CDD in popluar number systems.

HEX CE 7C DD
Decimal 206 124 221
Binary 11001110 1111100 11011101
Octal 316 174 335

Shades and tints

Shades of #CE7CDD

#CE7CDD
(206,124,221)
#BC71C9
(188,113,201)
#AA66B5
(170,102,181)
#985BA1
(152,91,161)
#86508D
(134,80,141)
#744579
(116,69,121)
#623A65
(98,58,101)
#502F51
(80,47,81)
#3E243D
(62,36,61)
#2C1929
(44,25,41)
#1A0E15
(26,14,21)
#000000
(0,0,0)

Tints of #CE7CDD

#CE7CDD
(206,124,221)
#D287E0
(210,135,224)
#D692E3
(214,146,227)
#DA9DE6
(218,157,230)
#DEA8E9
(222,168,233)
#E2B3EC
(226,179,236)
#E6BEEF
(230,190,239)
#EAC9F2
(234,201,242)
#EED4F5
(238,212,245)
#F2DFF8
(242,223,248)
#F6EAFB
(246,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE7CDD color. Also use rgb(206,124,221) instead hex code.

Text Font Color

.myTextColor { color: #CE7CDD; }

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

This text font color is #CE7CDD.

Background Color

.myBgColor { background-color: #CE7CDD; }

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

This div background color is #CE7CDD.

Border color

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

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

This div border color is #CE7CDD.

Opacity

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

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

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

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

This text has shadow with #CE7CDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE7CDD.

Preview

Color preview on black background

This text has color #CE7CDD on black background.


Color preview on white background

This text has color #CE7CDD on white background.


Black color preview on #CE7CDD background

This text has black color on #CE7CDD background.


White color preview on #CE7CDD background

This text has white color on #CE7CDD background.


Related colors

Complementary color

Complementary color for #hex is #318322.


I love getcolorcode.com

Triadic colors

1 #DDCE7C and #7CDDCE with #CE7CDD are triadic colors.

2 #DD7CCE and #7CCEDD with #CE7CDD are triadic colors.