COLOR #CE76C4

HEX: #CE76C4 RGB: (206,118,196)

Color info

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

RGB color model

#CE76C4 color RGB value is (206,118,196).

RGB: (206,118,196) (81%, 46%, 77%)

RGB channels and saturation

R 206 of 255 = 81%
G 118 of 255 = 46%
B 196 of 255 = 77%

206
118
196

R + G + B ~ 68%. #CE76C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 118 + 196 = 520 (100%)
R 206 of 520 ~ 39.62%
G 118 of 520 ~ 22.69%
B 196 of 520 ~ 37.69'%

%39.62
%22.69
%37.69

CMYK color model

#CE76C4 color CMYK value is (0,43,5,19).

  • cyan value is 0.00%
  • magenta value is 42.72%
  • yellow value is 4.85%
  • key color value is 19.22%

CMYK: (0,43,5,19)
C0M43Y5K19 (0%, 43%, 5%, 19%)
(0.00 / 0.43 / 0.05 / 0.19)

CMYK percentages

%0
%42.72
%4.85
%19.22

Codes

Color #CE76C4 in popluar color models

CE 76 C4
RGB 206 118 196
HSL 307° 47.31% 63.53%
HSB/HSV 307° 42.72% 80.78%
CMYK 0.00% 42.72% 4.85%
19.22%

Color #CE76C4 in popluar number systems.

HEX CE 76 C4
Decimal 206 118 196
Binary 11001110 1110110 11000100
Octal 316 166 304

Shades and tints

Shades of #CE76C4

#CE76C4
(206,118,196)
#BC6CB3
(188,108,179)
#AA62A2
(170,98,162)
#985891
(152,88,145)
#864E80
(134,78,128)
#74446F
(116,68,111)
#623A5E
(98,58,94)
#50304D
(80,48,77)
#3E263C
(62,38,60)
#2C1C2B
(44,28,43)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #CE76C4

#CE76C4
(206,118,196)
#D282C9
(210,130,201)
#D68ECE
(214,142,206)
#DA9AD3
(218,154,211)
#DEA6D8
(222,166,216)
#E2B2DD
(226,178,221)
#E6BEE2
(230,190,226)
#EACAE7
(234,202,231)
#EED6EC
(238,214,236)
#F2E2F1
(242,226,241)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE76C4; }

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

This text font color is #CE76C4.

Background Color

.myBgColor { background-color: #CE76C4; }

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

This div background color is #CE76C4.

Border color

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

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

This div border color is #CE76C4.

Opacity

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

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

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

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

This text has shadow with #CE76C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE76C4.

Preview

Color preview on black background

This text has color #CE76C4 on black background.


Color preview on white background

This text has color #CE76C4 on white background.


Black color preview on #CE76C4 background

This text has black color on #CE76C4 background.


White color preview on #CE76C4 background

This text has white color on #CE76C4 background.


Related colors

Complementary color

Complementary color for #hex is #31893B.


I love getcolorcode.com

Triadic colors

1 #C4CE76 and #76C4CE with #CE76C4 are triadic colors.

2 #C476CE and #76CEC4 with #CE76C4 are triadic colors.