COLOR #C74BDD

HEX: #C74BDD RGB: (199,75,221)

Color info

#C74BDD contains mainly red and blue colors. Web safe color of #C74BDD is #CC33CC (or #C3C).

RGB color model

#C74BDD color RGB value is (199,75,221).

RGB: (199,75,221) (78%, 29%, 87%)

RGB channels and saturation

R 199 of 255 = 78%
G 75 of 255 = 29%
B 221 of 255 = 87%

199
75
221

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

Portions of RGB colors in percentages

R + G + B = 199 + 75 + 221 = 495 (100%)
R 199 of 495 ~ 40.2%
G 75 of 495 ~ 15.15%
B 221 of 495 ~ 44.65'%

%40.2
%15.15
%44.65

CMYK color model

#C74BDD color CMYK value is (10,66,0,13).

  • cyan value is 9.95%
  • magenta value is 66.06%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (10,66,0,13)
C10M66Y0K13 (10%, 66%, 0%, 13%)
(0.10 / 0.66 / 0.00 / 0.13)

CMYK percentages

%9.95
%66.06
%0
%13.33

Codes

Color #C74BDD in popluar color models

C7 4B DD
RGB 199 75 221
HSL 291° 68.22% 58.04%
HSB/HSV 291° 66.06% 86.67%
CMYK 9.95% 66.06% 0.00%
13.33%

Color #C74BDD in popluar number systems.

HEX C7 4B DD
Decimal 199 75 221
Binary 11000111 1001011 11011101
Octal 307 113 335

Shades and tints

Shades of #C74BDD

#C74BDD
(199,75,221)
#B545C9
(181,69,201)
#A33FB5
(163,63,181)
#9139A1
(145,57,161)
#7F338D
(127,51,141)
#6D2D79
(109,45,121)
#5B2765
(91,39,101)
#492151
(73,33,81)
#371B3D
(55,27,61)
#251529
(37,21,41)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #C74BDD

#C74BDD
(199,75,221)
#CC5BE0
(204,91,224)
#D16BE3
(209,107,227)
#D67BE6
(214,123,230)
#DB8BE9
(219,139,233)
#E09BEC
(224,155,236)
#E5ABEF
(229,171,239)
#EABBF2
(234,187,242)
#EFCBF5
(239,203,245)
#F4DBF8
(244,219,248)
#F9EBFB
(249,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C74BDD color. Also use rgb(199,75,221) instead hex code.

Text Font Color

.myTextColor { color: #C74BDD; }

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

This text font color is #C74BDD.

Background Color

.myBgColor { background-color: #C74BDD; }

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

This div background color is #C74BDD.

Border color

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

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

This div border color is #C74BDD.

Opacity

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

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

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

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

This text has shadow with #C74BDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C74BDD.

Preview

Color preview on black background

This text has color #C74BDD on black background.


Color preview on white background

This text has color #C74BDD on white background.


Black color preview on #C74BDD background

This text has black color on #C74BDD background.


White color preview on #C74BDD background

This text has white color on #C74BDD background.


Related colors

Complementary color

Complementary color for #hex is #38B422.


I love getcolorcode.com

Triadic colors

1 #DDC74B and #4BDDC7 with #C74BDD are triadic colors.

2 #DD4BC7 and #4BC7DD with #C74BDD are triadic colors.