COLOR #C7A2F5

HEX: #C7A2F5 RGB: (199,162,245)

Color info

#C7A2F5 contains mainly red and blue colors. Web safe color of #C7A2F5 is #CC99FF (or #C9F).

RGB color model

#C7A2F5 color RGB value is (199,162,245).

RGB: (199,162,245) (78%, 64%, 96%)

RGB channels and saturation

R 199 of 255 = 78%
G 162 of 255 = 64%
B 245 of 255 = 96%

199
162
245

R + G + B ~ 79%. #C7A2F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 162 + 245 = 606 (100%)
R 199 of 606 ~ 32.84%
G 162 of 606 ~ 26.73%
B 245 of 606 ~ 40.43'%

%32.84
%26.73
%40.43

CMYK color model

#C7A2F5 color CMYK value is (19,34,0,4).

  • cyan value is 18.78%
  • magenta value is 33.88%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (19,34,0,4)
C19M34Y0K4 (19%, 34%, 0%, 4%)
(0.19 / 0.34 / 0.00 / 0.04)

CMYK percentages

%18.78
%33.88
%0
%3.92

Codes

Color #C7A2F5 in popluar color models

C7 A2 F5
RGB 199 162 245
HSL 267° 80.58% 79.80%
HSB/HSV 267° 33.88% 96.08%
CMYK 18.78% 33.88% 0.00%
3.92%

Color #C7A2F5 in popluar number systems.

HEX C7 A2 F5
Decimal 199 162 245
Binary 11000111 10100010 11110101
Octal 307 242 365

Shades and tints

Shades of #C7A2F5

#C7A2F5
(199,162,245)
#B594DF
(181,148,223)
#A386C9
(163,134,201)
#9178B3
(145,120,179)
#7F6A9D
(127,106,157)
#6D5C87
(109,92,135)
#5B4E71
(91,78,113)
#49405B
(73,64,91)
#373245
(55,50,69)
#25242F
(37,36,47)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #C7A2F5

#C7A2F5
(199,162,245)
#CCAAF5
(204,170,245)
#D1B2F5
(209,178,245)
#D6BAF5
(214,186,245)
#DBC2F5
(219,194,245)
#E0CAF5
(224,202,245)
#E5D2F5
(229,210,245)
#EADAF5
(234,218,245)
#EFE2F5
(239,226,245)
#F4EAF5
(244,234,245)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A2F5 color. Also use rgb(199,162,245) instead hex code.

Text Font Color

.myTextColor { color: #C7A2F5; }

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

This text font color is #C7A2F5.

Background Color

.myBgColor { background-color: #C7A2F5; }

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

This div background color is #C7A2F5.

Border color

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

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

This div border color is #C7A2F5.

Opacity

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

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

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

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

This text has shadow with #C7A2F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A2F5.

Preview

Color preview on black background

This text has color #C7A2F5 on black background.


Color preview on white background

This text has color #C7A2F5 on white background.


Black color preview on #C7A2F5 background

This text has black color on #C7A2F5 background.


White color preview on #C7A2F5 background

This text has white color on #C7A2F5 background.


Related colors

Complementary color

Complementary color for #hex is #385D0A.


I love getcolorcode.com

Triadic colors

1 #F5C7A2 and #A2F5C7 with #C7A2F5 are triadic colors.

2 #F5A2C7 and #A2C7F5 with #C7A2F5 are triadic colors.