#C47CF1

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

Shades of Heliotrope #C47CF1

Tints of Heliotrope #C47CF1

Color information

#C47CF1 (or 0xC47CF1) is unknown color: approx Heliotrope. HEX triplet: C4, 7C and F1. RGB value is (196,124,241). Sum of RGB (Red+Green+Blue) = 196+124+241=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #C47CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47CF1 is #3B830E. Grayscale: #9E9E9E. Windows color (decimal): -3900175 or 15826116. OLE color: 15826116.

HSL color Cylindrical-coordinate representation of color #C47CF1: hue angle of 276.92º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C47CF1 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB196124241-
CMYK0.190.4900.05
HSL276.92º80.69%71.57%-
HSV(B)276.92º48.55%94.51%-
XYZ45.8532.587.08-
YUV158.87174.35154.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.94%
GREEN value IS 124 (48.83% from 255) = 22.10%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=34.94%
G=22.10%
B=42.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1961242410.190.4900.05276.9280.6971.57
HexC47CF11331051155148
Octal304174361236105425121110
Binary1100010011111001111000110011110001010110001010110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47CF1; }

 p { color: rgb(196,124,241); }

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

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

 a { background-color: rgb(196,124,241); }

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

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

 span { border-color: rgb(196,124,241); }

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