COLOR #CC80D9

HEX: #CC80D9
RGB: (204,128,217)

Color info

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

RGB color model

#CC80D9 color RGB value is (204,128,217).

  • red value is 204;
  • green value is 128;
  • blue value is 217.
RGB:
(204,128,217)
(80%,50%,85%)

RGB channels and saturation

R 204 of 255 = 80%
G 128 of 255 = 50%
B 217 of 255 = 85%

204
128
217

R + G + B ~ 72%. #CC80D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 128 + 217 = 549 (100%)
R 204 of 549 ~ 37.16%
G 128 of 549 ~ 23.32%
B 217 of 549 ~ 39.53%

%37.16
%23.32
%39.53

CMYK color model

#CC80D9 color CMYK value is (6,41,0,15).

  • cyan value is 5.99%
  • magenta value is 41.01%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(6,41,0,15)
C6M41Y0K15 
(6%,41%,0%,15%)
(0.06/0.41/0.00/0.15)	

CMYK percentages

%5.99
%41.01
%0
%14.9

Codes

Color #CC80D9 in popluar color models

CC80D9
RGB204128217
HSL291°53.94%67.65%
HSB/HSV291°41.01%85.10%
CMYK5.99%41.01%0.00%
14.90%

Color #CC80D9 in popluar number systems.

HEXCC80D9
Decimal204128217
Binary110011001000000011011001
Octal314200331

Shades and tints

Shades of #CC80D9

#CC80D9
(204,128,217)
#BA75C6
(186,117,198)
#A86AB3
(168,106,179)
#965FA0
(150,95,160)
#84548D
(132,84,141)
#72497A
(114,73,122)
#603E67
(96,62,103)
#4E3354
(78,51,84)
#3C2841
(60,40,65)
#2A1D2E
(42,29,46)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #CC80D9

#CC80D9
(204,128,217)
#D08BDC
(208,139,220)
#D496DF
(212,150,223)
#D8A1E2
(216,161,226)
#DCACE5
(220,172,229)
#E0B7E8
(224,183,232)
#E4C2EB
(228,194,235)
#E8CDEE
(232,205,238)
#ECD8F1
(236,216,241)
#F0E3F4
(240,227,244)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC80D9 color. Also use rgb(204,128,217) instead hex code.

Text Font Color

.myTextColor { color: #CC80D9; }

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

This text font color is #CC80D9.


Background Color

.myBgColor { background-color: #CC80D9; }

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

This div background color is #CC80D9.


Border color

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

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

This div border color is #CC80D9.


Opacity

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

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

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

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

This text has shadow with #CC80D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC80D9 on black background.


Color preview on white background

This text has color #CC80D9 on white background.



Black color preview on #CC80D9 background

This text has black color on #CC80D9 background.


White color preview on #CC80D9 background

This text has white color on #CC80D9 background.