COLOR #C7A2FF

HEX: #C7A2FF
RGB: (199,162,255)

Color info

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

RGB color model

#C7A2FF color RGB value is (199,162,255).

  • red value is 199;
  • green value is 162;
  • blue value is 255.
RGB:
(199,162,255)
(78%,64%,100%)

RGB channels and saturation

R 199 of 255 = 78%
G 162 of 255 = 64%
B 255 of 255 = 100%

199
162
255

R + G + B ~ 81%. #C7A2FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 162 + 255 = 616 (100%)
R 199 of 616 ~ 32.31%
G 162 of 616 ~ 26.3%
B 255 of 616 ~ 41.4%

%32.31
%26.3
%41.4

CMYK color model

#C7A2FF color CMYK value is (22,36,0,0).

  • cyan value is 21.96%
  • magenta value is 36.47%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(22,36,0,0)
C22M36Y0K0 
(22%,36%,0%,0%)
(0.22/0.36/0.00/0.00)	

CMYK percentages

%21.96
%36.47
%0
%0

Codes

Color #C7A2FF in popluar color models

C7A2FF
RGB199162255
HSL264°100.00%81.76%
HSB/HSV264°36.47%100.00%
CMYK21.96%36.47%0.00%
0.00%

Color #C7A2FF in popluar number systems.

HEXC7A2FF
Decimal199162255
Binary110001111010001011111111
Octal307242377

Shades and tints

Shades of #C7A2FF

#C7A2FF
(199,162,255)
#B594E8
(181,148,232)
#A386D1
(163,134,209)
#9178BA
(145,120,186)
#7F6AA3
(127,106,163)
#6D5C8C
(109,92,140)
#5B4E75
(91,78,117)
#49405E
(73,64,94)
#373247
(55,50,71)
#252430
(37,36,48)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #C7A2FF

#C7A2FF
(199,162,255)
#CCAAFF
(204,170,255)
#D1B2FF
(209,178,255)
#D6BAFF
(214,186,255)
#DBC2FF
(219,194,255)
#E0CAFF
(224,202,255)
#E5D2FF
(229,210,255)
#EADAFF
(234,218,255)
#EFE2FF
(239,226,255)
#F4EAFF
(244,234,255)
#F9F2FF
(249,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A2FF; }

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

This text font color is #C7A2FF.


Background Color

.myBgColor { background-color: #C7A2FF; }

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

This div background color is #C7A2FF.


Border color

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

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

This div border color is #C7A2FF.


Opacity

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

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

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

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

This text has shadow with #C7A2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A2FF on black background.


Color preview on white background

This text has color #C7A2FF on white background.



Black color preview on #C7A2FF background

This text has black color on #C7A2FF background.


White color preview on #C7A2FF background

This text has white color on #C7A2FF background.