COLOR #CC68CD

HEX: #CC68CD
RGB: (204,104,205)

Color info

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

RGB color model

#CC68CD color RGB value is (204,104,205).

  • red value is 204;
  • green value is 104;
  • blue value is 205.
RGB:
(204,104,205)
(80%,41%,80%)

RGB channels and saturation

R 204 of 255 = 80%
G 104 of 255 = 41%
B 205 of 255 = 80%

204
104
205

R + G + B ~ 67%. #CC68CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 104 + 205 = 513 (100%)
R 204 of 513 ~ 39.77%
G 104 of 513 ~ 20.27%
B 205 of 513 ~ 39.96%

%39.77
%20.27
%39.96

CMYK color model

#CC68CD color CMYK value is (0,49,0,20).

  • cyan value is 0.49%
  • magenta value is 49.27%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(0,49,0,20)
C0M49Y0K20 
(0%,49%,0%,20%)
(0.00/0.49/0.00/0.20)	

CMYK percentages

%0.49
%49.27
%0
%19.61

Codes

Color #CC68CD in popluar color models

CC68CD
RGB204104205
HSL299°50.25%60.59%
HSB/HSV299°49.27%80.39%
CMYK0.49%49.27%0.00%
19.61%

Color #CC68CD in popluar number systems.

HEXCC68CD
Decimal204104205
Binary11001100110100011001101
Octal314150315

Shades and tints

Shades of #CC68CD

#CC68CD
(204,104,205)
#BA5FBB
(186,95,187)
#A856A9
(168,86,169)
#964D97
(150,77,151)
#844485
(132,68,133)
#723B73
(114,59,115)
#603261
(96,50,97)
#4E294F
(78,41,79)
#3C203D
(60,32,61)
#2A172B
(42,23,43)
#180E19
(24,14,25)
#000000
(0,0,0)

Tints of #CC68CD

#CC68CD
(204,104,205)
#D075D1
(208,117,209)
#D482D5
(212,130,213)
#D88FD9
(216,143,217)
#DC9CDD
(220,156,221)
#E0A9E1
(224,169,225)
#E4B6E5
(228,182,229)
#E8C3E9
(232,195,233)
#ECD0ED
(236,208,237)
#F0DDF1
(240,221,241)
#F4EAF5
(244,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC68CD color. Also use rgb(204,104,205) instead hex code.

Text Font Color

.myTextColor { color: #CC68CD; }

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

This text font color is #CC68CD.


Background Color

.myBgColor { background-color: #CC68CD; }

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

This div background color is #CC68CD.


Border color

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

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

This div border color is #CC68CD.


Opacity

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

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

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

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

This text has shadow with #CC68CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC68CD on black background.


Color preview on white background

This text has color #CC68CD on white background.



Black color preview on #CC68CD background

This text has black color on #CC68CD background.


White color preview on #CC68CD background

This text has white color on #CC68CD background.