COLOR #CC7FD7

HEX: #CC7FD7 RGB: (204,127,215)

Color info

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

RGB color model

#CC7FD7 color RGB value is (204,127,215).

RGB: (204,127,215) (80%, 50%, 84%)

RGB channels and saturation

R 204 of 255 = 80%
G 127 of 255 = 50%
B 215 of 255 = 84%

204
127
215

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

Portions of RGB colors in percentages

R + G + B = 204 + 127 + 215 = 546 (100%)
R 204 of 546 ~ 37.36%
G 127 of 546 ~ 23.26%
B 215 of 546 ~ 39.38'%

%37.36
%23.26
%39.38

CMYK color model

#CC7FD7 color CMYK value is (5,41,0,16).

  • cyan value is 5.12%
  • magenta value is 40.93%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (5,41,0,16)
C5M41Y0K16 (5%, 41%, 0%, 16%)
(0.05 / 0.41 / 0.00 / 0.16)

CMYK percentages

%5.12
%40.93
%0
%15.69

Codes

Color #CC7FD7 in popluar color models

CC 7F D7
RGB 204 127 215
HSL 293° 52.38% 67.06%
HSB/HSV 293° 40.93% 84.31%
CMYK 5.12% 40.93% 0.00%
15.69%

Color #CC7FD7 in popluar number systems.

HEX CC 7F D7
Decimal 204 127 215
Binary 11001100 1111111 11010111
Octal 314 177 327

Shades and tints

Shades of #CC7FD7

#CC7FD7
(204,127,215)
#BA74C4
(186,116,196)
#A869B1
(168,105,177)
#965E9E
(150,94,158)
#84538B
(132,83,139)
#724878
(114,72,120)
#603D65
(96,61,101)
#4E3252
(78,50,82)
#3C273F
(60,39,63)
#2A1C2C
(42,28,44)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #CC7FD7

#CC7FD7
(204,127,215)
#D08ADA
(208,138,218)
#D495DD
(212,149,221)
#D8A0E0
(216,160,224)
#DCABE3
(220,171,227)
#E0B6E6
(224,182,230)
#E4C1E9
(228,193,233)
#E8CCEC
(232,204,236)
#ECD7EF
(236,215,239)
#F0E2F2
(240,226,242)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7FD7 color. Also use rgb(204,127,215) instead hex code.

Text Font Color

.myTextColor { color: #CC7FD7; }

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

This text font color is #CC7FD7.

Background Color

.myBgColor { background-color: #CC7FD7; }

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

This div background color is #CC7FD7.

Border color

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

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

This div border color is #CC7FD7.

Opacity

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

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

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

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

This text has shadow with #CC7FD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7FD7.

Preview

Color preview on black background

This text has color #CC7FD7 on black background.


Color preview on white background

This text has color #CC7FD7 on white background.


Black color preview on #CC7FD7 background

This text has black color on #CC7FD7 background.


White color preview on #CC7FD7 background

This text has white color on #CC7FD7 background.


Related colors

Complementary color

Complementary color for #hex is #338028.


I love getcolorcode.com

Triadic colors

1 #D7CC7F and #7FD7CC with #CC7FD7 are triadic colors.

2 #D77FCC and #7FCCD7 with #CC7FD7 are triadic colors.