COLOR #CE95F6

HEX: #CE95F6 RGB: (206,149,246)

Color info

#CE95F6 contains mainly red and blue colors. Web safe color of #CE95F6 is #CC99FF (or #C9F).

RGB color model

#CE95F6 color RGB value is (206,149,246).

RGB: (206,149,246) (81%, 58%, 96%)

RGB channels and saturation

R 206 of 255 = 81%
G 149 of 255 = 58%
B 246 of 255 = 96%

206
149
246

R + G + B ~ 78%. #CE95F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 149 + 246 = 601 (100%)
R 206 of 601 ~ 34.28%
G 149 of 601 ~ 24.79%
B 246 of 601 ~ 40.93'%

%34.28
%24.79
%40.93

CMYK color model

#CE95F6 color CMYK value is (16,39,0,4).

  • cyan value is 16.26%
  • magenta value is 39.43%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (16,39,0,4) C16M39Y0K4 (16%,39%,0%,4%) (0.16/0.39/0.00/0.04) 

CMYK percentages

%16.26
%39.43
%0
%3.53

Codes

Color #CE95F6 in popluar color models

CE 95 F6
RGB 206 149 246
HSL 275° 84.35% 77.45%
HSB/HSV 275° 39.43% 96.47%
CMYK 16.26% 39.43% 0.00%
3.53%

Color #CE95F6 in popluar number systems.

HEX CE 95 F6
Decimal 206 149 246
Binary 11001110 10010101 11110110
Octal 316 225 366

Shades and tints

Shades of #CE95F6

#CE95F6
(206,149,246)
#BC88E0
(188,136,224)
#AA7BCA
(170,123,202)
#986EB4
(152,110,180)
#86619E
(134,97,158)
#745488
(116,84,136)
#624772
(98,71,114)
#503A5C
(80,58,92)
#3E2D46
(62,45,70)
#2C2030
(44,32,48)
#1A131A
(26,19,26)
#000000
(0,0,0)

Tints of #CE95F6

#CE95F6
(206,149,246)
#D29EF6
(210,158,246)
#D6A7F6
(214,167,246)
#DAB0F6
(218,176,246)
#DEB9F6
(222,185,246)
#E2C2F6
(226,194,246)
#E6CBF6
(230,203,246)
#EAD4F6
(234,212,246)
#EEDDF6
(238,221,246)
#F2E6F6
(242,230,246)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE95F6 color. Also use rgb(206,149,246) instead hex code.

Text Font Color

.myTextColor { color: #CE95F6; }

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

This text font color is #CE95F6.

Background Color

.myBgColor { background-color: #CE95F6; }

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

This div background color is #CE95F6.

Border color

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

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

This div border color is #CE95F6.

Opacity

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

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

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

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

This text has shadow with #CE95F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE95F6.

Preview

Color preview on black background

This text has color #CE95F6 on black background.


Color preview on white background

This text has color #CE95F6 on white background.


Black color preview on #CE95F6 background

This text has black color on #CE95F6 background.


White color preview on #CE95F6 background

This text has white color on #CE95F6 background.


Related colors

Complementary color

Complementary color for #hex is #316A09.


I love getcolorcode.com

Triadic colors

1 #F6CE95 and #95F6CE with #CE95F6 are triadic colors.

2 #F695CE and #95CEF6 with #CE95F6 are triadic colors.