COLOR #C08FC5

HEX: #C08FC5
RGB: (192,143,197)

Color info

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

RGB color model

#C08FC5 color RGB value is (192,143,197).

  • red value is 192;
  • green value is 143;
  • blue value is 197.
RGB:
(192,143,197)
(75%,56%,77%)

RGB channels and saturation

R 192 of 255 = 75%
G 143 of 255 = 56%
B 197 of 255 = 77%

192
143
197

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

Portions of RGB colors in percentages

R + G + B =
192 + 143 + 197 = 532 (100%)
R 192 of 532 ~ 36.09%
G 143 of 532 ~ 26.88%
B 197 of 532 ~ 37.03%

%36.09
%26.88
%37.03

CMYK color model

#C08FC5 color CMYK value is (3,27,0,23).

  • cyan value is 2.54%
  • magenta value is 27.41%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(3,27,0,23)
C3M27Y0K23 
(3%,27%,0%,23%)
(0.03/0.27/0.00/0.23)	

CMYK percentages

%2.54
%27.41
%0
%22.75

Codes

Color #C08FC5 in popluar color models

C08FC5
RGB192143197
HSL294°31.76%66.67%
HSB/HSV294°27.41%77.25%
CMYK2.54%27.41%0.00%
22.75%

Color #C08FC5 in popluar number systems.

HEXC08FC5
Decimal192143197
Binary110000001000111111000101
Octal300217305

Shades and tints

Shades of #C08FC5

#C08FC5
(192,143,197)
#AF82B4
(175,130,180)
#9E75A3
(158,117,163)
#8D6892
(141,104,146)
#7C5B81
(124,91,129)
#6B4E70
(107,78,112)
#5A415F
(90,65,95)
#49344E
(73,52,78)
#38273D
(56,39,61)
#271A2C
(39,26,44)
#160D1B
(22,13,27)
#000000
(0,0,0)

Tints of #C08FC5

#C08FC5
(192,143,197)
#C599CA
(197,153,202)
#CAA3CF
(202,163,207)
#CFADD4
(207,173,212)
#D4B7D9
(212,183,217)
#D9C1DE
(217,193,222)
#DECBE3
(222,203,227)
#E3D5E8
(227,213,232)
#E8DFED
(232,223,237)
#EDE9F2
(237,233,242)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08FC5; }

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

This text font color is #C08FC5.


Background Color

.myBgColor { background-color: #C08FC5; }

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

This div background color is #C08FC5.


Border color

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

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

This div border color is #C08FC5.


Opacity

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

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

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

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

This text has shadow with #C08FC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08FC5 on black background.


Color preview on white background

This text has color #C08FC5 on white background.



Black color preview on #C08FC5 background

This text has black color on #C08FC5 background.


White color preview on #C08FC5 background

This text has white color on #C08FC5 background.