COLOR #C07AE1

HEX: #C07AE1
RGB: (192,122,225)

Color info

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

RGB color model

#C07AE1 color RGB value is (192,122,225).

  • red value is 192;
  • green value is 122;
  • blue value is 225.
RGB:
(192,122,225)
(75%,48%,88%)

RGB channels and saturation

R 192 of 255 = 75%
G 122 of 255 = 48%
B 225 of 255 = 88%

192
122
225

R + G + B ~ 70%. #C07AE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 122 + 225 = 539 (100%)
R 192 of 539 ~ 35.62%
G 122 of 539 ~ 22.63%
B 225 of 539 ~ 41.74%

%35.62
%22.63
%41.74

CMYK color model

#C07AE1 color CMYK value is (15,46,0,12).

  • cyan value is 14.67%
  • magenta value is 45.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(15,46,0,12)
C15M46Y0K12 
(15%,46%,0%,12%)
(0.15/0.46/0.00/0.12)	

CMYK percentages

%14.67
%45.78
%0
%11.76

Codes

Color #C07AE1 in popluar color models

C07AE1
RGB192122225
HSL281°63.19%68.04%
HSB/HSV281°45.78%88.24%
CMYK14.67%45.78%0.00%
11.76%

Color #C07AE1 in popluar number systems.

HEXC07AE1
Decimal192122225
Binary11000000111101011100001
Octal300172341

Shades and tints

Shades of #C07AE1

#C07AE1
(192,122,225)
#AF6FCD
(175,111,205)
#9E64B9
(158,100,185)
#8D59A5
(141,89,165)
#7C4E91
(124,78,145)
#6B437D
(107,67,125)
#5A3869
(90,56,105)
#492D55
(73,45,85)
#382241
(56,34,65)
#27172D
(39,23,45)
#160C19
(22,12,25)
#000000
(0,0,0)

Tints of #C07AE1

#C07AE1
(192,122,225)
#C586E3
(197,134,227)
#CA92E5
(202,146,229)
#CF9EE7
(207,158,231)
#D4AAE9
(212,170,233)
#D9B6EB
(217,182,235)
#DEC2ED
(222,194,237)
#E3CEEF
(227,206,239)
#E8DAF1
(232,218,241)
#EDE6F3
(237,230,243)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07AE1; }

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

This text font color is #C07AE1.


Background Color

.myBgColor { background-color: #C07AE1; }

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

This div background color is #C07AE1.


Border color

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

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

This div border color is #C07AE1.


Opacity

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

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

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

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

This text has shadow with #C07AE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07AE1 on black background.


Color preview on white background

This text has color #C07AE1 on white background.



Black color preview on #C07AE1 background

This text has black color on #C07AE1 background.


White color preview on #C07AE1 background

This text has white color on #C07AE1 background.