COLOR #C75AE2

HEX: #C75AE2
RGB: (199,90,226)

Color info

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

RGB color model

#C75AE2 color RGB value is (199,90,226).

  • red value is 199;
  • green value is 90;
  • blue value is 226.
RGB:
(199,90,226)
(78%,35%,89%)

RGB channels and saturation

R 199 of 255 = 78%
G 90 of 255 = 35%
B 226 of 255 = 89%

199
90
226

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

Portions of RGB colors in percentages

R + G + B =
199 + 90 + 226 = 515 (100%)
R 199 of 515 ~ 38.64%
G 90 of 515 ~ 17.48%
B 226 of 515 ~ 43.88%

%38.64
%17.48
%43.88

CMYK color model

#C75AE2 color CMYK value is (12,60,0,11).

  • cyan value is 11.95%
  • magenta value is 60.18%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(12,60,0,11)
C12M60Y0K11 
(12%,60%,0%,11%)
(0.12/0.60/0.00/0.11)	

CMYK percentages

%11.95
%60.18
%0
%11.37

Codes

Color #C75AE2 in popluar color models

C75AE2
RGB19990226
HSL288°70.10%61.96%
HSB/HSV288°60.18%88.63%
CMYK11.95%60.18%0.00%
11.37%

Color #C75AE2 in popluar number systems.

HEXC75AE2
Decimal19990226
Binary11000111101101011100010
Octal307132342

Shades and tints

Shades of #C75AE2

#C75AE2
(199,90,226)
#B552CE
(181,82,206)
#A34ABA
(163,74,186)
#9142A6
(145,66,166)
#7F3A92
(127,58,146)
#6D327E
(109,50,126)
#5B2A6A
(91,42,106)
#492256
(73,34,86)
#371A42
(55,26,66)
#25122E
(37,18,46)
#130A1A
(19,10,26)
#000000
(0,0,0)

Tints of #C75AE2

#C75AE2
(199,90,226)
#CC69E4
(204,105,228)
#D178E6
(209,120,230)
#D687E8
(214,135,232)
#DB96EA
(219,150,234)
#E0A5EC
(224,165,236)
#E5B4EE
(229,180,238)
#EAC3F0
(234,195,240)
#EFD2F2
(239,210,242)
#F4E1F4
(244,225,244)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C75AE2 color. Also use rgb(199,90,226) instead hex code.

Text Font Color

.myTextColor { color: #C75AE2; }

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

This text font color is #C75AE2.


Background Color

.myBgColor { background-color: #C75AE2; }

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

This div background color is #C75AE2.


Border color

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

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

This div border color is #C75AE2.


Opacity

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

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

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

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

This text has shadow with #C75AE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C75AE2 on black background.


Color preview on white background

This text has color #C75AE2 on white background.



Black color preview on #C75AE2 background

This text has black color on #C75AE2 background.


White color preview on #C75AE2 background

This text has white color on #C75AE2 background.