COLOR #CD93E0

HEX: #CD93E0
RGB: (205,147,224)

Color info

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

RGB color model

#CD93E0 color RGB value is (205,147,224).

  • red value is 205;
  • green value is 147;
  • blue value is 224.
RGB: (205,147,224) (80%,58%,88%)

RGB channels and saturation

R 205 of 255 = 80%
G 147 of 255 = 58%
B 224 of 255 = 88%

205
147
224

R + G + B ~ 75%. #CD93E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 147 + 224 = 576 (100%)
R 205 of 576 ~ 35.59%
G 147 of 576 ~ 25.52%
B 224 of 576 ~ 38.89%

%35.59
%25.52
%38.89

CMYK color model

#CD93E0 color CMYK value is (8,34,0,12).

  • cyan value is 8.48%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (8,34,0,12) C8M34Y0K12 (8%,34%,0%,12%) (0.08/0.34/0.00/0.12)

CMYK percentages

%8.48
%34.38
%0
%12.16

Codes

Color #CD93E0 in popluar color models

CD93E0
RGB205147224
HSL285°55.40%72.75%
HSB/HSV285°34.38%87.84%
CMYK8.48%34.38%0.00%
12.16%

Color #CD93E0 in popluar number systems.

HEXCD93E0
Decimal205147224
Binary110011011001001111100000
Octal315223340

Shades and tints

Shades of #CD93E0

#CD93E0
(205,147,224)
#BB86CC
(187,134,204)
#A979B8
(169,121,184)
#976CA4
(151,108,164)
#855F90
(133,95,144)
#73527C
(115,82,124)
#614568
(97,69,104)
#4F3854
(79,56,84)
#3D2B40
(61,43,64)
#2B1E2C
(43,30,44)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #CD93E0

#CD93E0
(205,147,224)
#D19CE2
(209,156,226)
#D5A5E4
(213,165,228)
#D9AEE6
(217,174,230)
#DDB7E8
(221,183,232)
#E1C0EA
(225,192,234)
#E5C9EC
(229,201,236)
#E9D2EE
(233,210,238)
#EDDBF0
(237,219,240)
#F1E4F2
(241,228,242)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD93E0 color. Also use rgb(205,147,224) instead hex code.

Text Font Color

.myTextColor { color: #CD93E0; }

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

This text font color is #CD93E0.


Background Color

.myBgColor { background-color: #CD93E0; }

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

This div background color is #CD93E0.


Border color

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

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

This div border color is #CD93E0.


Opacity

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

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

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

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

This text has shadow with #CD93E0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CD93E0 on black background.


Color preview on white background

This text has color #CD93E0 on white background.



Black color preview on #CD93E0 background

This text has black color on #CD93E0 background.


White color preview on #CD93E0 background

This text has white color on #CD93E0 background.