#C47AFA

Color #C47AFA Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #C47AFA

Tints of Heliotrope #C47AFA

Color information

#C47AFA (or 0xC47AFA) is unknown color: approx Heliotrope. HEX triplet: C4, 7A and FA. RGB value is (196,122,250). Sum of RGB (Red+Green+Blue) = 196+122+250=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #C47AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47AFA is #3B8505. Grayscale: #9E9E9E. Windows color (decimal): -3900678 or 16415428. OLE color: 16415428.

HSL color Cylindrical-coordinate representation of color #C47AFA: hue angle of 274.69º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C47AFA is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196122250-
CMYK0.220.5100.02
HSL274.69º92.75%72.94%-
HSV(B)274.69º51.2%98.04%-
XYZ46.9832.5694.25-
YUV158.72179.52154.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 34.51%
GREEN value IS 122 (48.05% from 255) = 21.48%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=34.51%
G=21.48%
B=44.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961222500.220.5100.02274.6992.7572.94
HexC47AFA1633021135d49
Octal304172372266302423135111
Binary110001001111010111110101011011001101010001001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47AFA; }

 p { color: rgb(196,122,250); }

 H1.HeaderClassName
 {
   color: #C47AFA;
 }
 .AnyTagClassName
 {
   color: #C47AFA;
 }
</style>
background-color css

<style>
 a { background-color: #C47AFA; }

 a { background-color: rgb(196,122,250); }

 div.DivClassName
 {
   background-color: #C47AFA;
 }
 .BgClassName
 {
   background-color: #C47AFA;
 }
</style>
border-color css

<style>
 span { border-color: #C47AFA; }

 span { border-color: rgb(196,122,250); }

 td.TdClassName
 {
   border-color: #C47AFA;
 }
 .TagClassName
 {
   border-color: #C47AFA;
 }
</style>