COLOR #CE95E5

HEX: #CE95E5
RGB: (206,149,229)

Color info

#CE95E5 contains mainly red and blue colors. Web safe color of #CE95E5 is #CC99CC (or #C9C).

RGB color model

#CE95E5 color RGB value is (206,149,229).

  • red value is 206;
  • green value is 149;
  • blue value is 229.
RGB:
(206,149,229)
(81%,58%,90%)

RGB channels and saturation

R 206 of 255 = 81%
G 149 of 255 = 58%
B 229 of 255 = 90%

206
149
229

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

Portions of RGB colors in percentages

R + G + B =
206 + 149 + 229 = 584 (100%)
R 206 of 584 ~ 35.27%
G 149 of 584 ~ 25.51%
B 229 of 584 ~ 39.21%

%35.27
%25.51
%39.21

CMYK color model

#CE95E5 color CMYK value is (10,35,0,10).

  • cyan value is 10.04%
  • magenta value is 34.93%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(10,35,0,10)
C10M35Y0K10 
(10%,35%,0%,10%)
(0.10/0.35/0.00/0.10)	

CMYK percentages

%10.04
%34.93
%0
%10.2

Codes

Color #CE95E5 in popluar color models

CE95E5
RGB206149229
HSL283°60.61%74.12%
HSB/HSV283°34.93%89.80%
CMYK10.04%34.93%0.00%
10.20%

Color #CE95E5 in popluar number systems.

HEXCE95E5
Decimal206149229
Binary110011101001010111100101
Octal316225345

Shades and tints

Shades of #CE95E5

#CE95E5
(206,149,229)
#BC88D1
(188,136,209)
#AA7BBD
(170,123,189)
#986EA9
(152,110,169)
#866195
(134,97,149)
#745481
(116,84,129)
#62476D
(98,71,109)
#503A59
(80,58,89)
#3E2D45
(62,45,69)
#2C2031
(44,32,49)
#1A131D
(26,19,29)
#000000
(0,0,0)

Tints of #CE95E5

#CE95E5
(206,149,229)
#D29EE7
(210,158,231)
#D6A7E9
(214,167,233)
#DAB0EB
(218,176,235)
#DEB9ED
(222,185,237)
#E2C2EF
(226,194,239)
#E6CBF1
(230,203,241)
#EAD4F3
(234,212,243)
#EEDDF5
(238,221,245)
#F2E6F7
(242,230,247)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE95E5; }

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

This text font color is #CE95E5.


Background Color

.myBgColor { background-color: #CE95E5; }

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

This div background color is #CE95E5.


Border color

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

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

This div border color is #CE95E5.


Opacity

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

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

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

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

This text has shadow with #CE95E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE95E5 on black background.


Color preview on white background

This text has color #CE95E5 on white background.



Black color preview on #CE95E5 background

This text has black color on #CE95E5 background.


White color preview on #CE95E5 background

This text has white color on #CE95E5 background.