COLOR #CC7DFD

HEX: #CC7DFD
RGB: (204,125,253)

Color info

#CC7DFD contains mainly red and blue colors. Web safe color of #CC7DFD is #CC66FF (or #C6F).

RGB color model

#CC7DFD color RGB value is (204,125,253).

  • red value is 204;
  • green value is 125;
  • blue value is 253.
RGB:
(204,125,253)
(80%,49%,99%)

RGB channels and saturation

R 204 of 255 = 80%
G 125 of 255 = 49%
B 253 of 255 = 99%

204
125
253

R + G + B ~ 76%. #CC7DFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 125 + 253 = 582 (100%)
R 204 of 582 ~ 35.05%
G 125 of 582 ~ 21.48%
B 253 of 582 ~ 43.47%

%35.05
%21.48
%43.47

CMYK color model

#CC7DFD color CMYK value is (19,51,0,1).

  • cyan value is 19.37%
  • magenta value is 50.59%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(19,51,0,1)
C19M51Y0K1 
(19%,51%,0%,1%)
(0.19/0.51/0.00/0.01)	

CMYK percentages

%19.37
%50.59
%0
%0.78

Codes

Color #CC7DFD in popluar color models

CC7DFD
RGB204125253
HSL277°96.97%74.12%
HSB/HSV277°50.59%99.22%
CMYK19.37%50.59%0.00%
0.78%

Color #CC7DFD in popluar number systems.

HEXCC7DFD
Decimal204125253
Binary11001100111110111111101
Octal314175375

Shades and tints

Shades of #CC7DFD

#CC7DFD
(204,125,253)
#BA72E6
(186,114,230)
#A867CF
(168,103,207)
#965CB8
(150,92,184)
#8451A1
(132,81,161)
#72468A
(114,70,138)
#603B73
(96,59,115)
#4E305C
(78,48,92)
#3C2545
(60,37,69)
#2A1A2E
(42,26,46)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #CC7DFD

#CC7DFD
(204,125,253)
#D088FD
(208,136,253)
#D493FD
(212,147,253)
#D89EFD
(216,158,253)
#DCA9FD
(220,169,253)
#E0B4FD
(224,180,253)
#E4BFFD
(228,191,253)
#E8CAFD
(232,202,253)
#ECD5FD
(236,213,253)
#F0E0FD
(240,224,253)
#F4EBFD
(244,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7DFD; }

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

This text font color is #CC7DFD.


Background Color

.myBgColor { background-color: #CC7DFD; }

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

This div background color is #CC7DFD.


Border color

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

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

This div border color is #CC7DFD.


Opacity

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

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

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

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

This text has shadow with #CC7DFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7DFD on black background.


Color preview on white background

This text has color #CC7DFD on white background.



Black color preview on #CC7DFD background

This text has black color on #CC7DFD background.


White color preview on #CC7DFD background

This text has white color on #CC7DFD background.