COLOR #CE63EA

HEX: #CE63EA RGB: (206,99,234)

Color info

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

RGB color model

#CE63EA color RGB value is (206,99,234).

RGB: (206,99,234) (81%, 39%, 92%)

RGB channels and saturation

R 206 of 255 = 81%
G 99 of 255 = 39%
B 234 of 255 = 92%

206
99
234

R + G + B ~ 71%. #CE63EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 99 + 234 = 539 (100%)
R 206 of 539 ~ 38.22%
G 99 of 539 ~ 18.37%
B 234 of 539 ~ 43.41'%

%38.22
%18.37
%43.41

CMYK color model

#CE63EA color CMYK value is (12,58,0,8).

  • cyan value is 11.97%
  • magenta value is 57.69%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (12,58,0,8)
C12M58Y0K8 (12%, 58%, 0%, 8%)
(0.12 / 0.58 / 0.00 / 0.08)

CMYK percentages

%11.97
%57.69
%0
%8.24

Codes

Color #CE63EA in popluar color models

CE 63 EA
RGB 206 99 234
HSL 288° 76.27% 65.29%
HSB/HSV 288° 57.69% 91.76%
CMYK 11.97% 57.69% 0.00%
8.24%

Color #CE63EA in popluar number systems.

HEX CE 63 EA
Decimal 206 99 234
Binary 11001110 1100011 11101010
Octal 316 143 352

Shades and tints

Shades of #CE63EA

#CE63EA
(206,99,234)
#BC5AD5
(188,90,213)
#AA51C0
(170,81,192)
#9848AB
(152,72,171)
#863F96
(134,63,150)
#743681
(116,54,129)
#622D6C
(98,45,108)
#502457
(80,36,87)
#3E1B42
(62,27,66)
#2C122D
(44,18,45)
#1A0918
(26,9,24)
#000000
(0,0,0)

Tints of #CE63EA

#CE63EA
(206,99,234)
#D271EB
(210,113,235)
#D67FEC
(214,127,236)
#DA8DED
(218,141,237)
#DE9BEE
(222,155,238)
#E2A9EF
(226,169,239)
#E6B7F0
(230,183,240)
#EAC5F1
(234,197,241)
#EED3F2
(238,211,242)
#F2E1F3
(242,225,243)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE63EA color. Also use rgb(206,99,234) instead hex code.

Text Font Color

.myTextColor { color: #CE63EA; }

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

This text font color is #CE63EA.

Background Color

.myBgColor { background-color: #CE63EA; }

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

This div background color is #CE63EA.

Border color

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

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

This div border color is #CE63EA.

Opacity

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

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

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

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

This text has shadow with #CE63EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE63EA.

Preview

Color preview on black background

This text has color #CE63EA on black background.


Color preview on white background

This text has color #CE63EA on white background.


Black color preview on #CE63EA background

This text has black color on #CE63EA background.


White color preview on #CE63EA background

This text has white color on #CE63EA background.


Related colors

Complementary color

Complementary color for #hex is #319C15.


I love getcolorcode.com

Triadic colors

1 #EACE63 and #63EACE with #CE63EA are triadic colors.

2 #EA63CE and #63CEEA with #CE63EA are triadic colors.