COLOR #C7A3F4

HEX: #C7A3F4 RGB: (199,163,244)

Color info

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

RGB color model

#C7A3F4 color RGB value is (199,163,244).

RGB: (199,163,244) (78%, 64%, 96%)

RGB channels and saturation

R 199 of 255 = 78%
G 163 of 255 = 64%
B 244 of 255 = 96%

199
163
244

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

Portions of RGB colors in percentages

R + G + B = 199 + 163 + 244 = 606 (100%)
R 199 of 606 ~ 32.84%
G 163 of 606 ~ 26.9%
B 244 of 606 ~ 40.26'%

%32.84
%26.9
%40.26

CMYK color model

#C7A3F4 color CMYK value is (18,33,0,4).

  • cyan value is 18.44%
  • magenta value is 33.20%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (18,33,0,4)
C18M33Y0K4 (18%, 33%, 0%, 4%)
(0.18 / 0.33 / 0.00 / 0.04)

CMYK percentages

%18.44
%33.2
%0
%4.31

Codes

Color #C7A3F4 in popluar color models

C7 A3 F4
RGB 199 163 244
HSL 267° 78.64% 79.80%
HSB/HSV 267° 33.20% 95.69%
CMYK 18.44% 33.20% 0.00%
4.31%

Color #C7A3F4 in popluar number systems.

HEX C7 A3 F4
Decimal 199 163 244
Binary 11000111 10100011 11110100
Octal 307 243 364

Shades and tints

Shades of #C7A3F4

#C7A3F4
(199,163,244)
#B595DE
(181,149,222)
#A387C8
(163,135,200)
#9179B2
(145,121,178)
#7F6B9C
(127,107,156)
#6D5D86
(109,93,134)
#5B4F70
(91,79,112)
#49415A
(73,65,90)
#373344
(55,51,68)
#25252E
(37,37,46)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #C7A3F4

#C7A3F4
(199,163,244)
#CCABF5
(204,171,245)
#D1B3F6
(209,179,246)
#D6BBF7
(214,187,247)
#DBC3F8
(219,195,248)
#E0CBF9
(224,203,249)
#E5D3FA
(229,211,250)
#EADBFB
(234,219,251)
#EFE3FC
(239,227,252)
#F4EBFD
(244,235,253)
#F9F3FE
(249,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A3F4 color. Also use rgb(199,163,244) instead hex code.

Text Font Color

.myTextColor { color: #C7A3F4; }

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

This text font color is #C7A3F4.

Background Color

.myBgColor { background-color: #C7A3F4; }

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

This div background color is #C7A3F4.

Border color

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

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

This div border color is #C7A3F4.

Opacity

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

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

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

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

This text has shadow with #C7A3F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A3F4.

Preview

Color preview on black background

This text has color #C7A3F4 on black background.


Color preview on white background

This text has color #C7A3F4 on white background.


Black color preview on #C7A3F4 background

This text has black color on #C7A3F4 background.


White color preview on #C7A3F4 background

This text has white color on #C7A3F4 background.


Related colors

Complementary color

Complementary color for #hex is #385C0B.


I love getcolorcode.com

Triadic colors

1 #F4C7A3 and #A3F4C7 with #C7A3F4 are triadic colors.

2 #F4A3C7 and #A3C7F4 with #C7A3F4 are triadic colors.