COLOR #C07DC7

HEX: #C07DC7
RGB: (192,125,199)

Color info

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

RGB color model

#C07DC7 color RGB value is (192,125,199).

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

RGB channels and saturation

R 192 of 255 = 75%
G 125 of 255 = 49%
B 199 of 255 = 78%

192
125
199

R + G + B ~ 67%. #C07DC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 125 + 199 = 516 (100%)
R 192 of 516 ~ 37.21%
G 125 of 516 ~ 24.22%
B 199 of 516 ~ 38.57%

%37.21
%24.22
%38.57

CMYK color model

#C07DC7 color CMYK value is (4,37,0,22).

  • cyan value is 3.52%
  • magenta value is 37.19%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(4,37,0,22)
C4M37Y0K22 
(4%,37%,0%,22%)
(0.04/0.37/0.00/0.22)	

CMYK percentages

%3.52
%37.19
%0
%21.96

Codes

Color #C07DC7 in popluar color models

C07DC7
RGB192125199
HSL294°39.78%63.53%
HSB/HSV294°37.19%78.04%
CMYK3.52%37.19%0.00%
21.96%

Color #C07DC7 in popluar number systems.

HEXC07DC7
Decimal192125199
Binary11000000111110111000111
Octal300175307

Shades and tints

Shades of #C07DC7

#C07DC7
(192,125,199)
#AF72B5
(175,114,181)
#9E67A3
(158,103,163)
#8D5C91
(141,92,145)
#7C517F
(124,81,127)
#6B466D
(107,70,109)
#5A3B5B
(90,59,91)
#493049
(73,48,73)
#382537
(56,37,55)
#271A25
(39,26,37)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #C07DC7

#C07DC7
(192,125,199)
#C588CC
(197,136,204)
#CA93D1
(202,147,209)
#CF9ED6
(207,158,214)
#D4A9DB
(212,169,219)
#D9B4E0
(217,180,224)
#DEBFE5
(222,191,229)
#E3CAEA
(227,202,234)
#E8D5EF
(232,213,239)
#EDE0F4
(237,224,244)
#F2EBF9
(242,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07DC7; }

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

This text font color is #C07DC7.


Background Color

.myBgColor { background-color: #C07DC7; }

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

This div background color is #C07DC7.


Border color

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

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

This div border color is #C07DC7.


Opacity

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

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

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

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

This text has shadow with #C07DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07DC7 on black background.


Color preview on white background

This text has color #C07DC7 on white background.



Black color preview on #C07DC7 background

This text has black color on #C07DC7 background.


White color preview on #C07DC7 background

This text has white color on #C07DC7 background.