COLOR #C068E0

HEX: #C068E0 RGB: (192,104,224)

Color info

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

RGB color model

#C068E0 color RGB value is (192,104,224).

RGB: (192,104,224) (75%, 41%, 88%)

RGB channels and saturation

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

192
104
224

R + G + B ~ 68%. #C068E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 104 + 224 = 520 (100%)
R 192 of 520 ~ 36.92%
G 104 of 520 ~ 20%
B 224 of 520 ~ 43.08'%

%36.92
%20
%43.08

CMYK color model

#C068E0 color CMYK value is (14,54,0,12).

  • cyan value is 14.29%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (14,54,0,12)
C14M54Y0K12 (14%, 54%, 0%, 12%)
(0.14 / 0.54 / 0.00 / 0.12)

CMYK percentages

%14.29
%53.57
%0
%12.16

Codes

Color #C068E0 in popluar color models

C0 68 E0
RGB 192 104 224
HSL 284° 65.93% 64.31%
HSB/HSV 284° 53.57% 87.84%
CMYK 14.29% 53.57% 0.00%
12.16%

Color #C068E0 in popluar number systems.

HEX C0 68 E0
Decimal 192 104 224
Binary 11000000 1101000 11100000
Octal 300 150 340

Shades and tints

Shades of #C068E0

#C068E0
(192,104,224)
#AF5FCC
(175,95,204)
#9E56B8
(158,86,184)
#8D4DA4
(141,77,164)
#7C4490
(124,68,144)
#6B3B7C
(107,59,124)
#5A3268
(90,50,104)
#492954
(73,41,84)
#382040
(56,32,64)
#27172C
(39,23,44)
#160E18
(22,14,24)
#000000
(0,0,0)

Tints of #C068E0

#C068E0
(192,104,224)
#C575E2
(197,117,226)
#CA82E4
(202,130,228)
#CF8FE6
(207,143,230)
#D49CE8
(212,156,232)
#D9A9EA
(217,169,234)
#DEB6EC
(222,182,236)
#E3C3EE
(227,195,238)
#E8D0F0
(232,208,240)
#EDDDF2
(237,221,242)
#F2EAF4
(242,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C068E0; }

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

This text font color is #C068E0.

Background Color

.myBgColor { background-color: #C068E0; }

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

This div background color is #C068E0.

Border color

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

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

This div border color is #C068E0.

Opacity

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

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

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

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

This text has shadow with #C068E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C068E0.

Preview

Color preview on black background

This text has color #C068E0 on black background.


Color preview on white background

This text has color #C068E0 on white background.


Black color preview on #C068E0 background

This text has black color on #C068E0 background.


White color preview on #C068E0 background

This text has white color on #C068E0 background.


Related colors

Complementary color

Complementary color for #hex is #3F971F.


I love getcolorcode.com

Triadic colors

1 #E0C068 and #68E0C0 with #C068E0 are triadic colors.

2 #E068C0 and #68C0E0 with #C068E0 are triadic colors.