COLOR #CC7DCB

HEX: #CC7DCB RGB: (204,125,203)

Color info

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

RGB color model

#CC7DCB color RGB value is (204,125,203).

RGB: (204,125,203) (80%, 49%, 80%)

RGB channels and saturation

R 204 of 255 = 80%
G 125 of 255 = 49%
B 203 of 255 = 80%

204
125
203

R + G + B ~ 70%. #CC7DCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 125 + 203 = 532 (100%)
R 204 of 532 ~ 38.35%
G 125 of 532 ~ 23.5%
B 203 of 532 ~ 38.16'%

%38.35
%23.5
%38.16

CMYK color model

#CC7DCB color CMYK value is (0,39,0,20).

  • cyan value is 0.00%
  • magenta value is 38.73%
  • yellow value is 0.49%
  • key color value is 20.00%
CMYK: (0,39,0,20) C0M39Y0K20 (0%,39%,0%,20%) (0.00/0.39/0.00/0.20) 

CMYK percentages

%0
%38.73
%0.49
%20

Codes

Color #CC7DCB in popluar color models

CC 7D CB
RGB 204 125 203
HSL 301° 43.65% 64.51%
HSB/HSV 301° 38.73% 80.00%
CMYK 0.00% 38.73% 0.49%
20.00%

Color #CC7DCB in popluar number systems.

HEX CC 7D CB
Decimal 204 125 203
Binary 11001100 1111101 11001011
Octal 314 175 313

Shades and tints

Shades of #CC7DCB

#CC7DCB
(204,125,203)
#BA72B9
(186,114,185)
#A867A7
(168,103,167)
#965C95
(150,92,149)
#845183
(132,81,131)
#724671
(114,70,113)
#603B5F
(96,59,95)
#4E304D
(78,48,77)
#3C253B
(60,37,59)
#2A1A29
(42,26,41)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #CC7DCB

#CC7DCB
(204,125,203)
#D088CF
(208,136,207)
#D493D3
(212,147,211)
#D89ED7
(216,158,215)
#DCA9DB
(220,169,219)
#E0B4DF
(224,180,223)
#E4BFE3
(228,191,227)
#E8CAE7
(232,202,231)
#ECD5EB
(236,213,235)
#F0E0EF
(240,224,239)
#F4EBF3
(244,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7DCB color. Also use rgb(204,125,203) instead hex code.

Text Font Color

.myTextColor { color: #CC7DCB; }

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

This text font color is #CC7DCB.

Background Color

.myBgColor { background-color: #CC7DCB; }

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

This div background color is #CC7DCB.

Border color

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

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

This div border color is #CC7DCB.

Opacity

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

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

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

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

This text has shadow with #CC7DCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7DCB.

Preview

Color preview on black background

This text has color #CC7DCB on black background.


Color preview on white background

This text has color #CC7DCB on white background.


Black color preview on #CC7DCB background

This text has black color on #CC7DCB background.


White color preview on #CC7DCB background

This text has white color on #CC7DCB background.


Related colors

Complementary color

Complementary color for #hex is #338234.


I love getcolorcode.com

Triadic colors

1 #CBCC7D and #7DCBCC with #CC7DCB are triadic colors.

2 #CB7DCC and #7DCCCB with #CC7DCB are triadic colors.