COLOR #C068C0

HEX: #C068C0
RGB: (192,104,192)

Color info

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

RGB color model

#C068C0 color RGB value is (192,104,192).

  • red value is 192;
  • green value is 104;
  • blue value is 192.
RGB:
(192,104,192)
(75%,41%,75%)

RGB channels and saturation

R 192 of 255 = 75%
G 104 of 255 = 41%
B 192 of 255 = 75%

192
104
192

R + G + B ~ 64%. #C068C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 104 + 192 = 488 (100%)
R 192 of 488 ~ 39.34%
G 104 of 488 ~ 21.31%
B 192 of 488 ~ 39.34%

%39.34
%21.31
%39.34

CMYK color model

#C068C0 color CMYK value is (0,46,0,25).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(0,46,0,25)
C0M46Y0K25 
(0%,46%,0%,25%)
(0.00/0.46/0.00/0.25)	

CMYK percentages

%0
%45.83
%0
%24.71

Codes

Color #C068C0 in popluar color models

C068C0
RGB192104192
HSL300°41.12%58.04%
HSB/HSV300°45.83%75.29%
CMYK0.00%45.83%0.00%
24.71%

Color #C068C0 in popluar number systems.

HEXC068C0
Decimal192104192
Binary11000000110100011000000
Octal300150300

Shades and tints

Shades of #C068C0

#C068C0
(192,104,192)
#AF5FAF
(175,95,175)
#9E569E
(158,86,158)
#8D4D8D
(141,77,141)
#7C447C
(124,68,124)
#6B3B6B
(107,59,107)
#5A325A
(90,50,90)
#492949
(73,41,73)
#382038
(56,32,56)
#271727
(39,23,39)
#160E16
(22,14,22)
#000000
(0,0,0)

Tints of #C068C0

#C068C0
(192,104,192)
#C575C5
(197,117,197)
#CA82CA
(202,130,202)
#CF8FCF
(207,143,207)
#D49CD4
(212,156,212)
#D9A9D9
(217,169,217)
#DEB6DE
(222,182,222)
#E3C3E3
(227,195,227)
#E8D0E8
(232,208,232)
#EDDDED
(237,221,237)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C068C0; }

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

This text font color is #C068C0.


Background Color

.myBgColor { background-color: #C068C0; }

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

This div background color is #C068C0.


Border color

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

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

This div border color is #C068C0.


Opacity

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

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

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

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

This text has shadow with #C068C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C068C0 on black background.


Color preview on white background

This text has color #C068C0 on white background.



Black color preview on #C068C0 background

This text has black color on #C068C0 background.


White color preview on #C068C0 background

This text has white color on #C068C0 background.