COLOR #C08DC0

HEX: #C08DC0
RGB: (192,141,192)

Color info

#C08DC0 contains red, green and blue colors in about the same proportion. Web safe color of #C08DC0 is #CC99CC (or #C9C).

RGB color model

#C08DC0 color RGB value is (192,141,192).

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

RGB channels and saturation

R 192 of 255 = 75%
G 141 of 255 = 55%
B 192 of 255 = 75%

192
141
192

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

Portions of RGB colors in percentages

R + G + B =
192 + 141 + 192 = 525 (100%)
R 192 of 525 ~ 36.57%
G 141 of 525 ~ 26.86%
B 192 of 525 ~ 36.57%

%36.57
%26.86
%36.57

CMYK color model

#C08DC0 color CMYK value is (0,27,0,25).

  • cyan value is 0.00%
  • magenta value is 26.56%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(0,27,0,25)
C0M27Y0K25 
(0%,27%,0%,25%)
(0.00/0.27/0.00/0.25)	

CMYK percentages

%0
%26.56
%0
%24.71

Codes

Color #C08DC0 in popluar color models

C08DC0
RGB192141192
HSL300°28.81%65.29%
HSB/HSV300°26.56%75.29%
CMYK0.00%26.56%0.00%
24.71%

Color #C08DC0 in popluar number systems.

HEXC08DC0
Decimal192141192
Binary110000001000110111000000
Octal300215300

Shades and tints

Shades of #C08DC0

#C08DC0
(192,141,192)
#AF81AF
(175,129,175)
#9E759E
(158,117,158)
#8D698D
(141,105,141)
#7C5D7C
(124,93,124)
#6B516B
(107,81,107)
#5A455A
(90,69,90)
#493949
(73,57,73)
#382D38
(56,45,56)
#272127
(39,33,39)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #C08DC0

#C08DC0
(192,141,192)
#C597C5
(197,151,197)
#CAA1CA
(202,161,202)
#CFABCF
(207,171,207)
#D4B5D4
(212,181,212)
#D9BFD9
(217,191,217)
#DEC9DE
(222,201,222)
#E3D3E3
(227,211,227)
#E8DDE8
(232,221,232)
#EDE7ED
(237,231,237)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08DC0; }

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

This text font color is #C08DC0.


Background Color

.myBgColor { background-color: #C08DC0; }

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

This div background color is #C08DC0.


Border color

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

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

This div border color is #C08DC0.


Opacity

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

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

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

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

This text has shadow with #C08DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08DC0 on black background.


Color preview on white background

This text has color #C08DC0 on white background.



Black color preview on #C08DC0 background

This text has black color on #C08DC0 background.


White color preview on #C08DC0 background

This text has white color on #C08DC0 background.