COLOR #CD63C4

HEX: #CD63C4 RGB: (205,99,196)

Color info

#CD63C4 contains mainly red and blue colors. Web safe color of #CD63C4 is #CC66CC (or #C6C).

RGB color model

#CD63C4 color RGB value is (205,99,196).

RGB: (205,99,196) (80%, 39%, 77%)

RGB channels and saturation

R 205 of 255 = 80%
G 99 of 255 = 39%
B 196 of 255 = 77%

205
99
196

R + G + B ~ 65%. #CD63C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 99 + 196 = 500 (100%)
R 205 of 500 ~ 41%
G 99 of 500 ~ 19.8%
B 196 of 500 ~ 39.2'%

%41
%19.8
%39.2

CMYK color model

#CD63C4 color CMYK value is (0,52,4,20).

  • cyan value is 0.00%
  • magenta value is 51.71%
  • yellow value is 4.39%
  • key color value is 19.61%

CMYK: (0,52,4,20)
C0M52Y4K20 (0%, 52%, 4%, 20%)
(0.00 / 0.52 / 0.04 / 0.20)

CMYK percentages

%0
%51.71
%4.39
%19.61

Codes

Color #CD63C4 in popluar color models

CD 63 C4
RGB 205 99 196
HSL 305° 51.46% 59.61%
HSB/HSV 305° 51.71% 80.39%
CMYK 0.00% 51.71% 4.39%
19.61%

Color #CD63C4 in popluar number systems.

HEX CD 63 C4
Decimal 205 99 196
Binary 11001101 1100011 11000100
Octal 315 143 304

Shades and tints

Shades of #CD63C4

#CD63C4
(205,99,196)
#BB5AB3
(187,90,179)
#A951A2
(169,81,162)
#974891
(151,72,145)
#853F80
(133,63,128)
#73366F
(115,54,111)
#612D5E
(97,45,94)
#4F244D
(79,36,77)
#3D1B3C
(61,27,60)
#2B122B
(43,18,43)
#19091A
(25,9,26)
#000000
(0,0,0)

Tints of #CD63C4

#CD63C4
(205,99,196)
#D171C9
(209,113,201)
#D57FCE
(213,127,206)
#D98DD3
(217,141,211)
#DD9BD8
(221,155,216)
#E1A9DD
(225,169,221)
#E5B7E2
(229,183,226)
#E9C5E7
(233,197,231)
#EDD3EC
(237,211,236)
#F1E1F1
(241,225,241)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CD63C4; }

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

This text font color is #CD63C4.

Background Color

.myBgColor { background-color: #CD63C4; }

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

This div background color is #CD63C4.

Border color

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

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

This div border color is #CD63C4.

Opacity

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

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

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

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

This text has shadow with #CD63C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CD63C4.

Preview

Color preview on black background

This text has color #CD63C4 on black background.


Color preview on white background

This text has color #CD63C4 on white background.


Black color preview on #CD63C4 background

This text has black color on #CD63C4 background.


White color preview on #CD63C4 background

This text has white color on #CD63C4 background.


Related colors

Complementary color

Complementary color for #hex is #329C3B.


I love getcolorcode.com

Triadic colors

1 #C4CD63 and #63C4CD with #CD63C4 are triadic colors.

2 #C463CD and #63CDC4 with #CD63C4 are triadic colors.