COLOR #C08CE0

HEX: #C08CE0
RGB: (192,140,224)

Color info

#C08CE0 contains mainly red and blue colors. Web safe color of #C08CE0 is #CC99CC (or #C9C).

RGB color model

#C08CE0 color RGB value is (192,140,224).

  • red value is 192;
  • green value is 140;
  • blue value is 224.
RGB:
(192,140,224)
(75%,55%,88%)

RGB channels and saturation

R 192 of 255 = 75%
G 140 of 255 = 55%
B 224 of 255 = 88%

192
140
224

R + G + B ~ 73%. #C08CE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 140 + 224 = 556 (100%)
R 192 of 556 ~ 34.53%
G 140 of 556 ~ 25.18%
B 224 of 556 ~ 40.29%

%34.53
%25.18
%40.29

CMYK color model

#C08CE0 color CMYK value is (14,38,0,12).

  • cyan value is 14.29%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(14,38,0,12)
C14M38Y0K12 
(14%,38%,0%,12%)
(0.14/0.38/0.00/0.12)	

CMYK percentages

%14.29
%37.5
%0
%12.16

Codes

Color #C08CE0 in popluar color models

C08CE0
RGB192140224
HSL277°57.53%71.37%
HSB/HSV277°37.50%87.84%
CMYK14.29%37.50%0.00%
12.16%

Color #C08CE0 in popluar number systems.

HEXC08CE0
Decimal192140224
Binary110000001000110011100000
Octal300214340

Shades and tints

Shades of #C08CE0

#C08CE0
(192,140,224)
#AF80CC
(175,128,204)
#9E74B8
(158,116,184)
#8D68A4
(141,104,164)
#7C5C90
(124,92,144)
#6B507C
(107,80,124)
#5A4468
(90,68,104)
#493854
(73,56,84)
#382C40
(56,44,64)
#27202C
(39,32,44)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #C08CE0

#C08CE0
(192,140,224)
#C596E2
(197,150,226)
#CAA0E4
(202,160,228)
#CFAAE6
(207,170,230)
#D4B4E8
(212,180,232)
#D9BEEA
(217,190,234)
#DEC8EC
(222,200,236)
#E3D2EE
(227,210,238)
#E8DCF0
(232,220,240)
#EDE6F2
(237,230,242)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08CE0; }

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

This text font color is #C08CE0.


Background Color

.myBgColor { background-color: #C08CE0; }

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

This div background color is #C08CE0.


Border color

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

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

This div border color is #C08CE0.


Opacity

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

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

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

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

This text has shadow with #C08CE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08CE0 on black background.


Color preview on white background

This text has color #C08CE0 on white background.



Black color preview on #C08CE0 background

This text has black color on #C08CE0 background.


White color preview on #C08CE0 background

This text has white color on #C08CE0 background.