COLOR #C06DE6

HEX: #C06DE6
RGB: (192,109,230)

Color info

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

RGB color model

#C06DE6 color RGB value is (192,109,230).

  • red value is 192;
  • green value is 109;
  • blue value is 230.
RGB:
(192,109,230)
(75%,43%,90%)

RGB channels and saturation

R 192 of 255 = 75%
G 109 of 255 = 43%
B 230 of 255 = 90%

192
109
230

R + G + B ~ 69%. #C06DE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 109 + 230 = 531 (100%)
R 192 of 531 ~ 36.16%
G 109 of 531 ~ 20.53%
B 230 of 531 ~ 43.31%

%36.16
%20.53
%43.31

CMYK color model

#C06DE6 color CMYK value is (17,53,0,10).

  • cyan value is 16.52%
  • magenta value is 52.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(17,53,0,10)
C17M53Y0K10 
(17%,53%,0%,10%)
(0.17/0.53/0.00/0.10)	

CMYK percentages

%16.52
%52.61
%0
%9.8

Codes

Color #C06DE6 in popluar color models

C06DE6
RGB192109230
HSL281°70.76%66.47%
HSB/HSV281°52.61%90.20%
CMYK16.52%52.61%0.00%
9.80%

Color #C06DE6 in popluar number systems.

HEXC06DE6
Decimal192109230
Binary11000000110110111100110
Octal300155346

Shades and tints

Shades of #C06DE6

#C06DE6
(192,109,230)
#AF64D2
(175,100,210)
#9E5BBE
(158,91,190)
#8D52AA
(141,82,170)
#7C4996
(124,73,150)
#6B4082
(107,64,130)
#5A376E
(90,55,110)
#492E5A
(73,46,90)
#382546
(56,37,70)
#271C32
(39,28,50)
#16131E
(22,19,30)
#000000
(0,0,0)

Tints of #C06DE6

#C06DE6
(192,109,230)
#C57AE8
(197,122,232)
#CA87EA
(202,135,234)
#CF94EC
(207,148,236)
#D4A1EE
(212,161,238)
#D9AEF0
(217,174,240)
#DEBBF2
(222,187,242)
#E3C8F4
(227,200,244)
#E8D5F6
(232,213,246)
#EDE2F8
(237,226,248)
#F2EFFA
(242,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C06DE6; }

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

This text font color is #C06DE6.


Background Color

.myBgColor { background-color: #C06DE6; }

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

This div background color is #C06DE6.


Border color

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

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

This div border color is #C06DE6.


Opacity

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

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

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

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

This text has shadow with #C06DE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C06DE6 on black background.


Color preview on white background

This text has color #C06DE6 on white background.



Black color preview on #C06DE6 background

This text has black color on #C06DE6 background.


White color preview on #C06DE6 background

This text has white color on #C06DE6 background.