COLOR #CD63ED

HEX: #CD63ED
RGB: (205,99,237)

Color info

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

RGB color model

#CD63ED color RGB value is (205,99,237).

  • red value is 205;
  • green value is 99;
  • blue value is 237.
RGB:
(205,99,237)
(80%,39%,93%)

RGB channels and saturation

R 205 of 255 = 80%
G 99 of 255 = 39%
B 237 of 255 = 93%

205
99
237

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

Portions of RGB colors in percentages

R + G + B =
205 + 99 + 237 = 541 (100%)
R 205 of 541 ~ 37.89%
G 99 of 541 ~ 18.3%
B 237 of 541 ~ 43.81%

%37.89
%18.3
%43.81

CMYK color model

#CD63ED color CMYK value is (14,58,0,7).

  • cyan value is 13.50%
  • magenta value is 58.23%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(14,58,0,7)
C14M58Y0K7 
(14%,58%,0%,7%)
(0.14/0.58/0.00/0.07)	

CMYK percentages

%13.5
%58.23
%0
%7.06

Codes

Color #CD63ED in popluar color models

CD63ED
RGB20599237
HSL286°79.31%65.88%
HSB/HSV286°58.23%92.94%
CMYK13.50%58.23%0.00%
7.06%

Color #CD63ED in popluar number systems.

HEXCD63ED
Decimal20599237
Binary11001101110001111101101
Octal315143355

Shades and tints

Shades of #CD63ED

#CD63ED
(205,99,237)
#BB5AD8
(187,90,216)
#A951C3
(169,81,195)
#9748AE
(151,72,174)
#853F99
(133,63,153)
#733684
(115,54,132)
#612D6F
(97,45,111)
#4F245A
(79,36,90)
#3D1B45
(61,27,69)
#2B1230
(43,18,48)
#19091B
(25,9,27)
#000000
(0,0,0)

Tints of #CD63ED

#CD63ED
(205,99,237)
#D171EE
(209,113,238)
#D57FEF
(213,127,239)
#D98DF0
(217,141,240)
#DD9BF1
(221,155,241)
#E1A9F2
(225,169,242)
#E5B7F3
(229,183,243)
#E9C5F4
(233,197,244)
#EDD3F5
(237,211,245)
#F1E1F6
(241,225,246)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD63ED color. Also use rgb(205,99,237) instead hex code.

Text Font Color

.myTextColor { color: #CD63ED; }

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

This text font color is #CD63ED.


Background Color

.myBgColor { background-color: #CD63ED; }

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

This div background color is #CD63ED.


Border color

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

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

This div border color is #CD63ED.


Opacity

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

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

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

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

This text has shadow with #CD63ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD63ED on black background.


Color preview on white background

This text has color #CD63ED on white background.



Black color preview on #CD63ED background

This text has black color on #CD63ED background.


White color preview on #CD63ED background

This text has white color on #CD63ED background.