#C47FFA

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

Shades of Heliotrope #C47FFA

Tints of Heliotrope #C47FFA

Color information

#C47FFA (or 0xC47FFA) is unknown color: approx Heliotrope. HEX triplet: C4, 7F and FA. RGB value is (196,127,250). Sum of RGB (Red+Green+Blue) = 196+127+250=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #C47FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47FFA is #3B8005. Grayscale: #A1A1A1. Windows color (decimal): -3899398 or 16416708. OLE color: 16416708.

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

Color convert

RGB196127250-
CMYK0.220.4900.02
HSL273.66º92.48%73.92%-
HSV(B)273.66º49.2%98.04%-
XYZ47.6133.8294.46-
YUV161.65177.86152.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 127 (50% from 255) = 22.16%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=34.21%
G=22.16%
B=43.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961272500.220.4900.02273.6692.4873.92
HexC47FFA1631021125c4a
Octal304177372266102422134112
Binary110001001111111111110101011011000101010001001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47FFA; }

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

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

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

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

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

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

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

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