COLOR #C07FC7

HEX: #C07FC7
RGB: (192,127,199)

Color info

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

RGB color model

#C07FC7 color RGB value is (192,127,199).

  • red value is 192;
  • green value is 127;
  • blue value is 199.
RGB:
(192,127,199)
(75%,50%,78%)

RGB channels and saturation

R 192 of 255 = 75%
G 127 of 255 = 50%
B 199 of 255 = 78%

192
127
199

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

Portions of RGB colors in percentages

R + G + B =
192 + 127 + 199 = 518 (100%)
R 192 of 518 ~ 37.07%
G 127 of 518 ~ 24.52%
B 199 of 518 ~ 38.42%

%37.07
%24.52
%38.42

CMYK color model

#C07FC7 color CMYK value is (4,36,0,22).

  • cyan value is 3.52%
  • magenta value is 36.18%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(4,36,0,22)
C4M36Y0K22 
(4%,36%,0%,22%)
(0.04/0.36/0.00/0.22)	

CMYK percentages

%3.52
%36.18
%0
%21.96

Codes

Color #C07FC7 in popluar color models

C07FC7
RGB192127199
HSL294°39.13%63.92%
HSB/HSV294°36.18%78.04%
CMYK3.52%36.18%0.00%
21.96%

Color #C07FC7 in popluar number systems.

HEXC07FC7
Decimal192127199
Binary11000000111111111000111
Octal300177307

Shades and tints

Shades of #C07FC7

#C07FC7
(192,127,199)
#AF74B5
(175,116,181)
#9E69A3
(158,105,163)
#8D5E91
(141,94,145)
#7C537F
(124,83,127)
#6B486D
(107,72,109)
#5A3D5B
(90,61,91)
#493249
(73,50,73)
#382737
(56,39,55)
#271C25
(39,28,37)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #C07FC7

#C07FC7
(192,127,199)
#C58ACC
(197,138,204)
#CA95D1
(202,149,209)
#CFA0D6
(207,160,214)
#D4ABDB
(212,171,219)
#D9B6E0
(217,182,224)
#DEC1E5
(222,193,229)
#E3CCEA
(227,204,234)
#E8D7EF
(232,215,239)
#EDE2F4
(237,226,244)
#F2EDF9
(242,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07FC7; }

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

This text font color is #C07FC7.


Background Color

.myBgColor { background-color: #C07FC7; }

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

This div background color is #C07FC7.


Border color

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

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

This div border color is #C07FC7.


Opacity

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

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

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

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

This text has shadow with #C07FC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07FC7 on black background.


Color preview on white background

This text has color #C07FC7 on white background.



Black color preview on #C07FC7 background

This text has black color on #C07FC7 background.


White color preview on #C07FC7 background

This text has white color on #C07FC7 background.