COLOR #C08CD5

HEX: #C08CD5
RGB: (192,140,213)

Color info

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

RGB color model

#C08CD5 color RGB value is (192,140,213).

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

RGB channels and saturation

R 192 of 255 = 75%
G 140 of 255 = 55%
B 213 of 255 = 84%

192
140
213

R + G + B ~ 71%. #C08CD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 140 + 213 = 545 (100%)
R 192 of 545 ~ 35.23%
G 140 of 545 ~ 25.69%
B 213 of 545 ~ 39.08%

%35.23
%25.69
%39.08

CMYK color model

#C08CD5 color CMYK value is (10,34,0,16).

  • cyan value is 9.86%
  • magenta value is 34.27%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(10,34,0,16)
C10M34Y0K16 
(10%,34%,0%,16%)
(0.10/0.34/0.00/0.16)	

CMYK percentages

%9.86
%34.27
%0
%16.47

Codes

Color #C08CD5 in popluar color models

C08CD5
RGB192140213
HSL283°46.50%69.22%
HSB/HSV283°34.27%83.53%
CMYK9.86%34.27%0.00%
16.47%

Color #C08CD5 in popluar number systems.

HEXC08CD5
Decimal192140213
Binary110000001000110011010101
Octal300214325

Shades and tints

Shades of #C08CD5

#C08CD5
(192,140,213)
#AF80C2
(175,128,194)
#9E74AF
(158,116,175)
#8D689C
(141,104,156)
#7C5C89
(124,92,137)
#6B5076
(107,80,118)
#5A4463
(90,68,99)
#493850
(73,56,80)
#382C3D
(56,44,61)
#27202A
(39,32,42)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #C08CD5

#C08CD5
(192,140,213)
#C596D8
(197,150,216)
#CAA0DB
(202,160,219)
#CFAADE
(207,170,222)
#D4B4E1
(212,180,225)
#D9BEE4
(217,190,228)
#DEC8E7
(222,200,231)
#E3D2EA
(227,210,234)
#E8DCED
(232,220,237)
#EDE6F0
(237,230,240)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08CD5; }

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

This text font color is #C08CD5.


Background Color

.myBgColor { background-color: #C08CD5; }

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

This div background color is #C08CD5.


Border color

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

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

This div border color is #C08CD5.


Opacity

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

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

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

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

This text has shadow with #C08CD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08CD5 on black background.


Color preview on white background

This text has color #C08CD5 on white background.



Black color preview on #C08CD5 background

This text has black color on #C08CD5 background.


White color preview on #C08CD5 background

This text has white color on #C08CD5 background.